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

/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp210 status_t MediaFilter::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::MediaFilter
489 allocateBuffersOnPort(kPortIndexInput);
491 allocateBuffersOnPort(kPortIndexOutput);
/frameworks/av/media/libstagefright/
H A DACodec.cpp831 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::ACodec
6786 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput);
6791 err = mCodec->allocateBuffersOnPort(kPortIndexOutput);
7830 err = mCodec->allocateBuffersOnPort(kPortIndexOutput);

Completed in 748 milliseconds