| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d_impl.cpp | 778 IM_STATUS rga_check_limit(rga_buffer_t src, rga_buffer_t dst, int scale_usage, int mode_usage) { in rga_check_limit() argument 785 if (mode_usage & IM_HAL_TRANSFORM_ROT_270 || mode_usage & IM_HAL_TRANSFORM_ROT_90) { in rga_check_limit() 1039 …check_blend(rga_buffer_t src, rga_buffer_t pat, rga_buffer_t dst, int pat_enable, int mode_usage) { in rga_check_blend() argument 1052 switch (mode_usage & IM_ALPHA_BLEND_MASK) { in rga_check_blend() 1110 IM_STATUS rga_check_rotate(int mode_usage, rga_info_table_entry &table) { in rga_check_rotate() argument 1112 if (mode_usage & IM_HAL_TRANSFORM_FLIP_H_V) { in rga_check_rotate() 1117 …if ((mode_usage & (IM_HAL_TRANSFORM_ROT_90 + IM_HAL_TRANSFORM_ROT_180 + IM_HAL_TRANSFORM_ROT_270))… in rga_check_rotate() 1118 … (mode_usage & (IM_HAL_TRANSFORM_FLIP_H + IM_HAL_TRANSFORM_FLIP_V + IM_HAL_TRANSFORM_FLIP_H_V))) { in rga_check_rotate() 1128 int pat_enable, int mode_usage, int feature_usage) { in rga_check_feature() argument 1129 if ((mode_usage & IM_COLOR_FILL) && (~feature_usage & IM_RGA_SUPPORT_FEATURE_COLOR_FILL)) { in rga_check_feature() [all …]
|
| H A D | im2d_impl.h | 108 int mode_usage);
|
| H A D | im2d.cpp | 742 im_rect *src_rect, im_rect *dst_rect, im_rect *pat_rect, int mode_usage) { in rga_check_perpare() argument 749 (void)(mode_usage); in rga_check_perpare() 1960 im_rect src_rect, im_rect dst_rect, im_rect pat_rect, int mode_usage) { in imcheck_t() argument 1961 return rga_check_external(src, dst, pat, src_rect, dst_rect, pat_rect, mode_usage); in imcheck_t()
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_common.h | 125 … const im_rect src_rect, const im_rect dst_rect, const im_rect pat_rect, const int mode_usage); 128 … im_rect *src_rect, im_rect *dst_rect, im_rect *pat_rect, int mode_usage);
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_common.h | 125 … const im_rect src_rect, const im_rect dst_rect, const im_rect pat_rect, const int mode_usage); 128 … im_rect *src_rect, im_rect *dst_rect, im_rect *pat_rect, int mode_usage);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_common.h | 125 … const im_rect src_rect, const im_rect dst_rect, const im_rect pat_rect, const int mode_usage); 128 … im_rect *src_rect, im_rect *dst_rect, im_rect *pat_rect, int mode_usage);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_common.h | 125 … const im_rect src_rect, const im_rect dst_rect, const im_rect pat_rect, const int mode_usage); 128 … im_rect *src_rect, im_rect *dst_rect, im_rect *pat_rect, int mode_usage);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | im2d.h | 234 … im_rect *src_rect, im_rect *dst_rect, im_rect *pat_rect, int mode_usage); 236 … const im_rect src_rect, const im_rect dst_rect, const im_rect pat_rect, const int mode_usage);
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 2211 const int mode_usage); 2214 const int mode_usage);
|
| H A D | Rockchip_Developer_Guide_RGA_EN.md | 2205 const int mode_usage); 2208 const int mode_usage);
|