OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSmoothZoomStep
(Results
1 - 4
of
4
) sorted by null
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp
512
mSmoothZoomStep
= (mCurrentZoom > mTargetSmoothZoom)? -1: 1;
525
mCurrentZoom +=
mSmoothZoomStep
;
526
if ((
mSmoothZoomStep
< 0 && mCurrentZoom < mTargetSmoothZoom)||
527
(
mSmoothZoomStep
> 0 && mCurrentZoom > mTargetSmoothZoom )) {
[
all
...]
/device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h
704
int
mSmoothZoomStep
;
/device/lge/mako/camera/
QCameraHWI.cpp
536
mSmoothZoomStep
= (mCurrentZoom > mTargetSmoothZoom)? -1: 1;
549
mCurrentZoom +=
mSmoothZoomStep
;
550
if ((
mSmoothZoomStep
< 0 && mCurrentZoom < mTargetSmoothZoom)||
551
(
mSmoothZoomStep
> 0 && mCurrentZoom > mTargetSmoothZoom )) {
[
all
...]
QCameraHWI.h
715
int
mSmoothZoomStep
;
Completed in 135 milliseconds