Lines Matching full:high
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()
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()
93 return "high"; in v4l2_profile_to_string()
95 return "high-10"; in v4l2_profile_to_string()
97 return "high-4:2:2"; in v4l2_profile_to_string()
99 return "high-4:4:4"; in v4l2_profile_to_string()
101 return "high-10-intra"; in v4l2_profile_to_string()
103 return "high-4:2:2-intra"; in v4l2_profile_to_string()
105 return "high-4:4:4-intra"; in v4l2_profile_to_string()
111 return "scalable-high"; in v4l2_profile_to_string()
113 return "scalable-high-intra"; in v4l2_profile_to_string()
115 return "stereo-high"; in v4l2_profile_to_string()
117 return "multiview-high"; in v4l2_profile_to_string()
119 return "constrained-high"; in v4l2_profile_to_string()