Lines Matching refs:g_str_equal

96   if (g_str_equal (profile, "baseline")) {  in v4l2_profile_from_string()
98 } else if (g_str_equal (profile, "constrained-baseline")) { in v4l2_profile_from_string()
100 } else if (g_str_equal (profile, "main")) { in v4l2_profile_from_string()
102 } else if (g_str_equal (profile, "extended")) { in v4l2_profile_from_string()
104 } else if (g_str_equal (profile, "high")) { in v4l2_profile_from_string()
106 } else if (g_str_equal (profile, "high-10")) { in v4l2_profile_from_string()
108 } else if (g_str_equal (profile, "high-4:2:2")) { in v4l2_profile_from_string()
110 } else if (g_str_equal (profile, "high-4:4:4")) { in v4l2_profile_from_string()
112 } else if (g_str_equal (profile, "high-10-intra")) { in v4l2_profile_from_string()
114 } else if (g_str_equal (profile, "high-4:2:2-intra")) { in v4l2_profile_from_string()
116 } else if (g_str_equal (profile, "high-4:4:4-intra")) { in v4l2_profile_from_string()
118 } else if (g_str_equal (profile, "cavlc-4:4:4-intra")) { in v4l2_profile_from_string()
120 } else if (g_str_equal (profile, "scalable-baseline")) { in v4l2_profile_from_string()
122 } else if (g_str_equal (profile, "scalable-high")) { in v4l2_profile_from_string()
124 } else if (g_str_equal (profile, "scalable-high-intra")) { in v4l2_profile_from_string()
126 } else if (g_str_equal (profile, "stereo-high")) { in v4l2_profile_from_string()
128 } else if (g_str_equal (profile, "multiview-high")) { in v4l2_profile_from_string()
188 if (g_str_equal (level, "1")) in v4l2_level_from_string()
190 else if (g_str_equal (level, "1b")) in v4l2_level_from_string()
192 else if (g_str_equal (level, "1.1")) in v4l2_level_from_string()
194 else if (g_str_equal (level, "1.2")) in v4l2_level_from_string()
196 else if (g_str_equal (level, "1.3")) in v4l2_level_from_string()
198 else if (g_str_equal (level, "2")) in v4l2_level_from_string()
200 else if (g_str_equal (level, "2.1")) in v4l2_level_from_string()
202 else if (g_str_equal (level, "2.2")) in v4l2_level_from_string()
204 else if (g_str_equal (level, "3")) in v4l2_level_from_string()
206 else if (g_str_equal (level, "3.1")) in v4l2_level_from_string()
208 else if (g_str_equal (level, "3.2")) in v4l2_level_from_string()
210 else if (g_str_equal (level, "4")) in v4l2_level_from_string()
212 else if (g_str_equal (level, "4.1")) in v4l2_level_from_string()
214 else if (g_str_equal (level, "4.2")) in v4l2_level_from_string()
216 else if (g_str_equal (level, "5")) in v4l2_level_from_string()
218 else if (g_str_equal (level, "5.1")) in v4l2_level_from_string()