Home
last modified time | relevance | path

Searched refs:av_shrink_packet (Results 1 - 25 of 33) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Daliaspixenc.c98 av_shrink_packet(pkt, buf - pkt->data); in encode_frame()
H A Dpacket.h538 void av_shrink_packet(AVPacket *pkt, int size);
H A Dlibtwolame.c173 av_shrink_packet(avpkt, ret); in twolame_encode_frame()
H A Dhapenc.c227 av_shrink_packet(pkt, final_data_size + header_length); in hap_encode()
H A Dpnmenc.c218 av_shrink_packet(pkt, bytestream - bytestream_start); in pnm_encode_frame()
H A Djpeglsenc.c418 av_shrink_packet(pkt, bytestream2_tell_p(&pb)); in encode_picture_ls()
H A Dlibopusenc.c508 av_shrink_packet(avpkt, ret); in libopus_encode()
H A Dsmcenc.c530 av_shrink_packet(pkt, bytestream2_tell_p(&pb)); in smc_encode_frame()
H A Davpacket.c112 void av_shrink_packet(AVPacket *pkt, int size) in av_shrink_packet() function
H A Dexrenc.c515 av_shrink_packet(pkt, bytestream2_tell_p(pb)); in encode_frame()
H A Dlibopenjpegenc.c710 av_shrink_packet(pkt, writer.pos); in libopenjpeg_encode_frame()
H A Drpzaenc.c817 av_shrink_packet(pkt, put_bytes_output(&s->pb)); in rpza_encode_frame()
/third_party/ffmpeg/libavformat/
H A Dadxdec.c75 av_shrink_packet(pkt, size); in adx_read_packet()
H A Dsdr2.c100 av_shrink_packet(pkt, ret + 24); in sdr2_read_packet()
H A Drawdec.c53 av_shrink_packet(pkt, ret); in ff_raw_read_partial_packet()
H A Ddsicin.c210 av_shrink_packet(pkt, 4 + ret); in cin_read_packet()
H A Dyop.c163 av_shrink_packet(&yop->video_packet, yop->palette_size + ret); in yop_read_packet()
H A Dcdxl.c223 av_shrink_packet(pkt, CDXL_HEADER_SIZE + ret); in cdxl_read_packet()
H A D4xm.c347 av_shrink_packet(pkt, ret + 8); in fourxm_read_packet()
H A Dhls_sample_encryption.c264 av_shrink_packet(pkt, data_ptr - pkt->data); in decrypt_video_frame()
H A Dnuv.c296 av_shrink_packet(pkt, copyhdrsize + ret); in nuv_packet()
H A Dutils.c88 av_shrink_packet(pkt, prev_size + FFMAX(ret, 0)); in append_packet_chunked()
H A Dswfdec.c536 av_shrink_packet(pkt, res); in swf_read_packet()
H A Dimfdec.c839 av_shrink_packet(pkt, nbsamples * st->codecpar->ch_layout.nb_channels * bytes_per_sample); in imf_read_packet()
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_dec.c352 av_shrink_packet(pkt, pos); in pulse_read_packet()

Completed in 24 milliseconds

12