Searched refs:mTimescale (Results 1 – 1 of 1) sorted by relevance
89 int32_t mTimescale; member in android::MPEG4Source3451 mTimescale(timeScale), in MPEG4Source()4219 seekTimeUs, 1000000, mTimescale, in read()4255 targetSampleTimeUs = (sampleTime * 1000000ll) / mTimescale; in read()4266 sampleTime * 1000000ll / mTimescale, in read()4267 syncSampleTime * 1000000ll / mTimescale); in read()4323 kKeyTime, ((int64_t)cts * 1000000) / mTimescale); in read()4325 kKeyDuration, ((int64_t)stts * 1000000) / mTimescale); in read()4458 kKeyTime, ((int64_t)cts * 1000000) / mTimescale); in read()4460 kKeyDuration, ((int64_t)stts * 1000000) / mTimescale); in read()[all …]