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

/frameworks/av/media/libstagefright/
H A DACodec.cpp412 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::ACodec
3278 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput);
3284 return mCodec->allocateBuffersOnPort(kPortIndexOutput);
3604 if ((err = mCodec->allocateBuffersOnPort(
H A DOMXCodec.cpp1497 status_t err = allocateBuffersOnPort(kPortIndexInput);
1503 return allocateBuffersOnPort(kPortIndexOutput);
1506 status_t OMXCodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::OMXCodec
2505 err = allocateBuffersOnPort(portIndex);
2507 CODEC_LOGE("allocateBuffersOnPort (%s) failed "

Completed in 61 milliseconds