Home
last modified time | relevance | path

Searched refs:allocateBuffersOnPort (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaFilter.h122 status_t allocateBuffersOnPort(OMX_U32 portIndex);
DACodec.h308 status_t allocateBuffersOnPort(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp210 status_t MediaFilter::allocateBuffersOnPort(OMX_U32 portIndex) { in allocateBuffersOnPort() function in android::MediaFilter
489 allocateBuffersOnPort(kPortIndexInput); in onStart()
491 allocateBuffersOnPort(kPortIndexOutput); in onStart()
/frameworks/av/media/libstagefright/
DACodec.cpp853 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { in allocateBuffersOnPort() function in android::ACodec
7080 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput); in allocateBuffers()
7085 err = mCodec->allocateBuffersOnPort(kPortIndexOutput); in allocateBuffers()
8209 err = mCodec->allocateBuffersOnPort(kPortIndexOutput); in onOMXEvent()