Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp60 mTimeCodeScale(1000000), in WebmWriter()
305 mTimeCodeScale, in initStream()
403 (double) (maxDurationUs * 1000 / mTimeCodeScale)); in reset()
515 mTimeCodeScale = tcsl; in start()
518 if (mTimeCodeScale == 0) { in start()
522 ALOGV("movie time scale: %" PRIu64, mTimeCodeScale); in start()
540 info = WebmElement::SegmentInfo(mTimeCodeScale, 0); in start()
H A DWebmFrameThread.cpp274 mTimeCodeScale(timeCodeScale), in WebmFrameMediaSourceThread()
390 timestampUs * 1000 / mTimeCodeScale, in run()
398 timestampUs * 1000 / mTimeCodeScale, in run()
H A DWebmWriter.h56 uint64_t mTimeCodeScale; variable
H A DWebmFrameThread.h147 const uint64_t mTimeCodeScale; variable