Home
last modified time | relevance | path

Searched refs:ff_alloc_packet (Results 1 – 25 of 55) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dencode.h65 int ff_alloc_packet(AVCodecContext *avctx, AVPacket *avpkt, int64_t size);
Dxbmenc.c48 if ((ret = ff_alloc_packet(avctx, pkt, size)) < 0) in xbm_encode_frame()
Daliaspixenc.c58 if ((ret = ff_alloc_packet(avctx, pkt, length)) < 0) in encode_frame()
Dqoienc.c40 if ((ret = ff_alloc_packet(avctx, pkt, packet_size)) < 0) in qoi_encode_frame()
Dlclenc.c76 if ((ret = ff_alloc_packet(avctx, pkt, max_size)) < 0) in encode_frame()
Dlibvo-amrwbenc.c122 if ((ret = ff_alloc_packet(avctx, avpkt, MAX_PACKET_SIZE)) < 0) in amr_wb_encode_frame()
Dpcxenc.c137 if ((ret = ff_alloc_packet(avctx, pkt, max_pkt_size)) < 0) in pcx_encode_frame()
Dlibilbc.c187 if ((ret = ff_alloc_packet(avctx, avpkt, 50)) < 0) in ilbc_encode_frame()
Dtargaenc.c95 if ((ret = ff_alloc_packet(avctx, pkt, picsize + 45)) < 0) in targa_encode_frame()
Dsunrastenc.c179 if ((ret = ff_alloc_packet(avctx, avpkt, s->size)) < 0) in sunrast_encode_frame()
Dflashsvenc.c233 if ((res = ff_alloc_packet(avctx, pkt, s->image_width * s->image_height * 3)) < 0) in flashsv_encode_frame()
Dttaenc.c97 if ((ret = ff_alloc_packet(avctx, avpkt, pkt_size)) < 0) in tta_encode_frame()
Dlibtwolame.c116 if ((ret = ff_alloc_packet(avctx, avpkt, MPA_MAX_CODED_FRAME_SIZE)) < 0) in twolame_encode_frame()
Dsgienc.c158 if ((ret = ff_alloc_packet(avctx, pkt, bytes_per_channel * length)) < 0) in encode_frame()
Dlibspeexenc.c299 if ((ret = ff_alloc_packet(avctx, avpkt, speex_bits_nbytes(&s->bits))) < 0) in encode_frame()
Dhapenc.c200 ret = ff_alloc_packet(avctx, pkt, pktsize); in hap_encode()
Dlibopencore-amr.c249 if ((ret = ff_alloc_packet(avctx, avpkt, 32)) < 0) in amr_nb_encode_frame()
Dqtrleenc.c373 if ((ret = ff_alloc_packet(avctx, pkt, s->max_buf_size)) < 0) in qtrle_encode_frame()
Dmsvideo1enc.c81 …if ((ret = ff_alloc_packet(avctx, pkt, avctx->width*avctx->height*9 + AV_INPUT_BUFFER_MIN_SIZE)) <… in encode_frame()
Dljpegenc.c238 if ((ret = ff_alloc_packet(avctx, pkt, max_pkt_size)) < 0) in ljpeg_encode_frame()
Dasvenc.c261 if ((ret = ff_alloc_packet(avctx, pkt, a->mb_height * a->mb_width * MAX_MB_SIZE + in encode_frame()
Dlibfdk-aacenc.c395 ret = ff_alloc_packet(avctx, avpkt, FFMAX(8192, 768 * avctx->ch_layout.nb_channels)); in aac_encode_frame()
Dwmaenc.c400 if ((ret = ff_alloc_packet(avctx, avpkt, 2 * MAX_CODED_SUPERFRAME_SIZE)) < 0) in encode_superframe()
Dlibopusenc.c490 if ((ret = ff_alloc_packet(avctx, avpkt, (1275 * 6 + 7) * opus->stream_count)) < 0) in libopus_encode()
Dsmcenc.c508 ret = ff_alloc_packet(avctx, pkt, 8LL * avctx->height * avctx->width); in smc_encode_frame()

123