Lines Matching refs:deinterlace
59 enum vl_compositor_deinterlace deinterlace)
81 &src_rect, NULL, deinterlace);
118 enum vl_compositor_deinterlace deinterlace)
179 deinterlace);
190 switch (deinterlace) {
225 util_compute_blit(drv->pipe, &blit, &context->blit_cs, !drv->compositor.deinterlace);
284 enum vl_compositor_deinterlace deinterlace = VL_COMPOSITOR_NONE;
340 deinterlace = VL_COMPOSITOR_BOB_BOTTOM;
342 deinterlace = VL_COMPOSITOR_BOB_TOP;
346 deinterlace = VL_COMPOSITOR_WEAVE;
352 deinterlace = VL_COMPOSITOR_MOTION_ADAPTIVE;
358 drv->compositor.deinterlace = deinterlace;
374 src, context->target, deinterlace);
377 src, context->target, deinterlace);