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

/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp97 bool trimStarted = false; local
196 if (trimStarted == false) {
199 trimStarted = true;
204 trimStarted = false;
207 if (!enableTrim || (enableTrim && trimStarted)) {

Completed in 45 milliseconds