• Home
  • Raw
  • Download

Lines Matching refs:ret

39     status_t ret = NO_ERROR;  in setParametersAlgo()  local
281 return ret; in setParametersAlgo()
288 status_t ret = NO_ERROR; in getAutoConvergence() local
304 ret = -EINVAL; in getAutoConvergence()
315 return ret; in getAutoConvergence()
322 status_t ret = NO_ERROR; in setAutoConvergence() local
339 ret = -EINVAL; in setAutoConvergence()
348 return ret; in setAutoConvergence()
353 status_t ret = NO_ERROR; in enableVideoNoiseFilter() local
360 if ( NO_ERROR == ret ) in enableVideoNoiseFilter()
381 ret = -1; in enableVideoNoiseFilter()
391 return ret; in enableVideoNoiseFilter()
396 status_t ret = NO_ERROR; in enableVideoStabilization() local
403 if ( NO_ERROR == ret ) in enableVideoStabilization()
422 ret = -1; in enableVideoStabilization()
431 if ( NO_ERROR == ret ) in enableVideoStabilization()
444 ret = -1; in enableVideoStabilization()
468 ret = -1; in enableVideoStabilization()
478 return ret; in enableVideoStabilization()
483 status_t ret = NO_ERROR; in setGBCE() local
492 ret = -EINVAL; in setGBCE()
495 if ( NO_ERROR == ret ) in setGBCE()
536 return ret; in setGBCE()
541 status_t ret = NO_ERROR; in setGLBCE() local
550 ret = -EINVAL; in setGLBCE()
553 if ( NO_ERROR == ret ) in setGLBCE()
593 return ret; in setGLBCE()
598 status_t ret = NO_ERROR; in setCaptureMode() local
614 if ( NO_ERROR == ret ) in setCaptureMode()
655 if( NO_ERROR == ret ) in setCaptureMode()
674 if( NO_ERROR == ret ) in setCaptureMode()
682 ret = ErrorUtils::omxToAndroidError(eError); in setCaptureMode()
690 if( NO_ERROR == ret ) in setCaptureMode()
699 ret = ErrorUtils::omxToAndroidError(eError); in setCaptureMode()
710 return ret; in setCaptureMode()
715 status_t ret = NO_ERROR; in setLDC() local
724 ret = -EINVAL; in setLDC()
727 if ( NO_ERROR == ret ) in setLDC()
755 ret = -1; in setLDC()
761 return ret; in setLDC()
766 status_t ret = NO_ERROR; in setNSF() local
775 ret = -EINVAL; in setNSF()
778 if ( NO_ERROR == ret ) in setNSF()
807 ret = -1; in setNSF()
813 return ret; in setNSF()
818 status_t ret = NO_ERROR; in setImageQuality() local
827 ret = -EINVAL; in setImageQuality()
830 if ( NO_ERROR == ret ) in setImageQuality()
842 ret = -1; in setImageQuality()
848 return ret; in setImageQuality()
855 status_t ret = NO_ERROR; in setThumbnailParams() local
864 ret = -EINVAL; in setThumbnailParams()
867 if ( NO_ERROR == ret ) in setThumbnailParams()
878 ret = -1; in setThumbnailParams()
905 ret = -1; in setThumbnailParams()
911 return ret; in setThumbnailParams()
1012 status_t ret = NO_ERROR; in setPictureRotation() local
1021 ret = -1; in setPictureRotation()
1024 if ( NO_ERROR == ret ) in setPictureRotation()
1041 return ret; in setPictureRotation()
1046 status_t ret = NO_ERROR; in setSensorOrientation() local
1056 ret = -1; in setSensorOrientation()
1067 ret = setFormat(OMX_CAMERA_PORT_VIDEO_OUT_PREVIEW, *mPreviewData); in setSensorOrientation()
1068 if ( ret != NO_ERROR ) in setSensorOrientation()
1070 CAMHAL_LOGEB("setFormat() failed %d", ret); in setSensorOrientation()
1074 if ( NO_ERROR == ret ) in setSensorOrientation()
1114 if ( NO_ERROR == ret ) in setSensorOrientation()
1116 ret = setFormat (mCameraAdapterParameters.mPrevPortIndex, in setSensorOrientation()
1118 if ( NO_ERROR != ret ) in setSensorOrientation()
1120 CAMHAL_LOGEB("setFormat() failed %d", ret); in setSensorOrientation()
1126 return ret; in setSensorOrientation()
1131 status_t ret = NO_ERROR; in setVFramerate() local
1141 ret = -EINVAL; in setVFramerate()
1150 if ( NO_ERROR == ret ) { in setVFramerate()
1164 ret = -1; in setVFramerate()
1172 return ret; in setVFramerate()