OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentZoomIdx
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXZoom.cpp
69
mCurrentZoomIdx
= mTargetZoomIdx;
71
doZoom(
mCurrentZoomIdx
);
148
mCurrentZoomIdx
+=mZoomInc;
149
mTargetZoomIdx =
mCurrentZoomIdx
;
151
ret = doZoom(
mCurrentZoomIdx
);
152
notifyZoomSubscribers(
mCurrentZoomIdx
, true);
154
else if (
mCurrentZoomIdx
!= mTargetZoomIdx )
158
if (
mCurrentZoomIdx
< mTargetZoomIdx )
167
mCurrentZoomIdx
+= mZoomInc;
171
mCurrentZoomIdx
= mTargetZoomIdx
[
all
...]
OMXCameraAdapter.cpp
186
mCurrentZoomIdx
= 0;
716
if ( mZoomParameterIdx !=
mCurrentZoomIdx
)
721
if ( (
mCurrentZoomIdx
== mTargetZoomIdx ) &&
722
( mZoomParameterIdx ==
mCurrentZoomIdx
) )
743
CAMHAL_LOGDB("CameraParameters Zoom = %d",
mCurrentZoomIdx
);
747
params.set( CameraParameters::KEY_ZOOM,
mCurrentZoomIdx
);
[
all
...]
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
861
unsigned int
mCurrentZoomIdx
, mTargetZoomIdx, mPreviousZoomIndx;
[
all
...]
Completed in 22 milliseconds