Lines Matching refs:vdoa
482 if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && in coda_enum_fmt()
531 if (!ctx->vdoa && f->type == V4L2_BUF_TYPE_VIDEO_CAPTURE && in coda_try_pixelformat()
559 if (!ctx->vdoa) { in coda_try_fmt_vdoa()
838 vdoa_context_configure(ctx->vdoa, in coda_s_fmt()
1325 if (!ctx->vdoa && f->pixel_format == V4L2_PIX_FMT_YUYV) in coda_enum_frameintervals()
2667 if (ctx->dev->vdoa && !disable_vdoa) { in coda_open()
2668 ctx->vdoa = vdoa_context_create(dev->vdoa); in coda_open()
2669 if (!ctx->vdoa) in coda_open()
2748 if (ctx->vdoa) in coda_release()
2749 vdoa_context_destroy(ctx->vdoa); in coda_release()
3225 dev->vdoa = coda_get_vdoa_data(); in coda_probe()
3226 if (PTR_ERR(dev->vdoa) == -EPROBE_DEFER) in coda_probe()