Home
last modified time | relevance | path

Searched refs:yuvconfig2image (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h15 static void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, in yuvconfig2image() function
Dvp9_dx_iface.c416 yuvconfig2image(&ctx->img, &sd, ctx->user_priv); in decoder_get_frame()
480 yuvconfig2image(&data->img, fb, NULL); in ctrl_get_reference()
Dvp9_cx_iface.c1326 yuvconfig2image(&frame->img, fb, NULL); in ctrl_get_reference()
1360 yuvconfig2image(&ctx->preview_img, &sd, NULL); in encoder_get_preview()
/external/libaom/libaom/av1/
Dav1_iface_common.h17 static void yuvconfig2image(aom_image_t *img, const YV12_BUFFER_CONFIG *yv12, in yuvconfig2image() function
Dav1_dx_iface.c780 yuvconfig2image(&ctx->img, sd, frame_worker_data->user_priv); in decoder_get_frame()
785 yuvconfig2image(&ctx->img, &pbi->tile_list_outbuf, NULL); in decoder_get_frame()
911 yuvconfig2image(&data->img, fb, NULL); in ctrl_get_reference()
927 yuvconfig2image(new_img, &new_frame, NULL); in ctrl_get_new_frame_image()
Dav1_cx_iface.c1914 yuvconfig2image(&frame->img, fb, NULL); in ctrl_get_reference()
1929 yuvconfig2image(new_img, &new_frame, NULL); in ctrl_get_new_frame_image()
1969 yuvconfig2image(&ctx->preview_img, &sd, NULL); in encoder_get_preview()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c206 static void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, in yuvconfig2image() function
520 yuvconfig2image(&ctx->img, &sd, ctx->user_priv); in vp8_get_frame()