Searched refs:rbsp_init (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/platform/allegro-dvt/ |
H A D | nal-h264.c | 364 rbsp_init(&rbsp, dest, n, &write); in nal_h264_write_sps() 405 rbsp_init(&rbsp, src, n, &read); in nal_h264_read_sps() 455 rbsp_init(&rbsp, dest, n, &write); in nal_h264_write_pps() 494 rbsp_init(&rbsp, src, n, &read); in nal_h264_read_pps() 539 rbsp_init(&rbsp, dest, n, &write); in nal_h264_write_filler() 582 rbsp_init(&rbsp, src, n, &read); in nal_h264_read_filler()
|
H A D | nal-hevc.c | 531 rbsp_init(&rbsp, dest, n, &write); in nal_hevc_write_vps() 575 rbsp_init(&rbsp, src, n, &read); in nal_hevc_read_vps() 626 rbsp_init(&rbsp, dest, n, &write); in nal_hevc_write_sps() 670 rbsp_init(&rbsp, src, n, &read); in nal_hevc_read_sps() 721 rbsp_init(&rbsp, dest, n, &write); in nal_hevc_write_pps() 765 rbsp_init(&rbsp, src, n, &read); in nal_hevc_read_pps() 814 rbsp_init(&rbsp, dest, n, &write); in nal_hevc_write_filler() 861 rbsp_init(&rbsp, src, n, &read); in nal_hevc_read_filler()
|
H A D | nal-rbsp.h | 50 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size,
|
H A D | nal-rbsp.c | 19 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size, in rbsp_init() function
|