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.cpp2803 if (!flushPortAsync(portIndex)) {
2811 bool OMXCodec::flushPortAsync(OMX_U32 portIndex) { function in class:android::OMXCodec
2815 CODEC_LOGV("flushPortAsync(%ld): we own %d out of %d buffers already.",
3730 !flushPortAsync(kPortIndexInput);
3733 !flushPortAsync(kPortIndexOutput);
3849 bool emulateInputFlushCompletion = !flushPortAsync(kPortIndexInput);
3850 bool emulateOutputFlushCompletion = !flushPortAsync(kPortIndexOutput);

Completed in 352 milliseconds