Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp660 if (cacheSamplePacket != nullptr && cacheSamplePacket->pkts.size() > 0 && in WebvttPktProcess()
661cacheSamplePacket->pkts[0] != nullptr && cacheSamplePacket->pkts[0]->duration == 0) { in WebvttPktProcess()
662 cacheSamplePacket->pkts[0]->duration = pkt->pts - cacheSamplePacket->pkts[0]->pts; in WebvttPktProcess()
686 if (cacheSamplePacket != nullptr && cacheSamplePacket->pkts[0]->duration == 0) { in WebvttMP4EOSProcess()
687 cacheSamplePacket->pkts[0]->duration = in WebvttMP4EOSProcess()
1223 if (cacheSamplePacket != nullptr) { in AddPacketToCacheQueue()
1224 cacheSamplePacket->pkts.push_back(pkt); in AddPacketToCacheQueue()
1228 if (cacheSamplePacket != nullptr) { in AddPacketToCacheQueue()
1229 cacheSamplePacket->pkts.push_back(pkt); in AddPacketToCacheQueue()
1230 cacheSamplePacket->offset = 0; in AddPacketToCacheQueue()
[all …]