Searched refs:current_codec (Results 1 – 17 of 17) sorted by relevance
271 if (ctx->current_codec->extra_cap_size) in cedrus_try_fmt_vid_cap_p()273 ctx->current_codec->extra_cap_size(ctx, pix_fmt); in cedrus_try_fmt_vid_cap_p()360 ctx->current_codec = &cedrus_dec_ops_mpeg2; in cedrus_s_fmt_vid_out_p()363 ctx->current_codec = &cedrus_dec_ops_h264; in cedrus_s_fmt_vid_out_p()366 ctx->current_codec = &cedrus_dec_ops_h265; in cedrus_s_fmt_vid_out_p()369 ctx->current_codec = &cedrus_dec_ops_vp8; in cedrus_s_fmt_vid_out_p()536 if (ctx->current_codec->start) { in cedrus_start_streaming()537 ret = ctx->current_codec->start(ctx); in cedrus_start_streaming()559 if (ctx->current_codec->stop) in cedrus_stop_streaming()560 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()
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()
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()
208 u32 current_codec; member
336 if (ctx->current_codec == V4L2_PIX_FMT_AV1_FRAME) { in vdec_msg_queue_init()
374 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()
869 inst->vpu.codec_type = ctx->current_codec; in vdec_hevc_slice_init()
1218 inst->vpu.codec_type = ctx->current_codec; in vdec_h264_slice_init()
1892 instance->vpu.codec_type = ctx->current_codec; in vdec_av1_slice_init()
1861 instance->vpu.codec_type = ctx->current_codec; in vdec_vp9_slice_init()
Completed in 39 milliseconds