Home
last modified time | relevance | path

Searched refs:av_image_fill_pointers (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dimgutils.h97 int av_image_fill_pointers(uint8_t *data[4], enum AVPixelFormat pix_fmt, int height,
H A Dimgutils.c145 int av_image_fill_pointers(uint8_t *data[4], enum AVPixelFormat pix_fmt, int height, in av_image_fill_pointers() function
251 if ((ret = av_image_fill_pointers(pointers, pix_fmt, h, buf, linesizes)) < 0) { in av_image_alloc()
463 return av_image_fill_pointers(dst_data, pix_fmt, height, (uint8_t *)src, dst_linesize); in av_image_fill_arrays()
H A Dhwcontext_dxva2.c322 av_image_fill_pointers(dst->data, dst->format, surfaceDesc.Height, in dxva2_map_frame()
H A Dhwcontext_d3d11va.c388 av_image_fill_pointers(data, ctx->sw_format, desc->Height, in fill_texture_ptrs()
H A Dframe.c172 if ((ret = av_image_fill_pointers(frame->data, frame->format, padded_height, in get_video_buffer()
/third_party/ffmpeg/libavutil/tests/
H A Dimgutils.c50 total_size = av_image_fill_pointers(data, pix_fmt, h, (void *)1, linesizes); in main()
64 // Test the output of av_image_fill_pointers() in main()
/third_party/ffmpeg/libavcodec/
H A Dnvenc.c1814 ret = av_image_fill_pointers(dst_data, frame->format, nv_surface->height, in nvenc_copy_frame()

Completed in 9 milliseconds