Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dcafdec.c46 int64_t packet_cnt; ///< packet counter member
447 if (caf->packet_cnt < sti->nb_index_entries - 1) { in read_packet()
448 pkt_size = sti->index_entries[caf->packet_cnt + 1].pos - sti->index_entries[caf->packet_cnt].pos; in read_packet()
449 pkt_frames = sti->index_entries[caf->packet_cnt + 1].timestamp - sti->index_entries[caf->packet_cnt].timestamp; in read_packet()
450 } else if (caf->packet_cnt == sti->nb_index_entries - 1) { in read_packet()
451 pkt_size = caf->num_bytes - sti->index_entries[caf->packet_cnt].pos; in read_packet()
452 pkt_frames = st->duration - sti->index_entries[caf->packet_cnt].timestamp; in read_packet()
469 caf->packet_cnt in read_packet()
481 int64_t pos, packet_cnt, frame_cnt; read_seek() local
[all...]

Completed in 2 milliseconds