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

/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp84 int64_t trimStartTimeUs = trimStartTimeMs * 1000; local
121 if (trimStartTimeUs > duration) {
122 fprintf(stderr, "Warning: trimStartTimeUs > duration,"
124 trimStartTimeUs = 0;
173 if (enableTrim && timeUs > trimStartTimeUs &&

Completed in 79 milliseconds