Searched refs:av_shrink_packet (Results 1 – 25 of 25) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aliaspixenc.c | 106 av_shrink_packet(pkt, buf - pkt->data); in encode_frame()
|
D | packet.h | 507 void av_shrink_packet(AVPacket *pkt, int size);
|
D | libtwolame.c | 170 av_shrink_packet(avpkt, ret); in twolame_encode_frame()
|
D | hapenc.c | 230 av_shrink_packet(pkt, final_data_size + header_length); in hap_encode()
|
D | libopusenc.c | 505 av_shrink_packet(avpkt, ret); in libopus_encode()
|
D | exrenc.c | 507 av_shrink_packet(pkt, bytestream2_tell_p(pb)); in encode_frame()
|
D | rpzaenc.c | 813 av_shrink_packet(pkt, put_bits_count(&s->pb) >> 3); in rpza_encode_frame()
|
D | avpacket.c | 114 void av_shrink_packet(AVPacket *pkt, int size) in av_shrink_packet() function
|
D | libopenjpegenc.c | 710 av_shrink_packet(pkt, writer.pos); in libopenjpeg_encode_frame()
|
D | cfhdenc.c | 788 av_shrink_packet(pkt, bytestream2_tell_p(pby)); in cfhd_encode_frame()
|
/third_party/ffmpeg/libavformat/ |
D | sdr2.c | 100 av_shrink_packet(pkt, ret + 24); in sdr2_read_packet()
|
D | adxdec.c | 74 av_shrink_packet(pkt, size); in adx_read_packet()
|
D | rawdec.c | 52 av_shrink_packet(pkt, ret); in ff_raw_read_partial_packet()
|
D | yop.c | 163 av_shrink_packet(&yop->video_packet, yop->palette_size + ret); in yop_read_packet()
|
D | dsicin.c | 209 av_shrink_packet(pkt, 4 + ret); in cin_read_packet()
|
D | cdxl.c | 224 av_shrink_packet(pkt, CDXL_HEADER_SIZE + ret); in cdxl_read_packet()
|
D | 4xm.c | 344 av_shrink_packet(pkt, ret + 8); in fourxm_read_packet()
|
D | nuv.c | 294 av_shrink_packet(pkt, copyhdrsize + ret); in nuv_packet()
|
D | swfdec.c | 541 av_shrink_packet(pkt, res); in swf_read_packet()
|
D | rmdec.c | 859 av_shrink_packet(pkt, vst->videobufpos + 8*(vst->cur_slice - vst->slices)); in rm_assemble_video_frame()
|
D | nutdec.c | 1138 av_shrink_packet(pkt, nut->header_len[header_idx] + ret); in decode_frame()
|
D | asfdec_f.c | 1391 av_shrink_packet(&asf_st->pkt, asf->packet_frag_offset + ret); in asf_parse_packet()
|
D | mxfdec.c | 582 av_shrink_packet(pkt, data_ptr - pkt->data); in mxf_get_d10_aes3_packet() 649 av_shrink_packet(pkt, orig_size); in mxf_decrypt_triplet()
|
D | utils.c | 296 av_shrink_packet(pkt, prev_size + FFMAX(ret, 0)); in append_packet_chunked()
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_dec.c | 346 av_shrink_packet(pkt, pos); in pulse_read_packet()
|