Searched refs:mElstShiftStartTicks (Results 1 – 1 of 1) sorted by relevance
152 uint64_t mElstShiftStartTicks; member in android::MPEG4Source4713 mElstShiftStartTicks(elstShiftStartTicks) { in MPEG4Source()4809 mElstShiftStartTicks = std::min(mElstShiftStartTicks, in init()4820 mElstShiftStartTicks = std::min(mElstShiftStartTicks, firstSampleCTS); in init()5701 seekTimeUs += ((long double)mElstShiftStartTicks * 1000000) / mTimescale; in read()5747 sampleTime -= mElstShiftStartTicks; in read()5791 cts -= std::min(cts, mElstShiftStartTicks); in read()6074 seekTimeUs += ((long double)mElstShiftStartTicks * 1000000) / mTimescale; in fragmentedRead()6076 mElstShiftStartTicks); in fragmentedRead()6168 cts -= std::min(cts, mElstShiftStartTicks); in fragmentedRead()