Searched defs:rbsp (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/media/platform/allegro-dvt/ |
H A D | nal-rbsp.c | 19 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size, in rbsp_init() 32 void rbsp_unsupported(struct rbsp *rbsp) in rbsp_unsupported() 68 static inline int rbsp_read_bit(struct rbsp *rbsp) in rbsp_read_bit() 205 static int rbsp_read_sev(struct rbsp *rbsp, int *value) in rbsp_read_sev() 224 static int rbsp_write_sev(struct rbsp *rbsp, int *value) in rbsp_write_sev() 256 static int __rbsp_read_bit(struct rbsp *rbsp, int *value) in __rbsp_read_bit() 274 void rbsp_bit(struct rbsp *rbsp, int *value) in rbsp_bit() 281 void rbsp_bits(struct rbsp *rbsp, int n, int *value) in rbsp_bits() 288 void rbsp_uev(struct rbsp *rbsp, unsigned int *value) in rbsp_uev() 295 void rbsp_sev(struct rbsp *rbsp, int *value) in rbsp_sev() [all …]
|
H A D | nal-h264.c | 55 static void nal_h264_read_start_code_prefix(struct rbsp *rbsp) in nal_h264_read_start_code_prefix() 73 static void nal_h264_write_filler_data(struct rbsp *rbsp) in nal_h264_write_filler_data() 84 static void nal_h264_read_filler_data(struct rbsp *rbsp) in nal_h264_read_filler_data() 99 static void nal_h264_rbsp_hrd_parameters(struct rbsp *rbsp, in nal_h264_rbsp_hrd_parameters() 125 static void nal_h264_rbsp_vui_parameters(struct rbsp *rbsp, in nal_h264_rbsp_vui_parameters() 356 struct rbsp rbsp; in nal_h264_write_sps() local 397 struct rbsp rbsp; in nal_h264_read_sps() local 447 struct rbsp rbsp; in nal_h264_write_pps() local 489 struct rbsp rbsp; in nal_h264_read_pps() local 531 struct rbsp rbsp; in nal_h264_write_filler() local [all …]
|
H A D | nal-hevc.c | 56 static void nal_hevc_read_start_code_prefix(struct rbsp *rbsp) in nal_hevc_read_start_code_prefix() 74 static void nal_hevc_write_filler_data(struct rbsp *rbsp) in nal_hevc_write_filler_data() 85 static void nal_hevc_read_filler_data(struct rbsp *rbsp) in nal_hevc_read_filler_data() 522 struct rbsp rbsp; in nal_hevc_write_vps() local 566 struct rbsp rbsp; in nal_hevc_read_vps() local 617 struct rbsp rbsp; in nal_hevc_write_sps() local 661 struct rbsp rbsp; in nal_hevc_read_sps() local 712 struct rbsp rbsp; in nal_hevc_write_pps() local 756 struct rbsp rbsp; in nal_hevc_read_pps() local 805 struct rbsp rbsp; in nal_hevc_write_filler() local [all …]
|
H A D | nal-rbsp.h | 38 struct rbsp { struct 43 struct nal_rbsp_ops *ops; argument 50 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size, argument
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda-h264.c | 115 struct rbsp { struct 121 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()
|