Searched refs:NeedCombineFrame (Results 1 – 2 of 2) sorted by relevance
420 if (NeedCombineFrame(samplePacket->pkts[0]->stream_index) && in ConvertHevcToAnnexb()479 bool FFmpegDemuxerPlugin::NeedCombineFrame(uint32_t trackId) in NeedCombineFrame() function in OHOS::Media::Plugins::Ffmpeg::FFmpegDemuxerPlugin492 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()
135 bool NeedCombineFrame(uint32_t trackId);