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

1 2 3

  /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);
surface.c 185 struct u_rect *src_rect, struct u_rect *dst_rect)
212 box.width = sub->dst_rect.x1 - sub->dst_rect.x0;
213 box.height = sub->dst_rect.y1 - sub->dst_rect.y0;
217 d = &sub->dst_rect;
232 d = dst_rect;
284 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; local
325 vl_compositor_set_layer_dst_area(&drv->cstate, 0, &dst_rect);
328 status = vlVaPutSubpictures(surf, drv, surf_draw, dirty_area, &src_rect, &dst_rect);
    [all...]
va_private.h 218 struct u_rect dst_rect; member in struct:__anon30231
  /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);
mixvideo.c 1104 MixRect src_rect, dst_rect; local
1176 /* get dst_rect */
1177 ret = mix_videorenderparams_get_dest_rect(render_params, &dst_rect);
1179 LOG_E( "Failed to get dst_rect\n");
1207 dst_rect.x, dst_rect.y, dst_rect.width, dst_rect.height,
    [all...]
  /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:__anon30259
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
  /hardware/qcom/msm8x09/kernel-headers/linux/
mdss_rotator.h 57 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
mdss_rotator.h 95 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
  /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 201 LayerRect dst_rect = {}; local
202 SetRect(frame, &dst_rect);
203 if (layer_->dst_rect != dst_rect) {
205 layer_->dst_rect = dst_rect;
  /hardware/qcom/display/msm8909/sdm/include/core/
layer_stack.h 316 LayerRect dst_rect = {}; //!< The target position where the frame will be member in struct:sdm::Layer
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
blit_engine_c2d.cpp 343 int width = INT(layer->dst_rect.right - layer->dst_rect.left);
344 int height = INT(layer->dst_rect.bottom - layer->dst_rect.top);
364 (layer->dst_rect.right - layer->dst_rect.left);
366 (layer->dst_rect.bottom - layer->dst_rect.top));
444 LayerRect inter_sect = Intersection(layer->dst_rect, bottom_layer->dst_rect);
520 copybit_rect_t dst_rect = {INT(blit_dest_Rect.left), INT(blit_dest_Rect.top), local
    [all...]

Completed in 455 milliseconds

1 2 3