Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp1128 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()
1135 … if ((mode_usage & IM_COLOR_PALETTE) && (~feature_usage & IM_RGA_SUPPORT_FEATURE_COLOR_PALETTE)) { in rga_check_feature()
1141 if ((mode_usage & IM_ROP) && (~feature_usage & IM_RGA_SUPPORT_FEATURE_ROP)) { in rga_check_feature()
1147 if ((mode_usage & IM_NN_QUANTIZE) && (~feature_usage & IM_RGA_SUPPORT_FEATURE_QUANTIZE)) { in rga_check_feature()
1153 …if ((pat_enable ? (pat.color_space_mode & IM_RGB_TO_YUV_MASK) : 0) && (~feature_usage & IM_RGA_SUP… in rga_check_feature()
1162 (~feature_usage & IM_RGA_SUPPORT_FEATURE_DST_FULL_CSC)) { in rga_check_feature()
1168 if ((mode_usage & IM_MOSAIC) && (~feature_usage & IM_RGA_SUPPORT_FEATURE_MOSAIC)) { in rga_check_feature()
1174 if ((mode_usage & IM_OSD) && (~feature_usage & IM_RGA_SUPPORT_FEATURE_OSD)) { in rga_check_feature()
1180 if ((mode_usage & IM_PRE_INTR) && (~feature_usage & IM_RGA_SUPPORT_FEATURE_PRE_INTR)) { in rga_check_feature()