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

1 2 34 5 6

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /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);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdp.cpp 151 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, mOVInfo.horz_deci,
165 utils::even_floor(mOVInfo.dst_rect.w);
166 utils::even_floor(mOVInfo.dst_rect.h);
180 if (mOVInfo.src_rect.w - mOVInfo.dst_rect.w == 1)
182 if (mOVInfo.src_rect.h - mOVInfo.dst_rect.h == 1)
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.cpp 132 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, mOVInfo.horz_deci,
146 utils::even_floor(mOVInfo.dst_rect.w);
147 utils::even_floor(mOVInfo.dst_rect.h);
157 if (mOVInfo.src_rect.w - mOVInfo.dst_rect.w == 1)
159 if (mOVInfo.src_rect.h - mOVInfo.dst_rect.h == 1)
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 293 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));
  /hardware/intel/common/libva/test/common/
va_display.c 157 const VARectangle *dst_rect
164 return g_display_hooks->put_surface(va_dpy, surface, src_rect, dst_rect);
va_display_drm.c 64 const VARectangle *dst_rect
  /hardware/qcom/display/msm8974/libcopybit/
copybit.cpp 168 e->dst_rect.x = clip.l;
169 e->dst_rect.y = clip.t;
170 e->dst_rect.w = clip.r - clip.l;
171 e->dst_rect.h = clip.b - clip.t;
257 l->req[i].dst_rect.x,
258 l->req[i].dst_rect.y,
259 l->req[i].dst_rect.w,
260 l->req[i].dst_rect.h,
420 struct copybit_rect_t const *dst_rect,
504 set_rects(ctx, req, dst_rect, src_rect, &clip, src->horiz_padding, src->vert_padding)
    [all...]
copybit.h 232 * @param dst_rect is the destination rectangle
241 struct copybit_rect_t const *dst_rect,
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.cpp 156 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, horDscale, verDscale);
178 utils::even_floor(mOVInfo.dst_rect.w);
179 utils::even_floor(mOVInfo.dst_rect.h);
193 if (mOVInfo.src_rect.w - mOVInfo.dst_rect.w == 1)
195 if (mOVInfo.src_rect.h - mOVInfo.dst_rect.h == 1)
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdp.cpp 151 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, mOVInfo.horz_deci,
165 utils::even_floor(mOVInfo.dst_rect.w);
166 utils::even_floor(mOVInfo.dst_rect.h);
180 if (mOVInfo.src_rect.w - mOVInfo.dst_rect.w == 1)
182 if (mOVInfo.src_rect.h - mOVInfo.dst_rect.h == 1)
  /external/mesa3d/src/gallium/state_trackers/xvmc/
xvmc_private.h 94 struct u_rect dst_rect; member in struct:__anon16805
  /hardware/qcom/display/msm8084/libcopybit/
copybit.h 232 * @param dst_rect is the destination rectangle
241 struct copybit_rect_t const *dst_rect,
  /hardware/qcom/display/msm8226/libcopybit/
copybit.h 232 * @param dst_rect is the destination rectangle
241 struct copybit_rect_t const *dst_rect,
  /hardware/qcom/display/msm8960/libcopybit/
copybit.h 219 * @param dst_rect is the destination rectangle
228 struct copybit_rect_t const *dst_rect,

Completed in 701 milliseconds

1 2 34 5 6