Searched refs:left_height (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/samples/copy_demo/src/ |
| H A D | rga_copy_splice_demo.cpp | 46 int left_width, left_height, left_format; in main() local 63 left_height = 720; in main() 74 left_buf_size = left_width * left_height * get_bpp_from_format(left_format); in main() 83 …if (0 != read_image_from_file(left_buf, LOCAL_FILE_PATH, left_width, left_height, left_format, 0))… in main() 101 left_img = wrapbuffer_handle(left_handle, left_width, left_height, left_format); in main() 126 left_rect.height = left_height; in main()
|
| H A D | rga_copy_splice_task_demo.cpp | 47 int left_width, left_height, left_format; in main() local 65 left_height = 720; in main() 76 left_buf_size = left_width * left_height * get_bpp_from_format(left_format); in main() 85 …if (0 != read_image_from_file(left_buf, LOCAL_FILE_PATH, left_width, left_height, left_format, 0))… in main() 103 left_img = wrapbuffer_handle(left_handle, left_width, left_height, left_format); in main() 137 left_rect.height = left_height; in main()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/ |
| H A D | rk_ispfec.cpp | 341 int left_height = h & 127; in rk_ispfec_api_calFecMeshsize() local 346 if (!left_height) in rk_ispfec_api_calFecMeshsize() 347 left_height = 128; in rk_ispfec_api_calFecMeshsize() 349 mesh_left_height = density ? (left_height / 16 + 1) : (left_height / 8 + 1); in rk_ispfec_api_calFecMeshsize()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/ |
| H A D | ispp.c | 23 u32 left_height = h & 127; in cal_fec_mesh() local 27 if (!left_height) in cal_fec_mesh() 28 left_height = 128; in cal_fec_mesh() 29 mesh_left_height = mode ? (left_height / 16 + 1) : in cal_fec_mesh() 30 (left_height / 8 + 1); in cal_fec_mesh()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/ |
| H A D | rk_aiq_algo_afec_itf.cpp | 211 uint32_t left_height = h & 127; in cal_fec_mesh() local 215 if (!left_height) in cal_fec_mesh() 216 left_height = 128; in cal_fec_mesh() 217 mesh_left_height = mode ? (left_height / 16 + 1) : in cal_fec_mesh() 218 (left_height / 8 + 1); in cal_fec_mesh()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miwideline.c | 662 int left_height = 0, right_height = 0; in miFillPolyHelper() local 679 while ((left_count || left_height) && (right_count || right_height)) { in miFillPolyHelper() 680 if (!left_height && left_count) { in miFillPolyHelper() 681 left_height = left->height; in miFillPolyHelper() 704 height = left_height; in miFillPolyHelper() 708 left_height -= height; in miFillPolyHelper()
|