Searched refs:trackDfxInfoMap_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_demuxer_plugin.cpp | 364 trackDfxInfoMap_.clear(); in Reset() 615 trackDfxInfoMap_[tempPkt->stream_index].lastPts = sample->pts_; in ConvertAVPacketToSample() 616 trackDfxInfoMap_[tempPkt->stream_index].lastDurantion = sample->duration_; in ConvertAVPacketToSample() 617 trackDfxInfoMap_[tempPkt->stream_index].lastPos = tempPkt->pos; in ConvertAVPacketToSample() 621 …tempPkt->stream_index, -1, copySize, trackDfxInfoMap_[tempPkt->stream_index].frameIndex++, tempPkt… in ConvertAVPacketToSample() 1320 trackDfxInfoMap_[trackId] = {0, -1, -1}; in SelectTrack() 1338 trackDfxInfoMap_.erase(trackId); in UnselectTrack() 1446 trackId, trackDfxInfoMap_[trackId].lastPts, in ReadSample() 1447 trackDfxInfoMap_[trackId].lastDurantion, trackDfxInfoMap_[trackId].lastPos); in ReadSample()
|
H A D | ffmpeg_demuxer_plugin.h | 233 std::unordered_map<int, TrackDfxInfo> trackDfxInfoMap_; variable
|