Searched refs:vdec_ops (Results 1 – 4 of 4) sorted by relevance
20 .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,
125 struct amvdec_ops *vdec_ops = sess->fmt_out->vdec_ops; in esparser_vififo_get_free_space() local128 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() local287 if (vdec_ops->conf_esparser) in esparser_power_up()288 vdec_ops->conf_esparser(sess); in esparser_power_up()
81 struct amvdec_ops *vdec_ops = sess->fmt_out->vdec_ops; in vdec_poweron() local91 ret = vdec_ops->start(sess); in vdec_poweron()117 struct amvdec_ops *vdec_ops = sess->fmt_out->vdec_ops; in vdec_poweroff() local125 vdec_ops->stop(sess); in vdec_poweroff()
158 struct amvdec_ops *vdec_ops; member