Home
last modified time | relevance | path

Searched refs:relativePTSToIndexPTSMax_ (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.cpp391 relativePTSToIndexPTSMax_ = INT64_MIN; in InitPTSandIndexConvert()
425 if (absolutePTS < relativePTSToIndexPTSMin_ || absolutePTS > relativePTSToIndexPTSMax_) { in GetIndexByRelativePresentationTimeUs()
604 if (relativePTSToIndexPTSMax_ < pts) { in RelativePTSToIndexProcess()
605 relativePTSToIndexPTSMax_ = pts; in RelativePTSToIndexProcess()
H A Dpts_and_index_conversion.h143 int64_t relativePTSToIndexPTSMax_ = INT64_MIN; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.h165 int64_t relativePTSToIndexPTSMax_ = INT64_MIN; variable
H A Dffmpeg_demuxer_plugin.cpp1505 relativePTSToIndexPTSMax_ = INT64_MIN; in InitPTSandIndexConvert()
1536 if (absolutePTS < relativePTSToIndexPTSMin_ || absolutePTS > relativePTSToIndexPTSMax_) { in GetIndexByRelativePresentationTimeUs()
1733 if (relativePTSToIndexPTSMax_ < pts) { in RelativePTSToIndexProcess()
1734 relativePTSToIndexPTSMax_ = pts; in RelativePTSToIndexProcess()