Home | History | Annotate | Download | only in camera

Lines Matching refs:VSTAB

290                 // make sure we support vstab...if we don't and application is trying to set
291 // vstab then return an error
294 CAMHAL_LOGDB("VSTAB %s",valstr);
297 CAMHAL_LOGEB("ERROR: Invalid VSTAB: %s", valstr);
1464 //Update the padded width and height - required for VNF and VSTAB
1934 This function also enables Video Recording specific functions like VSTAB & VNF.
1938 @todo Modify the policies for enabling VSTAB & VNF usecase based later.
1960 // Check if CAPTURE_MODE is VIDEO_MODE, since VSTAB & VNF work only in VIDEO_MODE.
1964 // set VSTAB. restart is required if vstab value has changed
1966 // make sure we support vstab
1970 // vstab value has changed
1978 // vstab was configured but now unset
1997 // For VSTAB alone for 1080p resolution, padded width goes > 2048, which cannot be rendered by GPU.
1998 // In such case, there is support in Ducati for combination of VSTAB & VNF requiring padded width < 2048.
1999 // So we are forcefully enabling VNF, if VSTAB is enabled for 1080p resolution.
2015 This function resets CAPTURE_MODE and disables Recording specific functions like VSTAB & VNF.
3394 p.set(CameraParameters::KEY_VIDEO_STABILIZATION, mCameraProperties->get(CameraProperties::VSTAB));