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

/frameworks/av/media/libstagefright/
H A DACodec.cpp467 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::ACodec
3899 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput);
3905 return mCodec->allocateBuffersOnPort(kPortIndexOutput);
4392 if ((err = mCodec->allocateBuffersOnPort(
H A DOMXCodec.cpp1501 status_t err = allocateBuffersOnPort(kPortIndexInput);
1507 return allocateBuffersOnPort(kPortIndexOutput);
1510 status_t OMXCodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::OMXCodec
2509 err = allocateBuffersOnPort(portIndex);
2511 CODEC_LOGE("allocateBuffersOnPort (%s) failed "

Completed in 53 milliseconds