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

/frameworks/av/include/media/stagefright/
H A DACodec.h224 status_t allocateBuffersOnPort(OMX_U32 portIndex);
H A DOMXCodec.h295 status_t allocateBuffersOnPort(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1607 status_t err = allocateBuffersOnPort(kPortIndexInput);
1613 return allocateBuffersOnPort(kPortIndexOutput);
1616 status_t OMXCodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::OMXCodec
1712 "allocateBuffersOnPort cannot defer buffer allocation");
2610 err = allocateBuffersOnPort(portIndex);
2612 CODEC_LOGE("allocateBuffersOnPort (%s) failed "
H A DACodec.cpp523 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::ACodec
4882 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput);
4888 return mCodec->allocateBuffersOnPort(kPortIndexOutput);
5397 if ((err = mCodec->allocateBuffersOnPort(

Completed in 91 milliseconds