Searched refs:current_codec (Results 1 – 12 of 12) 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 in cedrus_stop_streaming() [all...]
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()
19 switch (ctx->current_codec) { in mtk_vdec_dbgfs_get_format_type() 35 ctx->current_codec); in mtk_vdec_dbgfs_get_format_type()
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()
374 ctx->current_codec == V4L2_PIX_FMT_VP8_FRAME) { in mtk_vdec_worker()