Searched refs:allocateBuffersOnPort (Results 1 – 4 of 4) sorted by relevance
122 status_t allocateBuffersOnPort(OMX_U32 portIndex);
304 status_t allocateBuffersOnPort(OMX_U32 portIndex);
210 status_t MediaFilter::allocateBuffersOnPort(OMX_U32 portIndex) { in allocateBuffersOnPort() function in android::MediaFilter489 allocateBuffersOnPort(kPortIndexInput); in onStart()491 allocateBuffersOnPort(kPortIndexOutput); in onStart()
853 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { in allocateBuffersOnPort() function in android::ACodec6869 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput); in allocateBuffers()6874 err = mCodec->allocateBuffersOnPort(kPortIndexOutput); in allocateBuffers()7923 err = mCodec->allocateBuffersOnPort(kPortIndexOutput); in onOMXEvent()