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

1 2 3

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c 70 static int generate_rowbytes(int src_w, int dst_w, int bpp)
75 int dst_w; member in struct:__anon13124
86 (dst_w == last.dst_w) && (bpp == last.bpp) ) {
91 last.dst_w = dst_w;
116 inc = (src_w << 16) / dst_w;
119 for ( i=0; i<dst_w && eip < end; ++i ) {
155 void name(type *src, int src_w, type *dst, int dst_w) \
162 inc = (src_w << 16) / dst_w; \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_renderer.h 58 int dst_x, int dst_y, int dst_w, int dst_h,
xorg_xv.c 418 int dst_x, int dst_y, int dst_w, int dst_h)
424 dst_x, dst_y, dst_w, dst_h);*/
427 dst_x, dst_y, dst_w, dst_h,
494 int dstX, int dstY, int dst_w, int dst_h,
510 src_x, src_y, src_w, src_h, dstX, dstY, dst_w, dst_h);*/
549 float diff_x = (float)src_w / (float)dst_w;
566 offset_w = dst_w - w;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.h 58 int dst_x, int dst_y, int dst_w, int dst_h,
xorg_xv.c 418 int dst_x, int dst_y, int dst_w, int dst_h)
424 dst_x, dst_y, dst_w, dst_h);*/
427 dst_x, dst_y, dst_w, dst_h,
494 int dstX, int dstY, int dst_w, int dst_h,
510 src_x, src_y, src_w, src_h, dstX, dstY, dst_w, dst_h);*/
549 float diff_x = (float)src_w / (float)dst_w;
566 offset_w = dst_w - w;
  /hardware/intel/img/psb_video/src/
psb_texture.h 138 int src_h, int dst_x, int dst_y, int dst_w, int dst_h,
144 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
psb_texture.c 341 static void psb_calculate_subpic_size(int surf_width, int surf_height, int dst_w, int dst_h, PsbVASurfaceRec *surface_subpic)
347 src_h_ratio = (float)surf_width / dst_w;
353 subpic_h_dest_ratio = (float)dst_w / surface_subpic->subpic_dstw;
526 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
594 (dst_w * dst_h * 2),
603 sBltVP.sDst.Stride = dst_w * 2;//align_to(dst_w, 64);
608 sBltVP.sDst.SurfWidth = dst_w;
628 sBltVP.rcDest.right = dst_x + dst_w;
641 psb_calculate_subpic_size(obj_surface->width, obj_surface->height, dst_w, dst_h, surface_subpic)
    [all...]
  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 86 int dst_w = clearWormholeRect.right - clearWormholeRect.left; local
89 if (!(dst_w || dst_h))
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 86 int dst_w = clearWormholeRect.right - clearWormholeRect.left; local
89 if (!(dst_w || dst_h))
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_yuv.c 116 int dst_w,
127 if (dst_w == 0 || dst_h == 0)
140 scale_x = (float)src_w / (float)dst_w;
xa_context.h 58 int dst_w,
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 116 int dst_w,
127 if (dst_w == 0 || dst_h == 0)
140 scale_x = (float)src_w / (float)dst_w;
xa_context.h 58 int dst_w,
  /external/pixman/pixman/
pixman-arm-neon-asm.h 499 tst DST_W, #lowbit
502 pixst_a (lowbit * 8 / dst_w_bpp), dst_w_bpp, dst_w_basereg, DST_W
565 pixst_a chunk_size, dst_w_bpp, dst_w_basereg, DST_W
567 pixst chunk_size, dst_w_bpp, dst_w_basereg, DST_W
586 add DST_W, DST_W, DST_STRIDE, lsl #dst_bpp_shift
594 sub DST_W, DST_W, W, lsl #dst_bpp_shift
603 mov DST_R, DST_W
682 DST_W .req r2 /* destination buffer pointer for writes *
    [all...]
pixman-arm-neon-asm.S 213 * vst1.16 {d28, d29}, [DST_W, :128]!
227 * New things here are DST_R, DST_W, SRC and MASK identifiers. These
230 * destination buffer (DST_R and DST_W).
290 vst1.16 {d28, d29}, [DST_W, :128]!
298 vst1.16 {d28, d29}, [DST_W, :128]!
391 vst1.16 {d28, d29}, [DST_W, :128]!
445 vst1.16 {d28, d29}, [DST_W, :128]!
482 vst4.8 {d28, d29, d30, d31}, [DST_W, :128]!
516 vst1.8 {d28, d29, d30, d31}, [DST_W, :128]!
548 vst1.32 {d28, d29, d30, d31}, [DST_W, :128]
    [all...]
  /external/chromium_org/ui/gfx/image/
image_skia_operations.cc 207 int dst_w, int dst_h)
211 dst_w_(dst_w),
474 int dst_w, int dst_h) {
478 return ImageSkia(new TiledImageSource(source, src_x, src_y, dst_w, dst_h),
479 gfx::Size(dst_w, dst_h));
image_skia_operations.h 48 int dst_w, int dst_h);
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 258 const int& dst_w, const int& dst_h) {
265 if (dst_w && dst_h)
267 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
288 const int& dst_w, const int& dst_h, float& horDscale,
290 horDscale = ceilf((float)src_w / (float)dst_w);
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 252 const int& dst_w, const int& dst_h) {
259 if (dst_w && dst_h)
261 float fDscale = (float)(src_w * src_h) / (float)(dst_w * dst_h);
282 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
286 float horDscale = ceilf((float)src_w / (float)dst_w);
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp 221 const int& dst_w, const int& dst_h) {
231 if (dst_w && dst_h)
233 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
261 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
265 float horDscale = ceilf((float)src_w / (float)dst_w);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 1105 unsigned dst_w, dst_h; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 1105 unsigned dst_w, dst_h; local
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msmb_pproc.h 130 uint32_t dst_w; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 175 int dst_h, dst_w, src_h, src_w; local
190 dst_w = layer->displayFrame.right - layer->displayFrame.left;
192 if(src_w <=0 || src_h<=0 ||dst_w<=0 || dst_h<=0 ) {
195 __FUNCTION__, dst_w,src_w,dst_h,src_h);
198 dx = (float)dst_w/(float)src_w;
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.cpp 184 const int& dst_w, const int& dst_h) {
194 if (dst_w && dst_h)
196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +

Completed in 858 milliseconds

1 2 3