Searched refs:strength (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterContrast.java45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float strength); argument
H A Dvignette.rs26 float strength;
71 float dist = strength * (sqrt(radx * radx + rady * rady) - 1.f);
H A DImageFilterVignette.java62 float strength, float finalValue);
60 nativeApplyFilter( Bitmap bitmap, int w, int h, int cx, int cy, float radx, float rady, float strength, float finalValue) argument
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp362 /*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j
491 /*Filter horizontally the three rows gxx,gxy,gyy of length 128 into the strength subrow s
613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
655 /*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
696 /*Compute Harris corner strength of img. Strength is returned for the region
714 /*Compute the Harris strength of a chunk*/
719 /*Compute Harris corner strength of img. Strength is returned for the region
741 /*Compute the Harris strength of a chunk*/
1424 inline int db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_temp,double *y_temp,double *s_temp) argument
1432 s=strength[
1452 db_SubPixel(float **strength, const double xd, const double yd, double &xs, double &ys) argument
1496 db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, int bw,int bh,unsigned long area_factor, float threshold,double *temp_d, double *x_coord,double *y_coord,int *nr_corners) argument
1765 ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners) argument
[all...]
H A Ddb_feature_detection.h154 Extract corners from a pre-computed strength image.
155 \param strength Harris strength image
160 virtual void ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners);
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp362 /*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j
491 /*Filter horizontally the three rows gxx,gxy,gyy of length 128 into the strength subrow s
613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
655 /*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
696 /*Compute Harris corner strength of img. Strength is returned for the region
714 /*Compute the Harris strength of a chunk*/
719 /*Compute Harris corner strength of img. Strength is returned for the region
741 /*Compute the Harris strength of a chunk*/
1424 inline int db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_temp,double *y_temp,double *s_temp) argument
1432 s=strength[
1452 db_SubPixel(float **strength, const double xd, const double yd, double &xs, double &ys) argument
1496 db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, int bw,int bh,unsigned long area_factor, float threshold,double *temp_d, double *x_coord,double *y_coord,int *nr_corners) argument
1765 ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners) argument
[all...]
H A Ddb_feature_detection.h154 Extract corners from a pre-computed strength image.
155 \param strength Harris strength image
160 virtual void ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners);
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp362 /*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j
491 /*Filter horizontally the three rows gxx,gxy,gyy of length 128 into the strength subrow s
613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and
655 /*Compute the Harris corner strength of the chunk [left,top,left+123,bottom] of img and
696 /*Compute Harris corner strength of img. Strength is returned for the region
714 /*Compute the Harris strength of a chunk*/
719 /*Compute Harris corner strength of img. Strength is returned for the region
741 /*Compute the Harris strength of a chunk*/
1424 inline int db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_temp,double *y_temp,double *s_temp) argument
1432 s=strength[
1452 db_SubPixel(float **strength, const double xd, const double yd, double &xs, double &ys) argument
1496 db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, int bw,int bh,unsigned long area_factor, float threshold,double *temp_d, double *x_coord,double *y_coord,int *nr_corners) argument
1765 ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners) argument
[all...]
H A Ddb_feature_detection.h154 Extract corners from a pre-computed strength image.
155 \param strength Harris strength image
160 virtual void ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners);
/packages/apps/MusicFX/src/com/android/musicfx/
H A DControlPanelEffect.java1034 final int strength = prefs.getInt(Key.virt_strength.toString(), defaultstrength);
1036 Virtualizer.Settings settings = new Virtualizer.Settings("Virtualizer;strength="
1037 + strength);
1054 editor.putInt(Key.virt_strength.toString(), settings.strength);
1078 final int strength = prefs.getInt(Key.bb_strength.toString(),
1082 BassBoost.Settings settings = new BassBoost.Settings("BassBoost;strength="
1083 + strength);
1100 editor.putInt(Key.bb_strength.toString(), settings.strength);
H A DActivityMusic.java574 int strength = ControlPanelEffect
577 bar.setProgress(strength);
585 sw.setChecked(sw.isEnabled() && strength != 0);

Completed in 497 milliseconds