Home
last modified time | relevance | path

Searched refs:ptsListOrg_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_reference_parser.cpp74 for (size_t ptsIdx = 0; ptsIdx < ptsListOrg_.size(); ptsIdx++) { in ParserBoxInfo()
75 ptsListFromZero_.emplace_back(ptsListOrg_[ptsIdx] - absolutePTSIndexZero_); in ParserBoxInfo()
H A Dffmpeg_demuxer_plugin.h240 std::vector<int64_t> ptsListOrg_; variable
H A Dffmpeg_demuxer_plugin.cpp1617 static_cast<uint32_t>(ptsListOrg_.size()) >= REFERENCE_PARSER_PTS_LIST_UPPER_LIMIT) { in PTSAndIndexConvertSttsAndCttsProcess()
1656 static_cast<uint32_t>(ptsListOrg_.size()) >= REFERENCE_PARSER_PTS_LIST_UPPER_LIMIT) { in PTSAndIndexConvertOnlySttsProcess()
1685 ptsListOrg_.clear(); in GetPresentationTimeUsFromFfmpegMOV()
1707 ptsListOrg_.emplace_back(pts); in PTSAndIndexConvertSwitchProcess()