Home | History | Annotate | Download | only in camera

Lines Matching refs:VSTAB

395                 // make sure we support vstab...if we don't and application is trying to set
396 // vstab then return an error
399 CAMHAL_LOGDB("VSTAB %s", valstr);
402 CAMHAL_LOGEB("ERROR: Invalid VSTAB: %s", valstr);
2656 This function also enables Video Recording specific functions like VSTAB & VNF.
2660 @todo Modify the policies for enabling VSTAB & VNF usecase based later.
2681 // set VSTAB. restart is required if vstab value has changed
2683 // make sure we support vstab
2687 // vstab value has changed
2696 // vstab was configured but now unset
2715 // For VSTAB alone for 1080p resolution, padded width goes > 2048, which cannot be rendered by GPU.
2716 // In such case, there is support in Ducati for combination of VSTAB & VNF requiring padded width < 2048.
2717 // So we are forcefully enabling VNF, if VSTAB is enabled for 1080p resolution.
2739 This function resets CAPTURE_MODE and disables Recording specific functions like VSTAB & VNF.
4535 p.set(android::CameraParameters::KEY_VIDEO_STABILIZATION, mCameraProperties->get(CameraProperties::VSTAB));