Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmaprodec.c207 …int next_packet_start; ///< start offset of the next wma packet in the de… member
1657 s->next_packet_start = buf_size - avctx->block_align; in decode_packet()
1660 s->next_packet_start = buf_size - FFMIN(buf_size, avctx->block_align); in decode_packet()
1728 if (avpkt->size < s->next_packet_start) { in decode_packet()
1733 s->buf_bit_size = (avpkt->size - s->next_packet_start) << 3; in decode_packet()
Dwmalosslessdec.c96 …int next_packet_start; ///< start offset of the next WMA packet in the de… member
1203 s->next_packet_start = buf_size - FFMIN(avctx->block_align, buf_size); in decode_packet()
1258 s->buf_bit_size = (avpkt->size - s->next_packet_start) << 3; in decode_packet()
1310 s->next_packet_start = 0; in flush()