Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
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()
Dwmaprodec.c224 …uint8_t skip_packets; ///< packets to skip to find next packet in a stre… member
1680 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()
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi83765 …<var-decl name="skip_packets" type-id="95e97e5e" visibility="default" filepath="sound/usb/card.h" …
Dtest-PR27569-v0.abi83747 …<var-decl name="skip_packets" type-id="95e97e5e" visibility="default" filepath="sound/usb/card.h" …