Home
last modified time | relevance | path

Searched refs:ff_alloc_packet2 (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/ffmpeg/libavcodec/
Dadxenc.c151 if ((ret = ff_alloc_packet2(avctx, avpkt, 18, 0)) < 0) in adx_encode_frame()
165 if ((ret = ff_alloc_packet2(avctx, avpkt, out_size, 0)) < 0) in adx_encode_frame()
Dv308enc.c47 if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 3, 0)) < 0) in v308_encode_frame()
Dyuv4enc.c33 …if ((ret = ff_alloc_packet2(avctx, pkt, 6 * (avctx->width + 1 >> 1) * (avctx->height + 1 >> 1), 0)… in yuv4_encode_frame()
Dy41penc.c46 if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 1.5, 0)) < 0) in y41p_encode_frame()
Dv410enc.c49 if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 4, in v410_encode_frame()
Dxbmenc.c46 if ((ret = ff_alloc_packet2(avctx, pkt, size, 0)) < 0) in xbm_encode_frame()
Dlibwebpenc.c60 ret = ff_alloc_packet2(avctx, pkt, mw.size, mw.size); in libwebp_encode_frame()
Dv408enc.c42 if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 4, 0)) < 0) in v408_encode_frame()
Drawenc.c61 if ((ret = ff_alloc_packet2(avctx, pkt, ret, ret)) < 0) in raw_encode()
Dfitsenc.c83 if ((ret = ff_alloc_packet2(avctx, pkt, padded_data_size, 0)) < 0) in fits_encode_frame()
Daliaspixenc.c64 if ((ret = ff_alloc_packet2(avctx, pkt, length, ALIAS_HEADER_SIZE + height*2)) < 0) { in encode_frame()
Dlibgsmenc.c101 if ((ret = ff_alloc_packet2(avctx, avpkt, avctx->block_align, 0)) < 0) in libgsm_encode_frame()
Davuienc.c65 if ((ret = ff_alloc_packet2(avctx, pkt, size, size)) < 0) in avui_encode_frame()
Dcljrenc.c59 if ((ret = ff_alloc_packet2(avctx, pkt, 32*avctx->height*avctx->width/4, 0)) < 0) in encode_frame()
Dr210enc.c49 if ((ret = ff_alloc_packet2(avctx, pkt, 4 * aligned_width * avctx->height, 0)) < 0) in encode_frame()
Dcngenc.c76 if ((ret = ff_alloc_packet2(avctx, avpkt, 1 + p->order, 1 + p->order))) { in cng_encode_frame()
Dpamenc.c94 if ((ret = ff_alloc_packet2(avctx, pkt, n*h + 200, 0)) < 0) in pam_encode_frame()
Dlibvo-amrwbenc.c121 if ((ret = ff_alloc_packet2(avctx, avpkt, MAX_PACKET_SIZE, 0)) < 0) in amr_wb_encode_frame()
Dlibwebpenc_animencoder.c70 ret = ff_alloc_packet2(avctx, pkt, assembled_data.size, assembled_data.size); in libwebp_anim_encode_frame()
Dinternal.h272 int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size);
Dlclenc.c73 if ((ret = ff_alloc_packet2(avctx, pkt, max_size, 0)) < 0) in encode_frame()
Dlibshine.c105 if ((ret = ff_alloc_packet2(avctx, avpkt, len, 0))) in libshine_encode_frame()
Dlibilbc.c186 if ((ret = ff_alloc_packet2(avctx, avpkt, 50, 0)) < 0) in ilbc_encode_frame()
Dbmpenc.c121 if ((ret = ff_alloc_packet2(avctx, pkt, n_bytes, 0)) < 0) in bmp_encode_frame()
Dv210enc.c127 ret = ff_alloc_packet2(avctx, pkt, avctx->height * stride, avctx->height * stride); in encode_frame()

12345