Home
last modified time | relevance | path

Searched refs:codec_ops (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dvdec_platform.c24 .codec_ops = &codec_h264_ops,
36 .codec_ops = &codec_mpeg12_ops,
47 .codec_ops = &codec_mpeg12_ops,
62 .codec_ops = &codec_vp9_ops,
74 .codec_ops = &codec_h264_ops,
86 .codec_ops = &codec_mpeg12_ops,
97 .codec_ops = &codec_mpeg12_ops,
112 .codec_ops = &codec_h264_ops,
124 .codec_ops = &codec_mpeg12_ops,
135 .codec_ops = &codec_mpeg12_ops,
[all …]
H A Dvdec_1.c31 struct amvdec_codec_ops *codec_ops = sess->fmt_out->codec_ops; in vdec_1_load_firmware() local
74 if (codec_ops->load_extended_firmware) in vdec_1_load_firmware()
75 ret = codec_ops->load_extended_firmware(sess, in vdec_1_load_firmware()
135 struct amvdec_codec_ops *codec_ops = sess->fmt_out->codec_ops; in vdec_1_stop() local
164 codec_ops->stop(sess); in vdec_1_stop()
173 struct amvdec_codec_ops *codec_ops = sess->fmt_out->codec_ops; in vdec_1_start() local
216 ret = codec_ops->start(sess); in vdec_1_start()
H A Dvdec.c48 struct amvdec_codec_ops *codec_ops = sess->fmt_out->codec_ops; in vdec_codec_needs_recycle() local
50 return codec_ops->can_recycle && codec_ops->recycle; in vdec_codec_needs_recycle()
57 struct amvdec_codec_ops *codec_ops = sess->fmt_out->codec_ops; in vdec_recycle_thread() local
63 if (!codec_ops->can_recycle(core)) in vdec_recycle_thread()
66 codec_ops->recycle(core, tmp->vb->index); in vdec_recycle_thread()
118 struct amvdec_codec_ops *codec_ops = sess->fmt_out->codec_ops; in vdec_poweroff() local
122 if (codec_ops->drain) in vdec_poweroff()
123 codec_ops->drain(sess); in vdec_poweroff()
283 struct amvdec_codec_ops *codec_ops = sess->fmt_out->codec_ops; in vdec_start_streaming() local
304 codec_ops->resume(sess); in vdec_start_streaming()
[all …]
H A Dvdec_hevc.c116 struct amvdec_codec_ops *codec_ops = sess->fmt_out->codec_ops; in vdec_hevc_stop() local
124 codec_ops->stop(sess); in vdec_hevc_stop()
158 struct amvdec_codec_ops *codec_ops = sess->fmt_out->codec_ops; in vdec_hevc_start() local
211 ret = codec_ops->start(sess); in vdec_hevc_start()
H A Desparser.c297 struct amvdec_codec_ops *codec_ops = sess->fmt_out->codec_ops; in esparser_queue() local
313 if (codec_ops->num_pending_bufs) in esparser_queue()
314 num_dst_bufs = codec_ops->num_pending_bufs(sess); in esparser_queue()
H A Dvdec.h166 struct amvdec_codec_ops *codec_ops; member
H A Dvdec_helpers.c459 sess->fmt_out->codec_ops->resume(sess); in amvdec_src_change()
/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro_v4l2.c691 ctx->codec_ops = &ctx->dev->variant->codec_ops[codec_mode]; in hantro_start_streaming()
692 if (ctx->codec_ops->init) { in hantro_start_streaming()
693 ret = ctx->codec_ops->init(ctx); in hantro_start_streaming()
707 if (ctx->codec_ops->exit) in hantro_start_streaming()
708 ctx->codec_ops->exit(ctx); in hantro_start_streaming()
736 if (ctx->codec_ops && ctx->codec_ops->exit) in hantro_stop_streaming()
737 ctx->codec_ops->exit(ctx); in hantro_stop_streaming()
H A Drk3399_vpu_hw.c199 .codec_ops = rk3399_vpu_codec_ops,
216 .codec_ops = rk3399_vpu_codec_ops,
H A Dhantro.h83 const struct hantro_codec_ops *codec_ops; member
237 const struct hantro_codec_ops *codec_ops; member
H A Dhantro_drv.c104 if (result == VB2_BUF_STATE_DONE && ctx->codec_ops->done) in hantro_irq_done()
105 ctx->codec_ops->done(ctx); in hantro_irq_done()
120 ctx->codec_ops->reset(ctx); in hantro_watchdog()
175 ctx->codec_ops->run(ctx); in device_run()
H A Dimx8m_vpu_hw.c211 .codec_ops = imx8mq_vpu_codec_ops,
H A Drk3288_vpu_hw.c230 .codec_ops = rk3288_vpu_codec_ops,
H A Drk3399_vpu_hw_vp8_dec.c543 ctx->codec_ops->reset(ctx); in rk3399_vpu_vp8_dec_run()
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw883xx.h151 struct aw_componet_codec_ops *codec_ops; member
H A Daw_spin.c667 aw883xx->codec_ops->add_codec_controls(aw883xx->codec, in aw_spin_control_create()
H A Daw883xx.c1529 ret = aw883xx->codec_ops->register_codec(aw883xx->dev, in aw883xx_componet_codec_register()
1554 aw883xx->codec_ops = &aw_componet_codec_ops; in aw883xx_malloc_init()