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

1 2 3 4 5 6

  /hardware/intel/common/libva/test/common/
va_display_android.cpp 84 const VARectangle *dst_rect
88 create_window(dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->height);
93 dst_rect->x, dst_rect->y,
94 dst_rect->width, dst_rect->height,
va_display_x11.c 109 const VARectangle *dst_rect
118 if (!validate_rect(src_rect) || !validate_rect(dst_rect))
121 win_width = dst_rect->x + dst_rect->width;
122 win_height = dst_rect->y + dst_rect->height;
128 dst_rect->x, dst_rect->y,
129 dst_rect->width, dst_rect->height
    [all...]
va_display_wayland.c 163 const VARectangle *dst_rect
170 if (!ensure_window(va_dpy, dst_rect->width, dst_rect->height))
180 dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->height
va_display.h 40 const VARectangle *dst_rect);
57 const VARectangle *dst_rect
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 116 overlayp->dst_rect.x = e->dst_rect.x;
117 overlayp->dst_rect.y = e->dst_rect.y;
120 overlayp->dst_rect.w = e->dst_rect.h;
121 overlayp->dst_rect.h = e->dst_rect.w;
123 if (overlayp->dst_rect.w > 480)
124 overlayp->dst_rect.w = 480
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideorenderparams.c 45 memset(&(self->dst_rect), 0, sizeof(MixRect));
178 this_target->dst_rect = this_src->dst_rect;
222 this_second->src_rect) && mix_rect_equal(this_first->dst_rect,
223 this_second->dst_rect) && this_first->number_of_clipping_rects
303 MixRect dst_rect) {
307 obj->dst_rect = dst_rect;
313 MixRect * dst_rect) {
315 MIX_VIDEORENDERPARAMS_GETTER_CHECK_INPUT (obj, dst_rect);
    [all...]
mixvideorenderparams.h 76 MixRect dst_rect; member in struct:_MixVideoRenderParams
147 MixRect dst_rect);
149 MixRect * 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/display/msm8226/liboverlay/
overlayMdssRot.cpp 67 //For Mdss dst_rect itself represents buffer dimensions. We ignore actual
72 return utils::Whf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
77 return utils::Dim(mRotInfo.dst_rect.x, mRotInfo.dst_rect.y,
78 mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
127 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
140 mRotInfo.dst_rect.x = 0
    [all...]
overlayMdp.h 256 return utils::Dim( mOVInfo.dst_rect.x,
257 mOVInfo.dst_rect.y,
258 mOVInfo.dst_rect.w,
259 mOVInfo.dst_rect.h);
263 mOVInfo.dst_rect.x = d.x;
264 mOVInfo.dst_rect.y = d.y;
265 mOVInfo.dst_rect.w = d.w;
266 mOVInfo.dst_rect.h = d.h;
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdssRot.cpp 76 //For Mdss dst_rect itself represents buffer dimensions. We ignore actual
81 return utils::Whf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
86 return utils::Dim(mRotInfo.dst_rect.x, mRotInfo.dst_rect.y,
87 mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
150 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
165 mRotInfo.dst_rect.x = 0
    [all...]
overlayMdp.h 250 return utils::Dim( mOVInfo.dst_rect.x,
251 mOVInfo.dst_rect.y,
252 mOVInfo.dst_rect.w,
253 mOVInfo.dst_rect.h);
257 mOVInfo.dst_rect.x = d.x;
258 mOVInfo.dst_rect.y = d.y;
259 mOVInfo.dst_rect.w = d.w;
260 mOVInfo.dst_rect.h = d.h;
  /hardware/qcom/display/msm8084/libcopybit/
copybit.cpp 169 e->dst_rect.x = clip.l;
170 e->dst_rect.y = clip.t;
171 e->dst_rect.w = clip.r - clip.l;
172 e->dst_rect.h = clip.b - clip.t;
263 l->req[i].dst_rect.x,
264 l->req[i].dst_rect.y,
265 l->req[i].dst_rect.w,
266 l->req[i].dst_rect.h,
425 struct copybit_rect_t const *dst_rect,
510 set_rects(ctx, req, dst_rect, src_rect, &clip)
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit.cpp 169 e->dst_rect.x = clip.l;
170 e->dst_rect.y = clip.t;
171 e->dst_rect.w = clip.r - clip.l;
172 e->dst_rect.h = clip.b - clip.t;
263 l->req[i].dst_rect.x,
264 l->req[i].dst_rect.y,
265 l->req[i].dst_rect.w,
266 l->req[i].dst_rect.h,
425 struct copybit_rect_t const *dst_rect,
510 set_rects(ctx, req, dst_rect, src_rect, &clip)
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit.cpp 172 e->dst_rect.x = clip.l;
173 e->dst_rect.y = clip.t;
174 e->dst_rect.w = clip.r - clip.l;
175 e->dst_rect.h = clip.b - clip.t;
266 l->req[i].dst_rect.x,
267 l->req[i].dst_rect.y,
268 l->req[i].dst_rect.w,
269 l->req[i].dst_rect.h,
428 struct copybit_rect_t const *dst_rect,
523 set_rects(ctx, req, dst_rect, src_rect, &clip)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 190 struct u_rect *dst_rect,
203 struct u_rect *dst_rect,
215 struct u_rect *dst_rect,
  /hardware/qcom/display/msm8960/libcopybit/
copybit.cpp 165 e->dst_rect.x = clip.l;
166 e->dst_rect.y = clip.t;
167 e->dst_rect.w = clip.r - clip.l;
168 e->dst_rect.h = clip.b - clip.t;
254 l->req[i].dst_rect.x,
255 l->req[i].dst_rect.y,
256 l->req[i].dst_rect.w,
257 l->req[i].dst_rect.h,
384 struct copybit_rect_t const *dst_rect,
470 set_rects(ctx, req, dst_rect, src_rect, &clip, src->horiz_padding, src->vert_padding)
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdssRot.cpp 84 mRotInfo.dst_rect.w = whf.w;
85 mRotInfo.dst_rect.h = whf.h;
114 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
253 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
overlayMdp.h 324 return utils::Dim( mOVInfo.dst_rect.x,
325 mOVInfo.dst_rect.y,
326 mOVInfo.dst_rect.w,
327 mOVInfo.dst_rect.h);
331 mOVInfo.dst_rect.x = d.x;
332 mOVInfo.dst_rect.y = d.y;
333 mOVInfo.dst_rect.w = d.w;
334 mOVInfo.dst_rect.h = d.h;
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.h 286 return utils::Dim( mOVInfo.dst_rect.x,
287 mOVInfo.dst_rect.y,
288 mOVInfo.dst_rect.w,
289 mOVInfo.dst_rect.h);
293 mOVInfo.dst_rect.x = d.x;
294 mOVInfo.dst_rect.y = d.y;
295 mOVInfo.dst_rect.w = d.w;
296 mOVInfo.dst_rect.h = d.h;
overlayMdssRot.cpp 91 mRotInfo.dst_rect.x = 0;
92 mRotInfo.dst_rect.y = 0;
93 mRotInfo.dst_rect.w = crop.w;
94 mRotInfo.dst_rect.h = crop.h;
118 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
250 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.h 325 return utils::Dim( mOVInfo.dst_rect.x,
326 mOVInfo.dst_rect.y,
327 mOVInfo.dst_rect.w,
328 mOVInfo.dst_rect.h);
332 mOVInfo.dst_rect.x = d.x;
333 mOVInfo.dst_rect.y = d.y;
334 mOVInfo.dst_rect.w = d.w;
335 mOVInfo.dst_rect.h = d.h;
overlayMdssRot.cpp 90 mRotInfo.dst_rect.x = 0;
91 mRotInfo.dst_rect.y = 0;
92 mRotInfo.dst_rect.w = crop.w;
93 mRotInfo.dst_rect.h = crop.h;
116 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
255 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
  /development/ndk/platforms/android-3/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req

Completed in 410 milliseconds

1 2 3 4 5 6