Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:timeScale

1012     writeInt32(mTimeScale);    // mvhd timescale
1546 // If someone would like to overwrite the timescale, use user-supplied value.
1547 int32_t timeScale;
1548 if (mMeta->findInt32(kKeyTimeScale, &timeScale)) {
1549 mTimeScale = timeScale;
2170 int64_t currDurationTicks = 0; // Timescale based ticks
2171 int64_t lastDurationTicks = 0; // Timescale based ticks
2177 int64_t currCttsOffsetTimeTicks = 0; // Timescale based ticks
2178 int64_t lastCttsOffsetTimeTicks = -1; // Timescale based ticks
2948 mOwner->writeInt32(tkhdDuration); // in mvhd timescale
3010 mOwner->writeInt32(mTimeScale); // media timescale
3012 mOwner->writeInt32(mdhdDuration); // use media timescale