Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dcafdec.c44 int64_t packet_cnt; ///< packet counter member
394 if (caf->packet_cnt < st->nb_index_entries - 1) { in read_packet()
395 …pkt_size = st->index_entries[caf->packet_cnt + 1].pos - st->index_entries[caf->packet_cnt]… in read_packet()
396 …pkt_frames = st->index_entries[caf->packet_cnt + 1].timestamp - st->index_entries[caf->packet_cnt]… in read_packet()
397 } else if (caf->packet_cnt == st->nb_index_entries - 1) { in read_packet()
398 pkt_size = caf->num_bytes - st->index_entries[caf->packet_cnt].pos; in read_packet()
399 pkt_frames = st->duration - st->index_entries[caf->packet_cnt].timestamp; in read_packet()
416 caf->packet_cnt++; in read_packet()
427 int64_t pos, packet_cnt, frame_cnt; in read_seek() local
436 packet_cnt = pos / caf->bytes_per_packet; in read_seek()
[all …]