Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching full:zoom

20 * This file contains functionality for handling zoom configurations.
57 //Immediate zoom should not be avaialable while smooth zoom is running
60 int zoom = params.getInt(android::CameraParameters::KEY_ZOOM);
61 if (( zoom >= 0 ) && ( zoom < mMaxZoomSupported )) {
62 mTargetZoomIdx = zoom;
64 //Immediate zoom should be applied instantly ( CTS requirement )
73 CAMHAL_LOGDB("Zoom by App %d", zoom);
97 CAMHAL_LOGEB("Zoom index %d out of range", index);
118 CAMHAL_LOGEB("Error while applying digital zoom 0x%x", eError);
123 CAMHAL_LOGDA("Digital zoom applied successfully");
175 CAMHAL_LOGDB("[Goal Reached] Smooth Zoom notify currentIdx = %d, targetIdx = %d",
199 CAMHAL_LOGDB("[Advancing] Smooth Zoom notify currentIdx = %d, targetIdx = %d",
241 CAMHAL_LOGDB("Start smooth zoom target = %d, mCurrentIdx = %d",
278 CAMHAL_LOGDB("Stop smooth zoom mCurrentZoomIdx = %d, mTargetZoomIdx = %d",