Searched refs:skip_packets (Results 1 – 4 of 4) sorted by relevance
27 int skip_packets; member40 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()
224 …uint8_t skip_packets; ///< packets to skip to find next packet in a stre… member1680 s->skip_packets = get_bits(gb, 8); in decode_packet()1681 ff_dlog(avctx, "packet[%d]: skip packets %d\n", avctx->frame_number, s->skip_packets); in decode_packet()1845 if (s->xma[s->current_stream].skip_packets != 0) { in xma_decode_packet()1848 min[0] = s->xma[0].skip_packets; in xma_decode_packet()1852 if (s->xma[i].skip_packets < min[0]) { in xma_decode_packet()1853 min[0] = s->xma[i].skip_packets; in xma_decode_packet()1863 s->xma[i].skip_packets = FFMAX(0, s->xma[i].skip_packets - 1); in xma_decode_packet()1979 s->skip_packets = 0; in flush()
83765 …<var-decl name="skip_packets" type-id="95e97e5e" visibility="default" filepath="sound/usb/card.h" …
83747 …<var-decl name="skip_packets" type-id="95e97e5e" visibility="default" filepath="sound/usb/card.h" …