Definition at line 116 of file sources/gst-plugins/gst-nvdsudp/gstnvdsudpcommon.h.
Data Fields | |
| const guint8 * | data |
| gsize | byte_len |
| gsize | bit_pos |
| gsize BitReader::bit_pos |
Definition at line 119 of file sources/gst-plugins/gst-nvdsudp/gstnvdsudpcommon.h.
Referenced by bit_reader_byte_pos(), bit_reader_has_bits(), bit_reader_init(), bit_reader_is_byte_aligned(), and bit_reader_read().
| gsize BitReader::byte_len |
Definition at line 118 of file sources/gst-plugins/gst-nvdsudp/gstnvdsudpcommon.h.
Referenced by bit_reader_has_bits(), and bit_reader_init().
| const guint8 * BitReader::data |
Definition at line 117 of file sources/gst-plugins/gst-nvdsudp/gstnvdsudpcommon.h.
Referenced by bit_reader_init(), and bit_reader_read().