Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/meson/vdec/
Dvdec_platform.c23 .vdec_ops = &vdec_1_ops,
35 .vdec_ops = &vdec_1_ops,
46 .vdec_ops = &vdec_1_ops,
61 .vdec_ops = &vdec_hevc_ops,
73 .vdec_ops = &vdec_1_ops,
85 .vdec_ops = &vdec_1_ops,
96 .vdec_ops = &vdec_1_ops,
111 .vdec_ops = &vdec_hevc_ops,
123 .vdec_ops = &vdec_1_ops,
135 .vdec_ops = &vdec_1_ops,
[all …]
Desparser.c239 struct amvdec_ops *vdec_ops = sess->fmt_out->vdec_ops; in esparser_vififo_get_free_space() local
242 vififo_usage = vdec_ops->vififo_level(sess); in esparser_vififo_get_free_space()
394 struct amvdec_ops *vdec_ops = sess->fmt_out->vdec_ops; in esparser_power_up() local
424 if (vdec_ops->conf_esparser) in esparser_power_up()
425 vdec_ops->conf_esparser(sess); in esparser_power_up()
Dvdec.c81 struct amvdec_ops *vdec_ops = sess->fmt_out->vdec_ops; in vdec_poweron() local
91 ret = vdec_ops->start(sess); in vdec_poweron()
117 struct amvdec_ops *vdec_ops = sess->fmt_out->vdec_ops; in vdec_poweroff() local
125 vdec_ops->stop(sess); in vdec_poweroff()
Dvdec.h168 struct amvdec_ops *vdec_ops; member