Searched refs:step_y (Results 1 - 2 of 2) sorted by relevance

/device/samsung/crespo/libs3cjpeg/
H A DJpegEncoder.cpp691 int32_t step_x, step_y;
701 step_y = srcHight / dstHight;
705 src_y_start_pos = (y * step_y * (srcWidth * 2));
/device/samsung/crespo/libcamera/
H A DSecCameraHWInterface.cpp987 int32_t step_x, step_y; local
997 step_y = srcHeight / dstHeight;
1001 src_y_start_pos = (y * step_y * (srcWidth * 2));

Completed in 7 milliseconds