Searched refs:RectToPipe (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | mixer.c | 262 RectToPipe(background_source_rect, &rect), NULL, NULL); in vlVdpVideoMixerRender() 284 prect = RectToPipe(video_source_rect, &rect); in vlVdpVideoMixerRender() 293 …vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(destination_video_rect, &rec… in vlVdpVideoMixerRender() 305 RectToPipe(layers->source_rect, &rect), NULL, NULL); in vlVdpVideoMixerRender() 306 …vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(layers->destination_rect, &r… in vlVdpVideoMixerRender() 311 vl_compositor_set_dst_clip(&vmixer->cstate, RectToPipe(destination_rect, &clip)); in vlVdpVideoMixerRender()
|
D | output.c | 392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsIndexed() 498 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsYCbCr() 666 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderOutputSurface() 668 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfaceRenderOutputSurface() 725 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderBitmapSurface() 727 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfaceRenderBitmapSurface()
|
D | vdpau_private.h | 276 RectToPipe(const VdpRect *src, struct u_rect *dst) in RectToPipe() function
|