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.h121 status_t allocateBuffersOnPort(OMX_U32 portIndex);
DACodec.h318 status_t allocateBuffersOnPort(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp321 status_t MediaFilter::allocateBuffersOnPort(OMX_U32 portIndex) { in allocateBuffersOnPort() function in android::MediaFilter
592 allocateBuffersOnPort(kPortIndexInput); in onStart()
594 allocateBuffersOnPort(kPortIndexOutput); in onStart()
/frameworks/av/media/libstagefright/
DACodec.cpp853 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { in allocateBuffersOnPort() function in android::ACodec
7156 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput); in allocateBuffers()
7161 err = mCodec->allocateBuffersOnPort(kPortIndexOutput); in allocateBuffers()
8299 err = mCodec->allocateBuffersOnPort(kPortIndexOutput); in onOMXEvent()