Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:timeScale

935     writeInt32(mTimeScale);    // mvhd timescale
1445 // If someone would like to overwrite the timescale, use user-supplied value.
1446 int32_t timeScale;
1447 if (mMeta->findInt32(kKeyTimeScale, &timeScale)) {
1448 mTimeScale = timeScale;
2074 int64_t currDurationTicks = 0; // Timescale based ticks
2075 int64_t lastDurationTicks = 0; // Timescale based ticks
2081 int64_t currCttsOffsetTimeTicks = 0; // Timescale based ticks
2082 int64_t lastCttsOffsetTimeTicks = -1; // Timescale based ticks
2818 mOwner->writeInt32(tkhdDuration); // in mvhd timescale
2880 mOwner->writeInt32(mTimeScale); // media timescale
2882 mOwner->writeInt32(mdhdDuration); // use media timescale