VLC 4.0.0-dev
|
#include <vlc_bits.h>
Data Fields | |
uint8_t * | p_start |
uint8_t * | p |
uint8_t * | p_end |
uint8_t | i_left |
bool | b_read_only |
bool | b_error |
bs_byte_callbacks_t | cb |
void * | p_priv |
bool bs_s::b_error |
Referenced by bs_error(), bs_init_custom(), bs_read(), bs_read1(), bs_read_ue(), bs_skip(), and bs_write().
bool bs_s::b_read_only |
Referenced by bs_init_custom(), bs_write(), bs_write_align(), and bs_write_init().
bs_byte_callbacks_t bs_s::cb |
Referenced by bs_init_custom(), bs_pos(), bs_refill(), and bs_skip().
uint8_t bs_s::i_left |
Referenced by bs_align(), bs_aligned(), bs_init_custom(), bs_pos(), bs_read(), bs_read1(), bs_refill(), bs_skip(), bs_write(), and bs_write_align().
uint8_t* bs_s::p |
Referenced by bs_impl_bytes_forward(), bs_impl_bytes_pos(), bs_init_custom(), bs_read(), bs_read1(), bs_read_ue(), bs_refill(), and bs_write().
uint8_t* bs_s::p_end |
Referenced by bs_impl_bytes_forward(), bs_impl_bytes_pos(), bs_init_custom(), bs_read_ue(), and bs_refill().
void* bs_s::p_priv |
Referenced by bs_init_custom().
uint8_t* bs_s::p_start |
Referenced by bs_impl_bytes_forward(), bs_impl_bytes_pos(), and bs_init_custom().