Searched refs:allocateBuffersOnPort (Results 1 – 4 of 4) sorted by relevance
121 status_t allocateBuffersOnPort(OMX_U32 portIndex);
318 status_t allocateBuffersOnPort(OMX_U32 portIndex);
321 status_t MediaFilter::allocateBuffersOnPort(OMX_U32 portIndex) { in allocateBuffersOnPort() function in android::MediaFilter592 allocateBuffersOnPort(kPortIndexInput); in onStart()594 allocateBuffersOnPort(kPortIndexOutput); in onStart()
853 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { in allocateBuffersOnPort() function in android::ACodec7156 status_t err = mCodec->allocateBuffersOnPort(kPortIndexInput); in allocateBuffers()7161 err = mCodec->allocateBuffersOnPort(kPortIndexOutput); in allocateBuffers()8299 err = mCodec->allocateBuffersOnPort(kPortIndexOutput); in onOMXEvent()