Searched refs:av_shrink_packet (Results 1 - 25 of 33) sorted by relevance
12
/third_party/ffmpeg/libavcodec/ |
H A D | aliaspixenc.c | 98 av_shrink_packet(pkt, buf - pkt->data); in encode_frame()
|
H A D | packet.h | 538 void av_shrink_packet(AVPacket *pkt, int size);
|
H A D | libtwolame.c | 173 av_shrink_packet(avpkt, ret); in twolame_encode_frame()
|
H A D | hapenc.c | 227 av_shrink_packet(pkt, final_data_size + header_length); in hap_encode()
|
H A D | pnmenc.c | 218 av_shrink_packet(pkt, bytestream - bytestream_start); in pnm_encode_frame()
|
H A D | jpeglsenc.c | 418 av_shrink_packet(pkt, bytestream2_tell_p(&pb)); in encode_picture_ls()
|
H A D | libopusenc.c | 508 av_shrink_packet(avpkt, ret); in libopus_encode()
|
H A D | smcenc.c | 530 av_shrink_packet(pkt, bytestream2_tell_p(&pb)); in smc_encode_frame()
|
H A D | avpacket.c | 112 void av_shrink_packet(AVPacket *pkt, int size) in av_shrink_packet() function
|
H A D | exrenc.c | 515 av_shrink_packet(pkt, bytestream2_tell_p(pb)); in encode_frame()
|
H A D | libopenjpegenc.c | 710 av_shrink_packet(pkt, writer.pos); in libopenjpeg_encode_frame()
|
H A D | rpzaenc.c | 817 av_shrink_packet(pkt, put_bytes_output(&s->pb)); in rpza_encode_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | adxdec.c | 75 av_shrink_packet(pkt, size); in adx_read_packet()
|
H A D | sdr2.c | 100 av_shrink_packet(pkt, ret + 24); in sdr2_read_packet()
|
H A D | rawdec.c | 53 av_shrink_packet(pkt, ret); in ff_raw_read_partial_packet()
|
H A D | dsicin.c | 210 av_shrink_packet(pkt, 4 + ret); in cin_read_packet()
|
H A D | yop.c | 163 av_shrink_packet(&yop->video_packet, yop->palette_size + ret); in yop_read_packet()
|
H A D | cdxl.c | 223 av_shrink_packet(pkt, CDXL_HEADER_SIZE + ret); in cdxl_read_packet()
|
H A D | 4xm.c | 347 av_shrink_packet(pkt, ret + 8); in fourxm_read_packet()
|
H A D | hls_sample_encryption.c | 264 av_shrink_packet(pkt, data_ptr - pkt->data); in decrypt_video_frame()
|
H A D | nuv.c | 296 av_shrink_packet(pkt, copyhdrsize + ret); in nuv_packet()
|
H A D | utils.c | 88 av_shrink_packet(pkt, prev_size + FFMAX(ret, 0)); in append_packet_chunked()
|
H A D | swfdec.c | 536 av_shrink_packet(pkt, res); in swf_read_packet()
|
H A D | imfdec.c | 839 av_shrink_packet(pkt, nbsamples * st->codecpar->ch_layout.nb_channels * bytes_per_sample); in imf_read_packet()
|
/third_party/ffmpeg/libavdevice/ |
H A D | pulse_audio_dec.c | 352 av_shrink_packet(pkt, pos); in pulse_read_packet()
|
Completed in 24 milliseconds
12