Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/webm/
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()
DWebmFrameThread.cpp274 mTimeCodeScale(timeCodeScale), in WebmFrameMediaSourceThread()
389 timestampUs * 1000 / mTimeCodeScale, in run()
397 timestampUs * 1000 / mTimeCodeScale, in run()
DWebmWriter.h56 uint64_t mTimeCodeScale; variable
DWebmFrameThread.h147 const uint64_t mTimeCodeScale; variable