Home
last modified time | relevance | path

Searched refs:mTimescale (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp89 int32_t mTimescale; member in android::MPEG4Source
3451 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 …]