Home
last modified time | relevance | path

Searched refs:GST_AV1_MAX_SPATIAL_LAYERS (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h74 #define GST_AV1_MAX_SPATIAL_LAYERS 2 /* correct? */ macro
971 guint16 spatial_layer_max_width[GST_AV1_MAX_SPATIAL_LAYERS];
972 guint16 spatial_layer_max_height[GST_AV1_MAX_SPATIAL_LAYERS];
973 guint8 spatial_layer_ref_id[GST_AV1_MAX_SPATIAL_LAYERS];
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstav1parse.c1232 for (i = 0; i < (1 << GST_AV1_MAX_SPATIAL_LAYERS); i++) { in gst_av1_parse_handle_sequence_obu()