Searched refs:mTimescale (Results 1 – 1 of 1) sorted by relevance
109 int32_t mTimescale; member in android::MPEG4Source4860 mTimescale(timeScale), in MPEG4Source()5956 mTimescale; in read()5963 elstShiftStartUs = ((long double)mElstShiftStartTicks * 1000000) / mTimescale; in read()5973 seekTimeUs, 1000000, mTimescale, in read()6024 targetSampleTimeUs = (sampleTime * 1000000ll) / mTimescale; in read()6035 sampleTime * 1000000ll / mTimescale, in read()6036 syncSampleTime * 1000000ll / mTimescale); in read()6131 meta, AMEDIAFORMAT_KEY_TIME_US, ((long double)cts * 1000000) / mTimescale); in read()6166 meta, AMEDIAFORMAT_KEY_TIME_US, ((long double)cts * 1000000) / mTimescale); in read()[all …]