HomeSort by relevance Sort by last modified time
    Searched refs:step_x (Results 1 - 4 of 4) 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
702 step_x = srcW / dstW;
706 unsigned int stepXStride = step_x * 2;
727 int32_t step_x, step_y; local
737 step_x = srcW / dstW;
748 src_pos = src_y_start_pos + (x * step_x);
762 src_pos = src_y_start_pos + (j * step_x);
    [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
665 step_x = srcW / dstW;
669 unsigned int stepXStride = step_x * 2;
690 int32_t step_x, step_y; local
700 step_x = srcW / dstW;
711 src_pos = src_y_start_pos + (x * step_x);
722 src_pos = src_y_start_pos + (j * step_x);

Completed in 169 milliseconds