Home
last modified time | relevance | path

Searched refs:IsWebvttMP4 (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.h145 bool IsWebvttMP4(const AVStream *avStream);
H A Dffmpeg_demuxer_plugin.cpp670 bool FFmpegDemuxerPlugin::IsWebvttMP4(const AVStream *avStream) in IsWebvttMP4() function in OHOS::Media::Plugins::Ffmpeg::FFmpegDemuxerPlugin
684 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()