Searched refs:rbsp_init (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/drivers/media/platform/allegro-dvt/ |
D | nal-hevc.c | 471 rbsp_init(&rbsp, dest, n, &write); in nal_hevc_write_vps() 515 rbsp_init(&rbsp, src, n, &read); in nal_hevc_read_vps() 566 rbsp_init(&rbsp, dest, n, &write); in nal_hevc_write_sps() 610 rbsp_init(&rbsp, src, n, &read); in nal_hevc_read_sps() 661 rbsp_init(&rbsp, dest, n, &write); in nal_hevc_write_pps() 705 rbsp_init(&rbsp, src, n, &read); in nal_hevc_read_pps() 754 rbsp_init(&rbsp, dest, n, &write); in nal_hevc_write_filler() 801 rbsp_init(&rbsp, src, n, &read); in nal_hevc_read_filler()
|
D | nal-h264.c | 438 rbsp_init(&rbsp, dest, n, &write); in nal_h264_write_sps() 479 rbsp_init(&rbsp, src, n, &read); in nal_h264_read_sps() 529 rbsp_init(&rbsp, dest, n, &write); in nal_h264_write_pps() 568 rbsp_init(&rbsp, src, n, &read); in nal_h264_read_pps() 613 rbsp_init(&rbsp, dest, n, &write); in nal_h264_write_filler() 656 rbsp_init(&rbsp, src, n, &read); in nal_h264_read_filler()
|
D | nal-rbsp.h | 50 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size,
|
D | nal-rbsp.c | 19 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size, in rbsp_init() function
|