Home
last modified time | relevance | path

Searched refs:allocateBuffersOnPort (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h342 status_t allocateBuffersOnPort(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/
DACodec.cpp890 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { in allocateBuffersOnPort() function in android::ACodec
7495 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput); in allocateBuffers()
7500 err = mCodec->allocateBuffersOnPort(kPortIndexOutput); in allocateBuffers()
8796 err = mCodec->allocateBuffersOnPort(kPortIndexOutput); in onOMXEvent()