Searched defs:allocateBuffersOnPort (Results 1 - 2 of 2) sorted by relevance

/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