Home
last modified time | relevance | path

Searched refs:mode_usage (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp778 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 Dim2d_impl.h108 int mode_usage);
H A Dim2d.cpp742 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 Dim2d_common.h125 … 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 Dim2d_common.h125 … 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 Dim2d_common.h125 … 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 Dim2d_common.h125 … 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 Dim2d.h234 … 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 DRockchip_Developer_Guide_RGA_CN.md2211 const int mode_usage);
2214 const int mode_usage);
H A DRockchip_Developer_Guide_RGA_EN.md2205 const int mode_usage);
2208 const int mode_usage);