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

/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp86 bool trimStarted = false; local
175 if (trimStarted == false) {
178 trimStarted = true;
183 trimStarted = false;
186 if (!enableTrim || (enableTrim && trimStarted)) {

Completed in 61 milliseconds