Searched refs:IsWebvttMP4 (Results 1 – 2 of 2) sorted by relevance
145 bool IsWebvttMP4(const AVStream *avStream);
670 bool FFmpegDemuxerPlugin::IsWebvttMP4(const AVStream *avStream) in IsWebvttMP4() function in OHOS::Media::Plugins::Ffmpeg::FFmpegDemuxerPlugin684 if (IsWebvttMP4(avStream) && pkt->size == 0 && cacheQueue_.HasCache(trackId)) { in WebvttMP4EOSProcess()733 if (IsWebvttMP4(avStream) && WebvttPktProcess(pkt)) { in ReadPacketToCacheQueue()735 } else if (!IsWebvttMP4(avStream) && (!NeedCombineFrame(readId) || in ReadPacketToCacheQueue()