Home
last modified time | relevance | path

Searched refs:width_mode (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/alpha_demo/src/
H A Drga_alpha_osd_demo.cpp137 osd_config.block_parm.width_mode = IM_OSD_BLOCK_MODE_NORMAL; in main()
/OK3568_Linux_fs/external/linux-rga/include/
H A Ddrmrga.h200 uint8_t width_mode; // using @fix_width or LUT width member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Ddrmrga.h200 uint8_t width_mode; // using @fix_width or LUT width member
H A Dim2d_type.h342 int width_mode; // normal or different member
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Ddrmrga.h200 uint8_t width_mode; // using @fix_width or LUT width member
H A Dim2d_type.h342 int width_mode; // normal or different member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Ddrmrga.h200 uint8_t width_mode; // using @fix_width or LUT width member
H A Dim2d_type.h342 int width_mode; // normal or different member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Dim2d_type.h317 int width_mode; // normal or different member
H A Drga.h385 uint8_t width_mode; // using @fix_width or LUT width member
/OK3568_Linux_fs/external/linux-rga/im2d_api/
H A Dim2d_type.h342 int width_mode; // normal or different member
/OK3568_Linux_fs/external/linux-rga/core/hardware/
H A Drga_ioctl.h271 uint8_t width_mode; // using @fix_width or LUT width member
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp1438 … osd_info.block_parm.width_mode, osd_info.block_parm.width, osd_info.block_parm.block_count, in rga_dump_osd_info()
1694 srcinfo.osd_info.mode_ctrl.width_mode = opt.osd_config.block_parm.width_mode; in rga_task_submit()
1695 if (opt.osd_config.block_parm.width_mode == IM_OSD_BLOCK_MODE_NORMAL) in rga_task_submit()
1697 else if (opt.osd_config.block_parm.width_mode == IM_OSD_BLOCK_MODE_DIFFERENT) in rga_task_submit()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h428 uint8_t width_mode; // using @fix_width or LUT width member
/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_Developer_Guide_RGA_CN.md2594 int width_mode; // normal or different
2622 | width_mode | 字块宽度模式配置:<br /> 字块宽度相同:IM_OSD_BLOCK_MODE_NORMAL<br /> 字块宽度不同:IM_OSD_BLO…
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga2_reg_info.c1622 (s_RGA2_OSD_CTRL0_SW_OSD_WIDTH_MODE(msg->osd_info.mode_ctrl.width_mode))); in RGA2_set_reg_osd()