Searched refs:allocateBuffersOnPort (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h199 status_t allocateBuffersOnPort(OMX_U32 portIndex);
H A DOMXCodec.h293 status_t allocateBuffersOnPort(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/
H A DACodec.cpp448 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::ACodec
3584 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput);
3590 return mCodec->allocateBuffersOnPort(kPortIndexOutput);
4012 if ((err = mCodec->allocateBuffersOnPort(
H A DOMXCodec.cpp1503 status_t err = allocateBuffersOnPort(kPortIndexInput);
1509 return allocateBuffersOnPort(kPortIndexOutput);
1512 status_t OMXCodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::OMXCodec
2511 err = allocateBuffersOnPort(portIndex);
2513 CODEC_LOGE("allocateBuffersOnPort (%s) failed "

Completed in 382 milliseconds