Home
last modified time | relevance | path

Searched refs:rbsp_init (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/media/platform/allegro-dvt/
Dnal-hevc.c471 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()
Dnal-h264.c438 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()
Dnal-rbsp.h50 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size,
Dnal-rbsp.c19 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size, in rbsp_init() function