Lines Matching full:else
39 } else if (g_str_equal (profile, "constrained-baseline")) { in v4l2_profile_from_string()
41 } else if (g_str_equal (profile, "main")) { in v4l2_profile_from_string()
43 } else if (g_str_equal (profile, "extended")) { in v4l2_profile_from_string()
45 } else if (g_str_equal (profile, "high")) { in v4l2_profile_from_string()
47 } else if (g_str_equal (profile, "high-10")) { in v4l2_profile_from_string()
49 } else if (g_str_equal (profile, "high-4:2:2")) { in v4l2_profile_from_string()
51 } else if (g_str_equal (profile, "high-4:4:4")) { in v4l2_profile_from_string()
53 } else if (g_str_equal (profile, "high-10-intra")) { in v4l2_profile_from_string()
55 } else if (g_str_equal (profile, "high-4:2:2-intra")) { in v4l2_profile_from_string()
57 } else if (g_str_equal (profile, "high-4:4:4-intra")) { in v4l2_profile_from_string()
59 } else if (g_str_equal (profile, "cavlc-4:4:4-intra")) { in v4l2_profile_from_string()
61 } else if (g_str_equal (profile, "scalable-baseline")) { in v4l2_profile_from_string()
63 } else if (g_str_equal (profile, "scalable-high")) { in v4l2_profile_from_string()
65 } else if (g_str_equal (profile, "scalable-high-intra")) { in v4l2_profile_from_string()
67 } else if (g_str_equal (profile, "stereo-high")) { in v4l2_profile_from_string()
69 } else if (g_str_equal (profile, "multiview-high")) { in v4l2_profile_from_string()
71 } else if (g_str_equal (profile, "constrained-high")) { in v4l2_profile_from_string()
73 } else { in v4l2_profile_from_string()
135 else if (g_str_equal (level, "1b")) in v4l2_level_from_string()
137 else if (g_str_equal (level, "1.1")) in v4l2_level_from_string()
139 else if (g_str_equal (level, "1.2")) in v4l2_level_from_string()
141 else if (g_str_equal (level, "1.3")) in v4l2_level_from_string()
143 else if (g_str_equal (level, "2")) in v4l2_level_from_string()
145 else if (g_str_equal (level, "2.1")) in v4l2_level_from_string()
147 else if (g_str_equal (level, "2.2")) in v4l2_level_from_string()
149 else if (g_str_equal (level, "3")) in v4l2_level_from_string()
151 else if (g_str_equal (level, "3.1")) in v4l2_level_from_string()
153 else if (g_str_equal (level, "3.2")) in v4l2_level_from_string()
155 else if (g_str_equal (level, "4")) in v4l2_level_from_string()
157 else if (g_str_equal (level, "4.1")) in v4l2_level_from_string()
159 else if (g_str_equal (level, "4.2")) in v4l2_level_from_string()
161 else if (g_str_equal (level, "5")) in v4l2_level_from_string()
163 else if (g_str_equal (level, "5.1")) in v4l2_level_from_string()
165 else if (g_str_equal (level, "5.2")) in v4l2_level_from_string()
167 else if (g_str_equal (level, "6")) in v4l2_level_from_string()
169 else if (g_str_equal (level, "6.1")) in v4l2_level_from_string()
171 else if (g_str_equal (level, "6.2")) in v4l2_level_from_string()
173 else in v4l2_level_from_string()