OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTargetZoomIdx
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXZoom.cpp
66
mTargetZoomIdx
= zoom;
69
mCurrentZoomIdx =
mTargetZoomIdx
;
149
mTargetZoomIdx
= mCurrentZoomIdx;
154
else if ( mCurrentZoomIdx !=
mTargetZoomIdx
)
158
if ( mCurrentZoomIdx <
mTargetZoomIdx
)
171
mCurrentZoomIdx =
mTargetZoomIdx
;
178
if ( mCurrentZoomIdx ==
mTargetZoomIdx
)
182
mTargetZoomIdx
);
206
mTargetZoomIdx
);
211
else if ( (mCurrentZoomIdx ==
mTargetZoomIdx
) &
[
all
...]
OMXCameraAdapter.cpp
187
mTargetZoomIdx
= 0;
721
if ( ( mCurrentZoomIdx ==
mTargetZoomIdx
) &&
[
all
...]
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
861
unsigned int mCurrentZoomIdx,
mTargetZoomIdx
, mPreviousZoomIndx;
[
all
...]
Completed in 35 milliseconds