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

/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp88 bool trimStarted = false; local
177 if (trimStarted == false) {
180 trimStarted = true;
185 trimStarted = false;
188 if (!enableTrim || (enableTrim && trimStarted)) {

Completed in 126 milliseconds