Searched refs:RectToPipe (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | mixer.c | 299 RectToPipe(background_source_rect, &rect), NULL, NULL); in vlVdpVideoMixerRender() 336 prect = RectToPipe(video_source_rect, &rect); in vlVdpVideoMixerRender() 383 …vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(destination_video_rect, &rec… in vlVdpVideoMixerRender() 384 vl_compositor_set_dst_clip(&vmixer->cstate, RectToPipe(destination_rect, &clip)); in vlVdpVideoMixerRender() 397 RectToPipe(layers->source_rect, &rect), NULL, NULL); in vlVdpVideoMixerRender() 398 …vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(layers->destination_rect, &r… in vlVdpVideoMixerRender() 450 RectToPipe(destination_video_rect, &rect), in vlVdpVideoMixerRender() 451 RectToPipe(destination_rect, &clip)); in vlVdpVideoMixerRender()
|
D | output.c | 401 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsIndexed() 508 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsYCbCr() 686 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderOutputSurface() 693 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfaceRenderOutputSurface() 756 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderBitmapSurface() 759 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfaceRenderBitmapSurface()
|
D | vdpau_private.h | 304 RectToPipe(const VdpRect *src, struct u_rect *dst) in RectToPipe() function
|