Home | History | Annotate | Download | only in mp4

Lines Matching defs:timeScale

1618     uint32_t timeScale = readU32(offset + 8);
1619 ALOGV("sidx refid/timescale: %d/%d", referenceId, timeScale);
1677 se.mDurationUs = 1000000LL * d2 / timeScale;
1681 info->mSidxDuration = total_duration * 1000000 / timeScale;