Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dxma_parser.c27 int skip_packets; member
40 if (s->skip_packets == 0) { in xma_parse()
42 s->skip_packets = buf[packet * 2048 + 3] + 1; in xma_parse()
44 s->skip_packets--; in xma_parse()
H A Dwmaprodec.c229 uint8_t skip_packets; ///< packets to skip to find next packet in a stream (XMA1/2) member
1684 s->skip_packets = get_bits(gb, 8); in decode_packet()
1685 ff_dlog(avctx, "packet[%d]: skip packets %d\n", avctx->frame_number, s->skip_packets); in decode_packet()
1892 /* select stream with 0 skip_packets (= uses next packet) */ in xma_decode_packet()
1893 if (s->xma[s->current_stream].skip_packets != 0) { in xma_decode_packet()
1896 min[0] = s->xma[0].skip_packets; in xma_decode_packet()
1900 if (s->xma[i].skip_packets < min[0]) { in xma_decode_packet()
1901 min[0] = s->xma[i].skip_packets; in xma_decode_packet()
1911 s->xma[i].skip_packets = FFMAX(0, s->xma[i].skip_packets in xma_decode_packet()
[all...]

Completed in 4 milliseconds