Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dpts_and_index_conversion.cpp390 relativePTSToIndexPTSMin_ = INT64_MAX; in InitPTSandIndexConvert()
425 if (absolutePTS < relativePTSToIndexPTSMin_ || absolutePTS > relativePTSToIndexPTSMax_) { in GetIndexByRelativePresentationTimeUs()
601 if (relativePTSToIndexPTSMin_ > pts) { in RelativePTSToIndexProcess()
602 relativePTSToIndexPTSMin_ = pts; in RelativePTSToIndexProcess()
H A Dpts_and_index_conversion.h142 int64_t relativePTSToIndexPTSMin_ = INT64_MAX; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.h164 int64_t relativePTSToIndexPTSMin_ = INT64_MAX; variable
H A Dffmpeg_demuxer_plugin.cpp1504 relativePTSToIndexPTSMin_ = INT64_MAX; in InitPTSandIndexConvert()
1536 if (absolutePTS < relativePTSToIndexPTSMin_ || absolutePTS > relativePTSToIndexPTSMax_) { in GetIndexByRelativePresentationTimeUs()
1730 if (relativePTSToIndexPTSMin_ > pts) { in RelativePTSToIndexProcess()
1731 relativePTSToIndexPTSMin_ = pts; in RelativePTSToIndexProcess()