HomeSort by relevance Sort by last modified time
    Searched defs:dst_rect (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/mesa3d/src/mesa/state_tracker/
st_scissor.c 45 struct pipe_scissor_state *dst_rect = &blit->window_rectangles[i]; local
46 dst_rect->minx = MAX2(src_rect->X, 0);
47 dst_rect->miny = MAX2(src_rect->Y, 0);
48 dst_rect->maxx = MAX2(src_rect->X + src_rect->Width, 0);
49 dst_rect->maxy = MAX2(src_rect->Y + src_rect->Height, 0);
  /external/mesa3d/src/gallium/state_trackers/va/
subpicture.c 184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_height}; local
206 sub->dst_rect = dst_rect;
postproc.c 61 struct u_rect dst_rect; local
72 dst_rect.x0 = dst_region->x;
73 dst_rect.y0 = dst_region->y;
74 dst_rect.x1 = dst_region->x + dst_region->width;
75 dst_rect.y1 = dst_region->y + dst_region->height;
80 vl_compositor_set_layer_dst_area(&drv->cstate, 0, &dst_rect);
  /external/webrtc/talk/media/devices/
carbonvideorenderer.cc 103 CGRect dst_rect = CGRectMake(x, y, CGImageGetWidth(image_ref), local
105 CGContextDrawImage(context, dst_rect, image_ref);
  /hardware/intel/common/libmix/mix_video/src/
mixvideorenderparams.h 76 MixRect dst_rect; member in struct:_MixVideoRenderParams
147 MixRect dst_rect);
149 MixRect * dst_rect);
  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 257 VARectangle src_rect, dst_rect; local
264 dst_rect.x = 0;
265 dst_rect.y = 0;
266 dst_rect.width = WIN_WIDTH;
267 dst_rect.height = WIN_HEIGHT;
269 va_status = va_put_surface(va_dpy, surface_id, &src_rect, &dst_rect);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 432 struct u_rect dst_rect = {surfx, surfx + surfw, surfy, surfy + surfh}; local
457 subpicture_priv->dst_rect = dst_rect;
xvmc_private.h 94 struct u_rect dst_rect; member in struct:__anon28403
surface.c 366 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; local
430 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, true);
433 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, NULL);
442 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect);
443 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect);
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 51 const VARectangle *dst_rect,
84 VARectangle src_rect, dst_rect; local
91 dst_rect.x = src_x;
92 dst_rect.y = src_y;
93 dst_rect.width = src_w;
94 dst_rect.height = src_h;
95 return va_put_surface(dpy, wl_drawable, surface, &src_rect, &dst_rect,
134 const VARectangle *dst_rect,
166 dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->heigh
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
mdss_rotator.h 66 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
  /hardware/qcom/msm8996/original-kernel-headers/linux/
mdss_rotator.h 95 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
  /hardware/qcom/msm8998/kernel-headers/linux/
mdss_rotator.h 66 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
  /hardware/qcom/msm8998/original-kernel-headers/linux/
mdss_rotator.h 95 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
  /development/ndk/platforms/android-9/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec.c 588 struct u_rect dst_rect; local
593 dst_rect.x0 = 0;
594 dst_rect.x1 = src_buf->width;
595 dst_rect.y0 = 0;
596 dst_rect.y1 = src_buf->height;
599 vl_compositor_set_layer_dst_area(s, 0, &dst_rect);
602 dst_rect.x1 /= 2;
603 dst_rect.y1 /= 2;
606 vl_compositor_set_layer_dst_area(s, 0, &dst_rect);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 300 struct u_rect dst_rect; local
401 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
436 struct u_rect dst_rect; local
508 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
652 struct u_rect src_rect, dst_rect; local
693 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
722 struct u_rect src_rect, dst_rect; local
759 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
  /hardware/qcom/display/msm8996/sdm/include/core/
layer_stack.h 253 LayerRect dst_rect = {}; //!< The target position where the frame will be member in struct:sdm::Layer
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp 197 LayerRect dst_rect = {}; local
198 SetRect(frame, &dst_rect);
199 if (layer_->dst_rect != dst_rect) {
201 layer_->dst_rect = dst_rect;
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req

Completed in 767 milliseconds

1 2 3 4 5