Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:zoom

20 * This file contains functionality for handling zoom configurations.
60 //Immediate zoom should not be avaialable while smooth zoom is running
63 int zoom = params.getInt(CameraParameters::KEY_ZOOM);
64 if( ( zoom >= 0 ) && ( zoom < ZOOM_STAGES ) )
66 mTargetZoomIdx = zoom;
68 //Immediate zoom should be applied instantly ( CTS requirement )
77 CAMHAL_LOGDB("Zoom by App %d", zoom);
102 CAMHAL_LOGEB("Zoom index %d out of range", index);
123 CAMHAL_LOGEB("Error while applying digital zoom 0x%x", eError);
128 CAMHAL_LOGDA("Digital zoom applied successfully");
180 CAMHAL_LOGDB("[Goal Reached] Smooth Zoom notify currentIdx = %d, targetIdx = %d",
204 CAMHAL_LOGDB("[Advancing] Smooth Zoom notify currentIdx = %d, targetIdx = %d",
246 CAMHAL_LOGDB("Start smooth zoom target = %d, mCurrentIdx = %d",
286 CAMHAL_LOGDB("Stop smooth zoom mCurrentZoomIdx = %d, mTargetZoomIdx = %d",