Searched defs:rbsp (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/staging/media/allegro-dvt/ | 
| D | nal-h264.c | 62 struct rbsp {  struct71 static void rbsp_init(struct rbsp *rbsp, void *addr, size_t size,  in rbsp_init()
 169 static int add_emulation_prevention_three_byte(struct rbsp *rbsp)  in add_emulation_prevention_three_byte()
 177 static int discard_emulation_prevention_three_byte(struct rbsp *rbsp)  in discard_emulation_prevention_three_byte()
 189 static inline int rbsp_read_bit(struct rbsp *rbsp)  in rbsp_read_bit()
 220 static inline int rbsp_write_bit(struct rbsp *rbsp, bool value)  in rbsp_write_bit()
 248 static inline int rbsp_read_bits(struct rbsp *rbsp, int n, unsigned int *value)  in rbsp_read_bits()
 270 static int rbsp_write_bits(struct rbsp *rbsp, int n, unsigned int value)  in rbsp_write_bits()
 286 static int rbsp_read_uev(struct rbsp *rbsp, unsigned int *value)  in rbsp_read_uev()
 309 static int rbsp_write_uev(struct rbsp *rbsp, unsigned int *value)  in rbsp_write_uev()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/platform/coda/ | 
| D | coda-h264.c | 115 struct rbsp {  struct121 static inline int rbsp_read_bit(struct rbsp *rbsp)  in rbsp_read_bit()
 132 static inline int rbsp_write_bit(struct rbsp *rbsp, int bit)  in rbsp_write_bit()
 146 static inline int rbsp_read_bits(struct rbsp *rbsp, int num, int *val)  in rbsp_read_bits()
 167 static int rbsp_write_bits(struct rbsp *rbsp, int num, int value)  in rbsp_write_bits()
 180 static int rbsp_read_uev(struct rbsp *rbsp, unsigned int *val)  in rbsp_read_uev()
 203 static int rbsp_write_uev(struct rbsp *rbsp, unsigned int value)  in rbsp_write_uev()
 219 static int rbsp_read_sev(struct rbsp *rbsp, int *val)  in rbsp_read_sev()
 
 |