Home
last modified time | relevance | path

Searched refs:NeedCombineFrame (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp420 if (NeedCombineFrame(samplePacket->pkts[0]->stream_index) && in ConvertHevcToAnnexb()
479 bool FFmpegDemuxerPlugin::NeedCombineFrame(uint32_t trackId) in NeedCombineFrame() function in OHOS::Media::Plugins::Ffmpeg::FFmpegDemuxerPlugin
492 if (NeedCombineFrame(samplePacket->pkts[0]->stream_index) && samplePacket->pkts.size() > 1) { in CombinePackets()
735 } else if (!IsWebvttMP4(avStream) && (!NeedCombineFrame(readId) || in ReadPacketToCacheQueue()
1221 …if (NeedCombineFrame(trackId) && !GetNextFrame(pkt->data, pkt->size) && cacheQueue_.HasCache(track… in AddPacketToCacheQueue()
1427 if (NeedCombineFrame(trackId) && cacheQueue_.GetCacheSize(trackId) == 1) { in ReadSample()
1471 if (NeedCombineFrame(trackId) && cacheQueue_.GetCacheSize(trackId) == 1) { in GetNextSampleSize()
H A Dffmpeg_demuxer_plugin.h135 bool NeedCombineFrame(uint32_t trackId);