Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp92 mTimeCodeScale(1000000), in WebmWriter()
337 mTimeCodeScale, in initStream()
435 (double) (maxDurationUs * 1000 / mTimeCodeScale)); in reset()
547 mTimeCodeScale = tcsl; in start()
550 if (mTimeCodeScale == 0) { in start()
554 ALOGV("movie time scale: %" PRIu64, mTimeCodeScale); in start()
572 info = WebmElement::SegmentInfo(mTimeCodeScale, 0); in start()
DWebmFrameThread.cpp273 mTimeCodeScale(timeCodeScale), in WebmFrameMediaSourceThread()
398 timestampUs * 1000 / mTimeCodeScale, in run()
406 timestampUs * 1000 / mTimeCodeScale, in run()
/frameworks/av/media/libstagefright/webm/include/webm/
DWebmWriter.h63 uint64_t mTimeCodeScale; variable
DWebmFrameThread.h147 const uint64_t mTimeCodeScale; variable