Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dnal-h264.c364 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 Dnal-hevc.c531 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 Dnal-rbsp.h50 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size,
H A Dnal-rbsp.c19 void rbsp_init(struct rbsp *rbsp, void *addr, size_t size, in rbsp_init() function