Searched refs:ff_alloc_packet2 (Results 1 – 25 of 111) sorted by relevance
12345
| /third_party/ffmpeg/libavcodec/ |
| D | adxenc.c | 151 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()
|
| D | v308enc.c | 47 if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 3, 0)) < 0) in v308_encode_frame()
|
| D | yuv4enc.c | 33 …if ((ret = ff_alloc_packet2(avctx, pkt, 6 * (avctx->width + 1 >> 1) * (avctx->height + 1 >> 1), 0)… in yuv4_encode_frame()
|
| D | y41penc.c | 46 if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 1.5, 0)) < 0) in y41p_encode_frame()
|
| D | v410enc.c | 49 if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 4, in v410_encode_frame()
|
| D | xbmenc.c | 46 if ((ret = ff_alloc_packet2(avctx, pkt, size, 0)) < 0) in xbm_encode_frame()
|
| D | libwebpenc.c | 60 ret = ff_alloc_packet2(avctx, pkt, mw.size, mw.size); in libwebp_encode_frame()
|
| D | v408enc.c | 42 if ((ret = ff_alloc_packet2(avctx, pkt, avctx->width * avctx->height * 4, 0)) < 0) in v408_encode_frame()
|
| D | rawenc.c | 61 if ((ret = ff_alloc_packet2(avctx, pkt, ret, ret)) < 0) in raw_encode()
|
| D | fitsenc.c | 83 if ((ret = ff_alloc_packet2(avctx, pkt, padded_data_size, 0)) < 0) in fits_encode_frame()
|
| D | aliaspixenc.c | 64 if ((ret = ff_alloc_packet2(avctx, pkt, length, ALIAS_HEADER_SIZE + height*2)) < 0) { in encode_frame()
|
| D | libgsmenc.c | 101 if ((ret = ff_alloc_packet2(avctx, avpkt, avctx->block_align, 0)) < 0) in libgsm_encode_frame()
|
| D | avuienc.c | 65 if ((ret = ff_alloc_packet2(avctx, pkt, size, size)) < 0) in avui_encode_frame()
|
| D | cljrenc.c | 59 if ((ret = ff_alloc_packet2(avctx, pkt, 32*avctx->height*avctx->width/4, 0)) < 0) in encode_frame()
|
| D | r210enc.c | 49 if ((ret = ff_alloc_packet2(avctx, pkt, 4 * aligned_width * avctx->height, 0)) < 0) in encode_frame()
|
| D | cngenc.c | 76 if ((ret = ff_alloc_packet2(avctx, avpkt, 1 + p->order, 1 + p->order))) { in cng_encode_frame()
|
| D | pamenc.c | 94 if ((ret = ff_alloc_packet2(avctx, pkt, n*h + 200, 0)) < 0) in pam_encode_frame()
|
| D | libvo-amrwbenc.c | 121 if ((ret = ff_alloc_packet2(avctx, avpkt, MAX_PACKET_SIZE, 0)) < 0) in amr_wb_encode_frame()
|
| D | libwebpenc_animencoder.c | 70 ret = ff_alloc_packet2(avctx, pkt, assembled_data.size, assembled_data.size); in libwebp_anim_encode_frame()
|
| D | internal.h | 272 int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size);
|
| D | lclenc.c | 73 if ((ret = ff_alloc_packet2(avctx, pkt, max_size, 0)) < 0) in encode_frame()
|
| D | libshine.c | 105 if ((ret = ff_alloc_packet2(avctx, avpkt, len, 0))) in libshine_encode_frame()
|
| D | libilbc.c | 186 if ((ret = ff_alloc_packet2(avctx, avpkt, 50, 0)) < 0) in ilbc_encode_frame()
|
| D | bmpenc.c | 121 if ((ret = ff_alloc_packet2(avctx, pkt, n_bytes, 0)) < 0) in bmp_encode_frame()
|
| D | v210enc.c | 127 ret = ff_alloc_packet2(avctx, pkt, avctx->height * stride, avctx->height * stride); in encode_frame()
|
12345