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

  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 969 int32_t step_x, step_y; local
979 step_y = srcHeight / dstHeight;
983 src_y_start_pos = (y * step_y * (srcWidth * 2));
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 521 void (*step_y)(context_t* c); member in struct:android::context_t

Completed in 21 milliseconds