Searched refs:current_codec (Results 1 – 14 of 14) sorted by relevance
266 if (ctx->current_codec->extra_cap_size) in cedrus_try_fmt_vid_cap_p()268 ctx->current_codec->extra_cap_size(ctx, pix_fmt); in cedrus_try_fmt_vid_cap_p()355 ctx->current_codec = &cedrus_dec_ops_mpeg2; in cedrus_s_fmt_vid_out_p()358 ctx->current_codec = &cedrus_dec_ops_h264; in cedrus_s_fmt_vid_out_p()361 ctx->current_codec = &cedrus_dec_ops_h265; in cedrus_s_fmt_vid_out_p()364 ctx->current_codec = &cedrus_dec_ops_vp8; in cedrus_s_fmt_vid_out_p()531 if (ctx->current_codec->start) { in cedrus_start_streaming()532 ret = ctx->current_codec->start(ctx); in cedrus_start_streaming()554 if (ctx->current_codec->stop) in cedrus_stop_streaming()555 ctx->current_codec->stop(ctx); in cedrus_stop_streaming()
97 error = ctx->current_codec->setup(ctx, &run); in cedrus_device_run()113 ctx->current_codec->trigger(ctx); in cedrus_device_run()
152 status = ctx->current_codec->irq_status(ctx); in cedrus_irq()156 ctx->current_codec->irq_disable(ctx); in cedrus_irq()157 ctx->current_codec->irq_clear(ctx); in cedrus_irq()
121 struct cedrus_dec_ops *current_codec; member
26 ctx->current_codec = VISL_CODEC_FWHT; in visl_set_current_codec()29 ctx->current_codec = VISL_CODEC_MPEG2; in visl_set_current_codec()32 ctx->current_codec = VISL_CODEC_VP8; in visl_set_current_codec()35 ctx->current_codec = VISL_CODEC_VP9; in visl_set_current_codec()38 ctx->current_codec = VISL_CODEC_H264; in visl_set_current_codec()41 ctx->current_codec = VISL_CODEC_HEVC; in visl_set_current_codec()44 ctx->current_codec = VISL_CODEC_AV1; in visl_set_current_codec()48 ctx->current_codec = VISL_CODEC_NONE; in visl_set_current_codec()
148 enum visl_codec current_codec; member
19 switch (ctx->current_codec) { in mtk_vdec_dbgfs_get_format_type()35 ctx->current_codec); in mtk_vdec_dbgfs_get_format_type()
336 if (ctx->current_codec == V4L2_PIX_FMT_AV1_FRAME) { in vdec_msg_queue_init()
395 ctx->current_codec == V4L2_PIX_FMT_VP8_FRAME) in mtk_vdec_worker()
287 inst->vpu.codec_type = ctx->current_codec; in vdec_vp8_slice_init()
870 inst->vpu.codec_type = ctx->current_codec; in vdec_hevc_slice_init()
1220 inst->vpu.codec_type = ctx->current_codec; in vdec_h264_slice_init()
1890 instance->vpu.codec_type = ctx->current_codec; in vdec_av1_slice_init()
1859 instance->vpu.codec_type = ctx->current_codec; in vdec_vp9_slice_init()