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

/frameworks/av/include/media/stagefright/
H A DMediaFilter.h141 status_t allocateBuffersOnPort(OMX_U32 portIndex);
H A DACodec.h311 status_t allocateBuffersOnPort(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp228 status_t MediaFilter::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::MediaFilter
558 allocateBuffersOnPort(kPortIndexInput);
560 allocateBuffersOnPort(kPortIndexOutput);
/frameworks/av/media/libstagefright/
H A DACodec.cpp777 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::ACodec
6845 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput);
6851 return mCodec->allocateBuffersOnPort(kPortIndexOutput);
7445 err = mCodec->allocateBuffersOnPort(kPortIndexOutput);

Completed in 93 milliseconds