Home
last modified time | relevance | path

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

/external/libwebm/
Dmkvparser_sample.cc125 const long long timeCodeScale = pSegmentInfo->GetTimeCodeScale(); in main() local
139 printf("\t\tTimeCodeScale\t\t: %lld \n", timeCodeScale); in main()
Dmkvmuxer_sample.cc360 const long long timeCodeScale = segment_info->GetTimeCodeScale(); in main() local
399 info->set_timecode_scale(timeCodeScale); in main()
769 static_cast<double>(segment_info->GetDuration()) / timeCodeScale; in main()