Searched refs:vdec_ops (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/staging/media/meson/vdec/ |
H A D | vdec_platform.c | 23 .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 D | esparser.c | 238 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 D | vdec.c | 81 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 D | vdec.h | 167 struct amvdec_ops *vdec_ops; member
|