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

  /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);
  /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...]
  /system/core/include/private/pixelflinger/
ggl_context.h 541 void (*step_y)(context_t* c); member in struct:android::context_t

Completed in 1270 milliseconds