/third_party/ffmpeg/libavcodec/ |
H A D | avpicture.c | 54 return av_image_get_buffer_size(pix_fmt, width, height, 1); in avpicture_get_size()
|
H A D | rawenc.c | 52 int ret = av_image_get_buffer_size(frame->format, in raw_encode()
|
H A D | rawdec.c | 212 context->frame_size = av_image_get_buffer_size(avctx->pix_fmt, in raw_decode() 216 context->frame_size = av_image_get_buffer_size(avctx->pix_fmt, in raw_decode() 221 context->frame_size = av_image_get_buffer_size(avctx->pix_fmt, avctx->width, in raw_decode()
|
H A D | pnm_parser.c | 112 int ret = av_image_get_buffer_size(avctx->pix_fmt, avctx->width, avctx->height, 1); in pnm_parse()
|
H A D | vble.c | 191 ctx->size = av_image_get_buffer_size(avctx->pix_fmt, in vble_decode_init()
|
H A D | targaenc.c | 93 picsize = av_image_get_buffer_size(avctx->pix_fmt, in targa_encode_frame()
|
H A D | pnmenc.c | 44 int size = av_image_get_buffer_size(avctx->pix_fmt, in pnm_encode_frame()
|
H A D | exrenc.c | 359 av_image_get_buffer_size(avctx->pix_fmt, in encode_frame()
|
H A D | libdav1d.c | 84 ret = av_image_get_buffer_size(format, w, h, DAV1D_PICTURE_ALIGNMENT); in libdav1d_picture_allocator()
|
/third_party/ffmpeg/libavutil/ |
H A D | imgutils.h | 215 int av_image_get_buffer_size(enum AVPixelFormat pix_fmt, int width, int height, int align); 220 * av_image_get_buffer_size() can be used to compute the required size
|
H A D | imgutils.c | 466 int av_image_get_buffer_size(enum AVPixelFormat pix_fmt, in av_image_get_buffer_size() function 508 int size = av_image_get_buffer_size(pix_fmt, width, height, align); in av_image_copy_to_buffer()
|
H A D | hwcontext_cuda.c | 162 int size = av_image_get_buffer_size(ctx->sw_format, ctx->width, ctx->height, priv->tex_alignment); in cuda_frames_init()
|
/third_party/ffmpeg/libavformat/ |
H A D | frmdec.c | 85 packet_size = av_image_get_buffer_size(par->format, par->width, par->height, 1); in frm_read_packet()
|
H A D | mspdec.c | 72 cntx->packet_size = av_image_get_buffer_size(st->codecpar->format, st->codecpar->width, st->codecpar->height, 1); in msp_read_header()
|
H A D | serdec.c | 90 packet_size = av_image_get_buffer_size(st->codecpar->format, ser->width, ser->height, 1); in ser_read_header()
|
H A D | rawvideodec.c | 106 packet_size = av_image_get_buffer_size(pix_fmt, s->width, s->height, 1); in rawvideo_read_header()
|
H A D | yuv4mpegdec.c | 255 s->packet_size = av_image_get_buffer_size(st->codecpar->format, width, height, 1) + Y4M_FRAME_MAGIC_LEN; in yuv4_read_header()
|
/third_party/ffmpeg/libavdevice/ |
H A D | v4l2enc.c | 81 fmt.fmt.pix.sizeimage = av_image_get_buffer_size(par->format, par->width, par->height, 1); in write_header()
|
H A D | libdc1394.c | 156 dc1394->size = av_image_get_buffer_size(fmt->pix_fmt, in dc1394_read_common()
|
H A D | lavfi.c | 434 size = av_image_get_buffer_size(frame->format, frame->width, frame->height, 1); in lavfi_read_packet()
|
H A D | android_camera.c | 421 pkt_buffer_size = av_image_get_buffer_size(ctx->image_format, ctx->width, ctx->height, 32); in image_available()
|
/third_party/ffmpeg/tests/api/ |
H A D | api-h264-test.c | 104 byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 16); in video_decode_example()
|
H A D | api-band-test.c | 147 byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 32); in video_decode()
|
H A D | api-seek-test.c | 85 byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 16); in compute_crc_of_packets()
|
/third_party/ffmpeg/doc/examples/ |
H A D | hw_decode.c | 118 size = av_image_get_buffer_size(tmp_frame->format, tmp_frame->width, in decode_write()
|