Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstav1decoder.c260 gst_av1_decoder_process_sequence (GstAV1Decoder * self, GstAV1OBU * obu) in gst_av1_decoder_process_sequence()
309 GstAV1TileGroupOBU * tile_group, GstAV1OBU * obu) in gst_av1_decoder_decode_tile_group()
423 gst_av1_decoder_process_frame_header (GstAV1Decoder * self, GstAV1OBU * obu) in gst_av1_decoder_process_frame_header()
440 gst_av1_decoder_process_tile_group (GstAV1Decoder * self, GstAV1OBU * obu) in gst_av1_decoder_process_tile_group()
456 gst_av1_decoder_process_frame (GstAV1Decoder * self, GstAV1OBU * obu) in gst_av1_decoder_process_frame()
477 gst_av1_decoder_temporal_delimiter (GstAV1Decoder * self, GstAV1OBU * obu) in gst_av1_decoder_temporal_delimiter()
490 gst_av1_decoder_decode_one_obu (GstAV1Decoder * self, GstAV1OBU * obu) in gst_av1_decoder_decode_one_obu()
564 GstAV1OBU obu; in gst_av1_decoder_handle_frame() local
Dgstav1picture.h59 GstAV1OBU obu; member
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dav1parser.c112 GstAV1OBU obu; in GST_START_TEST() local
386 GstAV1OBU obu; in GST_START_TEST() local
491 GstAV1OBU obu; in GST_START_TEST() local
529 GstAV1OBU obu; in GST_START_TEST() local
/third_party/ffmpeg/libavcodec/
Dav1_frame_split_bsf.c99 AV1RawOBU *obu = unit->content; in av1_frame_split_filter() local
118 AV1RawOBU *obu = unit->content; in av1_frame_split_filter() local
139 AV1RawOBU *obu = unit->content; in av1_frame_split_filter() local
Dav1_parse.c29 int ff_av1_extract_obu(AV1OBU *obu, const uint8_t *buf, int length, void *logctx) in ff_av1_extract_obu()
65 AV1OBU *obu; in ff_av1_packet_split() local
Dav1_parser.c100 AV1RawOBU *obu = unit->content; in av1_parser_parse() local
211 AV1OBU obu; in av1_parser_split() local
Dextract_extradata_bsf.c78 AV1OBU *obu = &s->av1_pkt.obus[i]; in extract_extradata_av1() local
115 AV1OBU *obu = &s->av1_pkt.obus[i]; in extract_extradata_av1() local
Dav1_metadata_bsf.c115 AV1RawOBU *obu = frag->units[i].content; in av1_metadata_update_fragment() local
Dcbs_av1.c877 AV1RawOBU *obu; in cbs_av1_read_unit() local
1056 AV1RawOBU *obu = unit->content; in cbs_av1_write_obu() local
1272 AV1RawOBU *obu = (AV1RawOBU*)content; in cbs_av1_free_metadata() local
Dav1dec.c903 AV1RawOBU *obu = unit->content; in av1_decode_frame() local
Dcbs_av1.h404 } obu; member
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstav1parse.c987 GstAV1OBU * obu, gboolean frame_complete) in gst_av1_parse_convert_to_annexb()
1065 GstAV1OBU * obu) in gst_av1_parse_convert_from_annexb()
1127 GstAV1OBU * obu, guint8 * data, guint32 size, gboolean frame_complete) in gst_av1_parse_cache_one_obu()
1157 gst_av1_parse_handle_sequence_obu (GstAV1Parse * self, GstAV1OBU * obu) in gst_av1_parse_handle_sequence_obu()
1244 GstAV1OBU * obu) in gst_av1_parse_frame_start_new_temporal_unit()
1290 gst_av1_parse_handle_one_obu (GstAV1Parse * self, GstAV1OBU * obu, in gst_av1_parse_handle_one_obu()
1453 GstAV1OBU obu; in gst_av1_parse_handle_obu_to_obu() local
1546 GstAV1OBU obu; in gst_av1_parse_handle_to_small_and_equal_align() local
1652 GstAV1OBU obu; in gst_av1_parse_handle_to_big_align() local
1776 GstAV1OBU obu; in gst_av1_parse_detect_alignment() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.c470 GstAV1OBU * obu) in av1_skip_trailing_bits()
681 guint32 size, GstAV1OBU * obu, guint32 * consumed) in gst_av1_parser_identify_one_obu()
1141 GstAV1OBU * obu, GstAV1SequenceHeaderOBU * seq_header) in gst_av1_parser_parse_sequence_header_obu()
1492 GstAV1OBU * obu) in gst_av1_parser_parse_temporal_delimiter_obu()
1750 gst_av1_parser_parse_metadata_obu (GstAV1Parser * parser, GstAV1OBU * obu, in gst_av1_parser_parse_metadata_obu()
3501 gst_av1_parse_uncompressed_frame_header (GstAV1Parser * parser, GstAV1OBU * obu, in gst_av1_parse_uncompressed_frame_header()
4329 GstAV1OBU * obu, GstAV1TileListOBU * tile_list) in gst_av1_parser_parse_tile_list_obu()
4513 gst_av1_parser_parse_tile_group_obu (GstAV1Parser * parser, GstAV1OBU * obu, in gst_av1_parser_parse_tile_group_obu()
4536 gst_av1_parse_frame_header (GstAV1Parser * parser, GstAV1OBU * obu, in gst_av1_parse_frame_header()
4578 GstAV1OBU * obu, GstAV1FrameHeaderOBU * frame_header) in gst_av1_parser_parse_frame_header_obu()
[all …]