Home
last modified time | relevance | path

Searched defs:timeScaleRate (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dpts_and_index_conversion.cpp495 double timeScaleRate = 1000 * 1000 / // 1000 is used for converting pts to us in PTSAndIndexConvertSttsAndCttsProcess() local
530 double timeScaleRate = 1000 * 1000 / // 1000 is used for converting pts to us in PTSAndIndexConvertOnlySttsProcess() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp1613 … double timeScaleRate = static_cast<double>(MS_TO_NS) / static_cast<double>(avStream->time_scale); in PTSAndIndexConvertSttsAndCttsProcess() local
1652 … double timeScaleRate = static_cast<double>(MS_TO_NS) / static_cast<double>(avStream->time_scale); in PTSAndIndexConvertOnlySttsProcess() local