Home
last modified time | relevance | path

Searched refs:relativePTSToIndexPosition_ (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.cpp388 relativePTSToIndexPosition_ = 0; // init RelativePTSToIndexPosition_ in InitPTSandIndexConvert()
431 index = relativePTSToIndexPosition_; in GetIndexByRelativePresentationTimeUs()
434 relativePTSToIndexPosition_ - 1 : relativePTSToIndexPosition_; in GetIndexByRelativePresentationTimeUs()
615 relativePTSToIndexPosition_++; in RelativePTSToIndexProcess()
H A Dpts_and_index_conversion.h141 uint32_t relativePTSToIndexPosition_ = 0; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.h163 uint32_t relativePTSToIndexPosition_ = 0; variable
H A Dffmpeg_demuxer_plugin.cpp1502 relativePTSToIndexPosition_ = 0; // init RelativePTSToIndexPosition_ in InitPTSandIndexConvert()
1542 index = relativePTSToIndexPosition_; in GetIndexByRelativePresentationTimeUs()
1545 relativePTSToIndexPosition_ - 1 : relativePTSToIndexPosition_; in GetIndexByRelativePresentationTimeUs()
1744 relativePTSToIndexPosition_++; in RelativePTSToIndexProcess()