Searched refs:GetTimeCodeScale (Results 1 – 12 of 12) sorted by relevance
125 const long long timeCodeScale = pSegmentInfo->GetTimeCodeScale(); in main()
877 const mkvtime_t timecode_scale = info->GetTimeCodeScale(); in WriteCueTimings()
360 const long long timeCodeScale = segment_info->GetTimeCodeScale(); in main()
282 const int64_t timecode_scale = segment_info->GetTimeCodeScale(); in OutputSegmentInfo()
387 timecode_scale_ = webm_parser_->GetInfo()->GetTimeCodeScale(); in InitWebmParser()
816 long long GetTimeCodeScale() const;
2473 const long long scale = pInfo->GetTimeCodeScale(); in GetTime()3579 const long long timecode_scale = pInfo->GetTimeCodeScale(); in GetTime()4056 long long SegmentInfo::GetTimeCodeScale() const { return m_timecodeScale; } in GetTimeCodeScale() function in mkvparser::SegmentInfo7113 const long long scale = pInfo->GetTimeCodeScale(); in GetTime()8048 const long long scale = pInfo->GetTimeCodeScale(); in GetTime()
2474 const long long scale = pInfo->GetTimeCodeScale(); in GetTime()3580 const long long timecode_scale = pInfo->GetTimeCodeScale(); in GetTime()4057 long long SegmentInfo::GetTimeCodeScale() const { return m_timecodeScale; } in GetTimeCodeScale() function in mkvparser::SegmentInfo7114 const long long scale = pInfo->GetTimeCodeScale(); in GetTime()8049 const long long scale = pInfo->GetTimeCodeScale(); in GetTime()
136 EXPECT_EQ(kTimeCodeScale, info->GetTimeCodeScale()); in TEST_F()