Searched defs:dst_rect (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dxvmc_private.h94 struct u_rect dst_rect; member in struct:__anon14979
H A Dsurface.c358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; local
422 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, true);
425 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, NULL);
434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect);
435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect);
H A Dsubpicture.c440 struct u_rect dst_rect = {surfx, surfx + surfw, surfy, surfy + surfh}; local
465 subpicture_priv->dst_rect = dst_rect;
/external/webrtc/talk/media/devices/
H A Dcarbonvideorenderer.cc103 CGRect dst_rect = CGRectMake(x, y, CGImageGetWidth(image_ref), local
105 CGContextDrawImage(context, dst_rect, image_ref);
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Doutput.c293 struct u_rect dst_rect; local
392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
427 struct u_rect dst_rect; local
498 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
638 struct u_rect src_rect, dst_rect; local
668 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
697 struct u_rect src_rect, dst_rect; local
727 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.c873 struct u_rect *dst_rect,
892 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
927 struct u_rect *dst_rect,
947 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
956 struct u_rect *dst_rect,
975 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
868 vl_compositor_set_buffer_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_video_buffer *buffer, struct u_rect *src_rect, struct u_rect *dst_rect, enum vl_compositor_deinterlace deinterlace) argument
921 vl_compositor_set_palette_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_sampler_view *indexes, struct pipe_sampler_view *palette, struct u_rect *src_rect, struct u_rect *dst_rect, bool include_color_conversion) argument
951 vl_compositor_set_rgba_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_sampler_view *rgba, struct u_rect *src_rect, struct u_rect *dst_rect, struct vertex4f *colors) argument

Completed in 167 milliseconds