Searched refs:RgaBlit (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_RGA_Process.c | 429 if (RgaBlit(&src, &dst, NULL)) { in rga_nv12_crop_scale() 430 omx_err("RgaBlit fail"); in rga_nv12_crop_scale() 468 omx_trace("RgaBlit in src.fd = 0x%x, dst.fd = 0x%x", src.fd, dst.fd); in rga_rgb2nv12() 469 if (RgaBlit(&src, &dst, NULL)) { in rga_rgb2nv12() 470 omx_err("RgaBlit fail"); in rga_rgb2nv12() 472 omx_trace("RgaBlit out"); in rga_rgb2nv12() 513 if (RgaBlit(&src, &dst, NULL)) { in rga_nv122rgb() 514 omx_err("RgaBlit fail"); in rga_nv122rgb() 541 if (RgaBlit(&src, &dst, NULL)) { in rga_nv12_copy() 542 omx_err("RgaBlit fai in rga_nv12_copy() [all...] |
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | RgaApi.h | 58 #define RgaBlit(...) c_RkRgaBlit(__VA_ARGS__) macro
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | RgaApi.h | 56 #define RgaBlit(...) c_RkRgaBlit(__VA_ARGS__) macro
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | RgaApi.h | 56 #define RgaBlit(...) c_RkRgaBlit(__VA_ARGS__) macro
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | RgaApi.h | 57 #define RgaBlit(...) c_RkRgaBlit(__VA_ARGS__) macro
|
Completed in 2 milliseconds