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

/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp96 int64_t trimStartTimeUs = trimStartTimeMs * 1000; local
133 if (trimStartTimeUs > duration) {
134 fprintf(stderr, "Warning: trimStartTimeUs > duration,"
136 trimStartTimeUs = 0;
195 if (enableTrim && timeUs > trimStartTimeUs &&

Completed in 109 milliseconds