Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/meson/vdec/
Dvdec_platform.c20 .vdec_ops = &vdec_1_ops,
30 .vdec_ops = &vdec_1_ops,
44 .vdec_ops = &vdec_1_ops,
54 .vdec_ops = &vdec_1_ops,
68 .vdec_ops = &vdec_1_ops,
78 .vdec_ops = &vdec_1_ops,
Desparser.c125 struct amvdec_ops *vdec_ops = sess->fmt_out->vdec_ops; in esparser_vififo_get_free_space() local
128 vififo_usage = vdec_ops->vififo_level(sess); in esparser_vififo_get_free_space()
257 struct amvdec_ops *vdec_ops = sess->fmt_out->vdec_ops; in esparser_power_up() local
287 if (vdec_ops->conf_esparser) in esparser_power_up()
288 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.h158 struct amvdec_ops *vdec_ops; member