Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmpegenc.c601 int packet_bytes) in put_padding_packet()
606 avio_wb16(pb, packet_bytes - 6); in put_padding_packet()
609 packet_bytes -= 7; in put_padding_packet()
611 packet_bytes -= 6; in put_padding_packet()
613 ffio_fill(pb, 0xff, packet_bytes); in put_padding_packet()
600 put_padding_packet(AVFormatContext *ctx, AVIOContext *pb, int packet_bytes) put_padding_packet() argument
/third_party/ffmpeg/libavcodec/
H A Dqdm2.c1125 int i, packet_bytes, sub_packet_size, sub_packets_D; in qdm2_decode_super_block() local
1147 packet_bytes = (q->compressed_size - get_bits_count(&gb) / 8); in qdm2_decode_super_block()
1171 for (i = 0; packet_bytes > 0; i++) { in qdm2_decode_super_block()
1201 if (sub_packet_size > packet_bytes) { in qdm2_decode_super_block()
1204 packet->size += packet_bytes - sub_packet_size; in qdm2_decode_super_block()
1207 packet_bytes -= sub_packet_size; in qdm2_decode_super_block()

Completed in 5 milliseconds