OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:step_x
(Results
1 - 3
of
3
) sorted by null
/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 110 milliseconds