HomeSort by relevance Sort by last modified time
    Searched refs:step_y (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c 1282 int step_y, step_x; local
1314 int step_y, step_x; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 693 int step_x, step_y; local
703 step_y = srcH / dstH;
710 src_y_start_pos = srcWStride * step_y * y;
727 int32_t step_x, step_y; local
738 step_y = srcH / dstH;
745 src_y_start_pos = y * step_y * srcW;
759 src_y_start_pos = i * step_y * srcW;
    [all...]
ExynosCameraHWInterface.cpp 3512 int32_t step_x, step_y; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 656 int step_x, step_y; local
666 step_y = srcH / dstH;
673 src_y_start_pos = srcWStride * step_y * y;
690 int32_t step_x, step_y; local
701 step_y = srcH / dstH;
708 src_y_start_pos = y * step_y * srcW;
719 src_y_start_pos = i * step_y * srcW + (srcW*srcH);
  /system/core/libpixelflinger/
scanline.cpp 297 c->step_y = step_y__generic;
319 c->step_y = step_y__generic;
378 c->step_y = step_y__generic;
408 c->step_y = step_y__nop;
    [all...]
trap.cpp 252 c->step_y(c);
325 c->step_y(c);
591 c->step_y(c);
755 c->step_y(c);
1045 c->step_y(c);
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 541 void (*step_y)(context_t* c); member in struct:android::context_t

Completed in 164 milliseconds