Searched refs:allocateBuffersOnPort (Results 1 – 4 of 4) sorted by relevance
122 status_t allocateBuffersOnPort(OMX_U32 portIndex);
308 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::ACodec7080 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput); in allocateBuffers()7085 err = mCodec->allocateBuffersOnPort(kPortIndexOutput); in allocateBuffers()8209 err = mCodec->allocateBuffersOnPort(kPortIndexOutput); in onOMXEvent()