Home
last modified time | relevance | path

Searched defs:_GstAV1MetadataScalability (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h965 struct _GstAV1MetadataScalability { struct
966 GstAV1ScalabilityModes scalability_mode_idc;
967 guint8 spatial_layers_cnt_minus_1;
968 gboolean spatial_layer_dimensions_present_flag;
969 gboolean spatial_layer_description_present_flag;
970 gboolean temporal_group_description_present_flag;
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];
974 guint8 temporal_group_size;
[all …]