Searched refs:sf (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DZoomRenderer.java128 final float sf = detector.getScaleFactor();
129 float circle = (int) (mCircleSize * sf * sf);
H A DPieRenderer.java377 float sf = 0.9f + alpha * 0.1f;
378 canvas.scale(sf, sf, mCenter.x, mCenter.y);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DPreviewOverlay.java365 final float sf = detector.getScaleFactor();
366 mCurrentRatio = (0.33f + mCurrentRatio) * sf * sf - 0.33f;
/packages/apps/Browser/src/com/android/browser/
H A DPhoneUi.java528 private void setScaleFactor(float sf) { argument
529 mScale = sf;
531 m.postScale(sf,sf);
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
H A DKeyChainTestActivity.java199 SSLSocketFactory sf = serverContext.getSocketFactory();
200 SSLSocketFactory needClientAuth = TestSSLContext.clientAuth(sf, false, true);
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DPieRenderer.java367 float sf = 0.9f + alpha * 0.1f;
368 canvas.scale(sf, sf, mCenter.x, mCenter.y);
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1328 /*Compute Max-suppression-filtered image for a chunk of sf starting at (left,top), of width 124 and
1331 s[i][left-2] and sf[i][left-2] should be 16 byte aligned. Top must be at least 3*/
1332 inline void db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bottom, argument
1377 db_MaxVector_128_SecondSourceDestAligned16_f(sf[i]+lm2,four+2,five);
1395 sf[i][j-2]=0.0;
1397 else sf[i][j-2]=sv;
1402 /*Compute Max-suppression-filtered image for a chunk of sf starting at (left,top) and
1404 outside the specified region. s[i][left-2] and sf[i][left-2] should be 16 byte aligned.
1408 void db_MaxSuppressFilter_5x5_Aligned16_f(float **sf,float **s,int left,int top,int right,int bottom, argument
1418 db_MaxSuppressFilterChunk_5x5_Aligned16_f(sf,
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1328 /*Compute Max-suppression-filtered image for a chunk of sf starting at (left,top), of width 124 and
1331 s[i][left-2] and sf[i][left-2] should be 16 byte aligned. Top must be at least 3*/
1332 inline void db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bottom, argument
1377 db_MaxVector_128_SecondSourceDestAligned16_f(sf[i]+lm2,four+2,five);
1395 sf[i][j-2]=0.0;
1397 else sf[i][j-2]=sv;
1402 /*Compute Max-suppression-filtered image for a chunk of sf starting at (left,top) and
1404 outside the specified region. s[i][left-2] and sf[i][left-2] should be 16 byte aligned.
1408 void db_MaxSuppressFilter_5x5_Aligned16_f(float **sf,float **s,int left,int top,int right,int bottom, argument
1418 db_MaxSuppressFilterChunk_5x5_Aligned16_f(sf,
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 211 milliseconds