Home
last modified time | relevance | path

Searched refs:av_image_get_buffer_size (Results 1 - 25 of 29) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Davpicture.c54 return av_image_get_buffer_size(pix_fmt, width, height, 1); in avpicture_get_size()
H A Drawenc.c52 int ret = av_image_get_buffer_size(frame->format, in raw_encode()
H A Drawdec.c212 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 Dpnm_parser.c112 int ret = av_image_get_buffer_size(avctx->pix_fmt, avctx->width, avctx->height, 1); in pnm_parse()
H A Dvble.c191 ctx->size = av_image_get_buffer_size(avctx->pix_fmt, in vble_decode_init()
H A Dtargaenc.c93 picsize = av_image_get_buffer_size(avctx->pix_fmt, in targa_encode_frame()
H A Dpnmenc.c44 int size = av_image_get_buffer_size(avctx->pix_fmt, in pnm_encode_frame()
H A Dexrenc.c359 av_image_get_buffer_size(avctx->pix_fmt, in encode_frame()
H A Dlibdav1d.c84 ret = av_image_get_buffer_size(format, w, h, DAV1D_PICTURE_ALIGNMENT); in libdav1d_picture_allocator()
/third_party/ffmpeg/libavutil/
H A Dimgutils.h215 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 Dimgutils.c466 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 Dhwcontext_cuda.c162 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 Dfrmdec.c85 packet_size = av_image_get_buffer_size(par->format, par->width, par->height, 1); in frm_read_packet()
H A Dmspdec.c72 cntx->packet_size = av_image_get_buffer_size(st->codecpar->format, st->codecpar->width, st->codecpar->height, 1); in msp_read_header()
H A Dserdec.c90 packet_size = av_image_get_buffer_size(st->codecpar->format, ser->width, ser->height, 1); in ser_read_header()
H A Drawvideodec.c106 packet_size = av_image_get_buffer_size(pix_fmt, s->width, s->height, 1); in rawvideo_read_header()
H A Dyuv4mpegdec.c255 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 Dv4l2enc.c81 fmt.fmt.pix.sizeimage = av_image_get_buffer_size(par->format, par->width, par->height, 1); in write_header()
H A Dlibdc1394.c156 dc1394->size = av_image_get_buffer_size(fmt->pix_fmt, in dc1394_read_common()
H A Dlavfi.c434 size = av_image_get_buffer_size(frame->format, frame->width, frame->height, 1); in lavfi_read_packet()
H A Dandroid_camera.c421 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 Dapi-h264-test.c104 byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 16); in video_decode_example()
H A Dapi-band-test.c147 byte_buffer_size = av_image_get_buffer_size(ctx->pix_fmt, ctx->width, ctx->height, 32); in video_decode()
H A Dapi-seek-test.c85 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 Dhw_decode.c118 size = av_image_get_buffer_size(tmp_frame->format, tmp_frame->width, in decode_write()

Completed in 14 milliseconds

12