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

/frameworks/av/include/media/stagefright/
H A DOMXCodec.h323 bool flushPortAsync(OMX_U32 portIndex);
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2809 if (!flushPortAsync(portIndex)) {
2817 bool OMXCodec::flushPortAsync(OMX_U32 portIndex) { function in class:android::OMXCodec
2821 CODEC_LOGV("flushPortAsync(%ld): we own %d out of %d buffers already.",
3736 !flushPortAsync(kPortIndexInput);
3739 !flushPortAsync(kPortIndexOutput);
3855 bool emulateInputFlushCompletion = !flushPortAsync(kPortIndexInput);
3856 bool emulateOutputFlushCompletion = !flushPortAsync(kPortIndexOutput);

Completed in 754 milliseconds