Searched refs:freeBuffersOnPort (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h312 status_t freeBuffersOnPort(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1508 status_t ACodec::freeBuffersOnPort(OMX_U32 portIndex) { function in class:android::ACodec
6834 mCodec->freeBuffersOnPort(kPortIndexInput);
6837 mCodec->freeBuffersOnPort(kPortIndexOutput);
7569 err = mCodec->freeBuffersOnPort(kPortIndexInput);
7570 status_t err2 = mCodec->freeBuffersOnPort(kPortIndexOutput);

Completed in 19 milliseconds