Searched refs:current_codec (Results 1 – 17 of 17) sorted by relevance
253 if (ctx->current_codec->extra_cap_size) in cedrus_try_fmt_vid_cap_p()255 ctx->current_codec->extra_cap_size(ctx, pix_fmt); in cedrus_try_fmt_vid_cap_p()342 ctx->current_codec = &cedrus_dec_ops_mpeg2; in cedrus_s_fmt_vid_out_p()345 ctx->current_codec = &cedrus_dec_ops_h264; in cedrus_s_fmt_vid_out_p()348 ctx->current_codec = &cedrus_dec_ops_h265; in cedrus_s_fmt_vid_out_p()351 ctx->current_codec = &cedrus_dec_ops_vp8; in cedrus_s_fmt_vid_out_p()518 if (ctx->current_codec->start) { in cedrus_start_streaming()519 ret = ctx->current_codec->start(ctx); in cedrus_start_streaming()541 if (ctx->current_codec->stop) in cedrus_stop_streaming()542 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()
135 status = ctx->current_codec->irq_status(ctx); in cedrus_irq()139 ctx->current_codec->irq_disable(ctx); in cedrus_irq()140 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
73 switch (ctx->current_codec) { in visl_get_ref_frames()311 switch (ctx->current_codec) { in visl_tpg_fill_codec_specific()499 switch (ctx->current_codec) { in visl_trace_ctrls()580 switch (ctx->current_codec) { in visl_device_run()
19 switch (ctx->current_codec) { in mtk_vdec_dbgfs_get_format_type()35 ctx->current_codec); in mtk_vdec_dbgfs_get_format_type()
206 u32 current_codec; member
336 if (ctx->current_codec == V4L2_PIX_FMT_AV1_FRAME) { in vdec_msg_queue_init()
376 ctx->current_codec == V4L2_PIX_FMT_VP8_FRAME) { in mtk_vdec_worker()
529 ctx->current_codec = fmt->fourcc; in vidioc_vdec_s_fmt()
287 inst->vpu.codec_type = ctx->current_codec; in vdec_vp8_slice_init()
409 inst->vpu.codec_type = ctx->current_codec; in vdec_h264_slice_init()
869 inst->vpu.codec_type = ctx->current_codec; in vdec_hevc_slice_init()
1892 instance->vpu.codec_type = ctx->current_codec; in vdec_av1_slice_init()
1860 instance->vpu.codec_type = ctx->current_codec; in vdec_vp9_slice_init()