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

/frameworks/av/media/libstagefright/
H A DACodec.cpp455 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::ACodec
3866 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput);
3872 return mCodec->allocateBuffersOnPort(kPortIndexOutput);
4343 if ((err = mCodec->allocateBuffersOnPort(
H A DOMXCodec.cpp1507 status_t err = allocateBuffersOnPort(kPortIndexInput);
1513 return allocateBuffersOnPort(kPortIndexOutput);
1516 status_t OMXCodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::OMXCodec
2515 err = allocateBuffersOnPort(portIndex);
2517 CODEC_LOGE("allocateBuffersOnPort (%s) failed "

Completed in 204 milliseconds