Lines Matching refs:vdoa
481 if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && in coda_enum_fmt()
530 if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && in coda_try_pixelformat()
558 if (!ctx->vdoa) { in coda_try_fmt_vdoa()
825 vdoa_context_configure(ctx->vdoa, in coda_s_fmt()
1328 if (!ctx->vdoa && f->pixel_format == V4L2_PIX_FMT_YUYV) in coda_enum_frameintervals()
2650 if (ctx->dev->vdoa && !disable_vdoa) { in coda_open()
2651 ctx->vdoa = vdoa_context_create(dev->vdoa); in coda_open()
2652 if (!ctx->vdoa) in coda_open()
2730 if (ctx->vdoa) in coda_release()
2731 vdoa_context_destroy(ctx->vdoa); in coda_release()
3212 dev->vdoa = coda_get_vdoa_data(); in coda_probe()
3213 if (PTR_ERR(dev->vdoa) == -EPROBE_DEFER) in coda_probe()