Home
last modified time | relevance | path

Searched refs:RectToPipe (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/vdpau/
Dmixer.c297 RectToPipe(background_source_rect, &rect), NULL, NULL); in vlVdpVideoMixerRender()
337 prect = RectToPipe(video_source_rect, &rect); in vlVdpVideoMixerRender()
384 …vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(destination_video_rect, &rec… in vlVdpVideoMixerRender()
385 vl_compositor_set_dst_clip(&vmixer->cstate, RectToPipe(destination_rect, &clip)); in vlVdpVideoMixerRender()
398 RectToPipe(layers->source_rect, &rect), NULL, NULL); in vlVdpVideoMixerRender()
399 …vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(layers->destination_rect, &r… in vlVdpVideoMixerRender()
451 RectToPipe(destination_video_rect, &rect), in vlVdpVideoMixerRender()
452 RectToPipe(destination_rect, &clip)); in vlVdpVideoMixerRender()
Doutput.c412 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsIndexed()
521 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsYCbCr()
699 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderOutputSurface()
706 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfaceRenderOutputSurface()
769 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderBitmapSurface()
772 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfaceRenderBitmapSurface()
Dvdpau_private.h326 RectToPipe(const VdpRect *src, struct u_rect *dst) in RectToPipe() function