Home
last modified time | relevance | path

Searched refs:obu_spatial_id (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstav1parse.c1015 gst_bit_writer_put_bits_uint8 (&bs, obu->header.obu_spatial_id, 2); in gst_av1_parse_convert_to_annexb()
1098 gst_bit_writer_put_bits_uint8 (&bs, obu->header.obu_spatial_id, 2); in gst_av1_parse_convert_from_annexb()
1271 obu->header.obu_spatial_id == self->last_shown_frame_spatial_id) { in gst_av1_parse_frame_start_new_temporal_unit()
1351 if (obu->header.obu_spatial_id > self->highest_spatial_id) { in gst_av1_parse_handle_one_obu()
1354 obu->header.obu_spatial_id, self->highest_spatial_id); in gst_av1_parse_handle_one_obu()
1396 self->last_shown_frame_spatial_id = obu->header.obu_spatial_id; in gst_av1_parse_handle_one_obu()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstav1decoder.c625 obu.header.obu_spatial_id < in gst_av1_decoder_handle_frame()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h566 guint8 obu_spatial_id; member
Dgstav1parser.c649 obu_header->obu_spatial_id = AV1_READ_BITS (br, 2); in gst_av1_parse_obu_header()
885 (parser->state.operating_point_idc >> (obu->header.obu_spatial_id + in gst_av1_parser_identify_one_obu()
3780 (op_pt_idc >> (obu->header.obu_spatial_id + 8)) & 1; in gst_av1_parse_uncompressed_frame_header()