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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1609 status_t err = allocateBuffersOnPort(kPortIndexInput);
1615 return allocateBuffersOnPort(kPortIndexOutput);
1618 status_t OMXCodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::OMXCodec
1714 "allocateBuffersOnPort cannot defer buffer allocation");
2612 err = allocateBuffersOnPort(portIndex);
2614 CODEC_LOGE("allocateBuffersOnPort (%s) failed "
H A DACodec.cpp523 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { function in class:android::ACodec
5197 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput);
5203 return mCodec->allocateBuffersOnPort(kPortIndexOutput);
5712 if ((err = mCodec->allocateBuffersOnPort(

Completed in 142 milliseconds