Searched refs:yuvconfig2image (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 15 static void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, in yuvconfig2image() function
|
D | vp9_dx_iface.c | 416 yuvconfig2image(&ctx->img, &sd, ctx->user_priv); in decoder_get_frame() 480 yuvconfig2image(&data->img, fb, NULL); in ctrl_get_reference()
|
D | vp9_cx_iface.c | 1326 yuvconfig2image(&frame->img, fb, NULL); in ctrl_get_reference() 1360 yuvconfig2image(&ctx->preview_img, &sd, NULL); in encoder_get_preview()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 17 static void yuvconfig2image(aom_image_t *img, const YV12_BUFFER_CONFIG *yv12, in yuvconfig2image() function
|
D | av1_dx_iface.c | 780 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()
|
D | av1_cx_iface.c | 1914 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/ |
D | vp8_dx_iface.c | 206 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()
|