Lines Matching full:scalable
661 profile = "scalable-constrained-baseline"; in gst_codec_utils_h264_get_profile()
663 profile = "scalable-baseline"; in gst_codec_utils_h264_get_profile()
667 profile = "scalable-high-intra"; in gst_codec_utils_h264_get_profile()
669 profile = "scalable-constrained-high"; in gst_codec_utils_h264_get_profile()
671 profile = "scalable-high"; in gst_codec_utils_h264_get_profile()
1111 {"scalable-main", 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0}, in utils_get_scalable_profile()
1112 {"scalable-main-10", 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1}, in utils_get_scalable_profile()
1168 /* Rec. ITU-T H.265 Table H.4 scalable range extensions profiles */ in utils_get_scalable_format_range_extensions_profile()
1170 {"scalable-monochrome", 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0}, in utils_get_scalable_format_range_extensions_profile()
1171 {"scalable-monochrome-12", 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1}, in utils_get_scalable_format_range_extensions_profile()
1172 {"scalable-monochrome-16", 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 2}, in utils_get_scalable_format_range_extensions_profile()
1173 {"scalable-main-444", 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 3}, in utils_get_scalable_format_range_extensions_profile()
1273 * 7 : Scalable main profiles in gst_codec_utils_h265_get_profile()
1276 * 10 : Scalable format range extensions profiles in gst_codec_utils_h265_get_profile()
1568 static const char *profiles[] = { "simple", "simple-scalable", "core", in gst_codec_utils_mpeg4video_get_profile()
1569 "main", "n-bit", "scalable", NULL, "basic-animated-texture", "hybrid", in gst_codec_utils_mpeg4video_get_profile()
1570 "advanced-real-time-simple", "core-scalable", "advanced-coding-efficiency", in gst_codec_utils_mpeg4video_get_profile()
1571 "advanced-core", "advanced-scalable-texture", in gst_codec_utils_mpeg4video_get_profile()
1612 return "fine-granularity-scalable"; in gst_codec_utils_mpeg4video_get_profile()
1702 /* Fine Granularity Scalable Profile */ in gst_codec_utils_mpeg4video_get_level()