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

/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp251 size_t outputFramesSinceFlush = 0; member in namespace:android
269 ++outputFramesSinceFlush;
271 if (kTestFlush && outputFramesSinceFlush >= kFlushAfterFrames) {
291 if (kTestFlush && outputFramesSinceFlush >= kFlushAfterFrames) {
292 outputFramesSinceFlush = 0;

Completed in 723 milliseconds