Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstav1decoder.c248 case GST_AV1_PROFILE_1: in gst_av1_decoder_profile_to_string()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h158 GST_AV1_PROFILE_1 = 1, enumerator
Dgstav1parser.c926 if (seq_header->seq_profile == GST_AV1_PROFILE_1) in gst_av1_parse_color_config()
970 if (!(seq_header->seq_profile == GST_AV1_PROFILE_1 || in gst_av1_parse_color_config()
986 } else if (seq_header->seq_profile == GST_AV1_PROFILE_1) { in gst_av1_parse_color_config()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstav1parse.c392 case GST_AV1_PROFILE_1: in gst_av1_parse_profile_to_string()
412 return GST_AV1_PROFILE_1; in gst_av1_parse_profile_from_string()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c165 case GST_AV1_PROFILE_1: in _get_profile()