Searched refs:next_packet_start (Results 1 – 2 of 2) sorted by relevance
207 …int next_packet_start; ///< start offset of the next wma packet in the de… member1657 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()
96 …int next_packet_start; ///< start offset of the next WMA packet in the de… member1203 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()