Home
last modified time | relevance | path

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

/linux/drivers/staging/media/meson/vdec/
H A 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_1_ops,
123 .vdec_ops = &vdec_1_ops,
134 .vdec_ops = &vdec_1_ops,
[all …]
H A Desparser.c238 struct amvdec_ops *vdec_ops = sess->fmt_out->vdec_ops; in esparser_vififo_get_free_space() local
241 vififo_usage = vdec_ops->vififo_level(sess); in esparser_vififo_get_free_space()
392 struct amvdec_ops *vdec_ops = sess->fmt_out->vdec_ops; in esparser_power_up() local
422 if (vdec_ops->conf_esparser) in esparser_power_up()
423 vdec_ops->conf_esparser(sess); in esparser_power_up()
H A 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()
H A Dvdec.h167 struct amvdec_ops *vdec_ops; member