Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching full:no_error

37     status_t ret = NO_ERROR;
51 mEXIFData.mGPSData.mLatSecDiv ) == NO_ERROR )
83 mEXIFData.mGPSData.mLongSecDiv) == NO_ERROR )
234 status_t ret = NO_ERROR;
257 if ( NO_ERROR == ret )
288 if ( NO_ERROR == ret )
304 if ( NO_ERROR == ret )
515 status_t ret = NO_ERROR;
525 if ((NO_ERROR == ret) && (mEXIFData.mModelValid)) {
529 if ((NO_ERROR == ret) && (mEXIFData.mMakeValid)) {
533 if ((NO_ERROR == ret)) {
546 if ((NO_ERROR == ret)) {
563 if ((NO_ERROR == ret)) {
569 if ((NO_ERROR == ret)) {
575 if ((NO_ERROR == ret) && (mEXIFData.mGPSData.mLatValid)) {
586 if ((NO_ERROR == ret) && (mEXIFData.mGPSData.mLatValid)) {
590 if ((NO_ERROR == ret) && (mEXIFData.mGPSData.mLongValid)) {
601 if ((NO_ERROR == ret) && (mEXIFData.mGPSData.mLongValid)) {
605 if ((NO_ERROR == ret) && (mEXIFData.mGPSData.mAltitudeValid)) {
614 if ((NO_ERROR == ret) && (mEXIFData.mGPSData.mAltitudeValid)) {
622 if ((NO_ERROR == ret) && (mEXIFData.mGPSData.mMapDatumValid)) {
626 if ((NO_ERROR == ret) && (mEXIFData.mGPSData.mProcMethodValid)) {
636 if ((NO_ERROR == ret) && (mEXIFData.mGPSData.mVersionIdValid)) {
648 if ((NO_ERROR == ret) && (mEXIFData.mGPSData.mTimeStampValid)) {
659 if ((NO_ERROR == ret) && (mEXIFData.mGPSData.mDatestampValid) ) {
663 if (NO_ERROR == ret) {
673 if (NO_ERROR == ret) {
706 if (pAncillaryData && (NO_ERROR == ret)) {
836 return NO_ERROR;