Searched defs:allocateBuffersOnPort (Results 1 - 3 of 3) 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 DOMXCodec.cpp1617 status_t err = allocateBuffersOnPort(kPortIndexInput);
1623 return allocateBuffersOnPort(kPortIndexOutput);
1626 status_t OMXCodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::OMXCodec
1725 "allocateBuffersOnPort cannot defer buffer allocation");
2423 err = allocateBuffersOnPort(portIndex);
2425 CODEC_LOGE("allocateBuffersOnPort (%s) failed "
H A DACodec.cpp764 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::ACodec
5900 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput);
5906 return mCodec->allocateBuffersOnPort(kPortIndexOutput);
6493 err = mCodec->allocateBuffersOnPort(kPortIndexOutput);

Completed in 106 milliseconds