Searched refs:GstAV1ParserResult (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstav1parser.c | 118 GstAV1ParserResult * retval, const char *func_name, gint line) in av1_read_bits_checked() 290 av1_bitstreamfn_leb128 (GstBitReader * br, GstAV1ParserResult * retval) in av1_bitstreamfn_leb128() 321 av1_bitstreamfn_uvlc (GstBitReader * br, GstAV1ParserResult * retval) in av1_bitstreamfn_uvlc() 360 av1_bitstreamfn_su (GstBitReader * br, guint8 n, GstAV1ParserResult * retval) in av1_bitstreamfn_su() 379 av1_bitstreamfn_ns (GstBitReader * br, guint32 n, GstAV1ParserResult * retval) in av1_bitstreamfn_ns() 404 av1_bitstreamfn_le (GstBitReader * br, guint8 n, GstAV1ParserResult * retval) in av1_bitstreamfn_le() 424 av1_bitstreamfn_delta_q (GstBitReader * br, GstAV1ParserResult * retval) in av1_bitstreamfn_delta_q() 445 static GstAV1ParserResult 468 static GstAV1ParserResult 473 GstAV1ParserResult ret; in av1_skip_trailing_bits() [all …]
|
D | gstav1parser.h | 138 } GstAV1ParserResult; typedef 1784 GstAV1ParserResult 1789 GstAV1ParserResult 1794 GstAV1ParserResult 1799 GstAV1ParserResult 1804 GstAV1ParserResult 1809 GstAV1ParserResult 1814 GstAV1ParserResult 1819 GstAV1ParserResult 1824 GstAV1ParserResult [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstav1decoder.c | 262 GstAV1ParserResult res; in gst_av1_decoder_process_sequence() 425 GstAV1ParserResult res; in gst_av1_decoder_process_frame_header() 442 GstAV1ParserResult res; in gst_av1_decoder_process_tile_group() 458 GstAV1ParserResult res; in gst_av1_decoder_process_frame() 534 GstAV1ParserResult res; in gst_av1_decoder_update_state() 565 GstAV1ParserResult res; in gst_av1_decoder_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | av1parser.c | 113 GstAV1ParserResult ret; in GST_START_TEST() 392 GstAV1ParserResult ret; in GST_START_TEST() 496 GstAV1ParserResult ret; in GST_START_TEST() 534 GstAV1ParserResult ret; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstav1parse.c | 195 _read_leb128 (guint8 * data, GstAV1ParserResult * retval, guint32 * comsumed) in _read_leb128() 1156 static GstAV1ParserResult 1160 GstAV1ParserResult res; in gst_av1_parse_handle_sequence_obu() 1289 static GstAV1ParserResult 1293 GstAV1ParserResult res = GST_AV1_PARSER_OK; in gst_av1_parse_handle_one_obu() 1455 GstAV1ParserResult res; in gst_av1_parse_handle_obu_to_obu() 1548 GstAV1ParserResult res = GST_AV1_PARSER_INVALID_OPERATION; in gst_av1_parse_handle_to_small_and_equal_align() 1654 GstAV1ParserResult res = GST_AV1_PARSER_OK; in gst_av1_parse_handle_to_big_align() 1777 GstAV1ParserResult res = GST_AV1_PARSER_INVALID_OPERATION; in gst_av1_parse_detect_alignment()
|