Home
last modified time | relevance | path

Searched refs:hantro_fmt (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/media/platform/verisilicon/
H A Dhantro.h84 const struct hantro_fmt *enc_fmts;
86 const struct hantro_fmt *dec_fmts;
88 const struct hantro_fmt *postproc_fmts;
255 const struct hantro_fmt *vpu_src_fmt;
257 const struct hantro_fmt *vpu_dst_fmt;
293 struct hantro_fmt { struct
480 const struct hantro_fmt *fmt);
H A Dhantro_v4l2.c39 static const struct hantro_fmt *
42 const struct hantro_fmt *formats; in hantro_get_formats()
60 static const struct hantro_fmt *
111 static const struct hantro_fmt *
114 const struct hantro_fmt *formats; in hantro_find_format()
132 const struct hantro_fmt *fmt; in hantro_set_reference_frames_format()
147 const struct hantro_fmt *
151 const struct hantro_fmt *formats; in hantro_get_default_fmt()
188 const struct hantro_fmt *fmt; in vidioc_enum_framesizes()
325 const struct hantro_fmt *fmt; in hantro_try_fmt()
[all …]
H A Drockchip_vpu_hw.c28 static const struct hantro_fmt rockchip_vpu_enc_fmts[] = {
65 static const struct hantro_fmt rockchip_vpu1_postproc_fmts[] = {
81 static const struct hantro_fmt rockchip_vpu981_postproc_fmts[] = {
111 static const struct hantro_fmt rk3066_vpu_dec_fmts[] = {
165 static const struct hantro_fmt rk3288_vpu_dec_fmts[] = {
219 static const struct hantro_fmt rockchip_vdpu2_dec_fmts[] = {
273 static const struct hantro_fmt rk3399_vpu_dec_fmts[] = {
314 static const struct hantro_fmt rockchip_vpu981_dec_fmts[] = {
H A Dsama5d4_vdec_hw.c14 static const struct hantro_fmt sama5d4_vdec_postproc_fmts[] = {
30 static const struct hantro_fmt sama5d4_vdec_fmts[] = {
H A Dsunxi_vpu_hw.c12 static const struct hantro_fmt sunxi_vpu_postproc_fmts[] = {
41 static const struct hantro_fmt sunxi_vpu_dec_fmts[] = {
H A Dimx8m_vpu_hw.c81 static const struct hantro_fmt imx8m_vpu_postproc_fmts[] = {
97 static const struct hantro_fmt imx8m_vpu_dec_fmts[] = {
151 static const struct hantro_fmt imx8m_vpu_g2_postproc_fmts[] = {
182 static const struct hantro_fmt imx8m_vpu_g2_dec_fmts[] = {
H A Dstm32mp25_vpu_hw.c19 static const struct hantro_fmt stm32mp25_vdec_fmts[] = {
60 static const struct hantro_fmt stm32mp25_venc_fmts[] = {
H A Dhantro_v4l2.h30 const struct hantro_fmt *
H A Dhantro_postproc.c56 const struct hantro_fmt *fmt) in hantro_needs_postproc()