HomeSort by relevance Sort by last modified time
    Searched refs:strength (Results 76 - 100 of 296) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/test/intltest/
srchtest.h 43 const UCollationStrength &strength) const;
  /external/icu/icu4c/source/test/intltest/
srchtest.h 43 const UCollationStrength &strength) const;
  /external/speex/include/speex/
speex_echo.h 154 * @param strength How much alteration of the audio to apply from 0 to 100.
156 void speex_decorrelate(SpeexDecorrState *st, const spx_int16_t *in, spx_int16_t *out, int strength);
  /hardware/qcom/display/msm8084/libqdutils/
qdMetaData.h 53 int32_t strength; member in struct:Sharp2Data_t
  /hardware/qcom/display/msm8226/libqdutils/
qdMetaData.h 53 int32_t strength; member in struct:Sharp2Data_t
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.h 154 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/Gallery2/src/com/android/gallery3d/filtershow/filters/
vignette.rs 26 float strength;
71 float dist = strength * (sqrt(radx * radx + rady * rady) - 1.f);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.h 154 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);
  /external/guava/guava/src/com/google/common/collect/
MapMaker.java 31 import com.google.common.collect.MapMakerInternalMap.Strength;
128 Strength keyStrength;
129 Strength valueStrength;
286 * @throws IllegalStateException if the key strength was already set
290 return setKeyStrength(Strength.STRONG);
301 * @throws IllegalStateException if the key strength was already set
307 return setKeyStrength(Strength.WEAK);
324 * @throws IllegalStateException if the key strength was already set
334 return setKeyStrength(Strength.SOFT);
337 MapMaker setKeyStrength(Strength strength)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
tls_srp.c 93 ctx->srp_ctx.strength = SRP_MINIMAL_N;
125 s->srp_ctx.strength = SRP_MINIMAL_N;
154 s->srp_ctx.strength = ctx->srp_ctx.strength;
222 ctx->srp_ctx.strength = SRP_MINIMAL_N;
415 if (BN_num_bits(s->srp_ctx.N) < s->srp_ctx.strength)
477 int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength)
479 return tls1_ctx_ctrl(ctx, SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH, strength,
  /external/icu/icu4c/source/i18n/
usrchimp.h 81 UCollationStrength strength; member in class:UCollationPCE
179 UCollationStrength strength; member in struct:UStringSearch
ucoleitr.cpp 196 strength = coll.getAttribute(UCOL_STRENGTH, status);
214 switch(strength) {
242 if (strength >= UCOL_QUATERNARY) {
249 if (strength >= UCOL_QUATERNARY) {
455 // TODO: The old code masked the order according to strength and then did a binary search.
  /external/openssl/ssl/
tls_srp.c 93 ctx->srp_ctx.strength = SRP_MINIMAL_N;
125 s->srp_ctx.strength = SRP_MINIMAL_N;
154 s->srp_ctx.strength = ctx->srp_ctx.strength;
222 ctx->srp_ctx.strength = SRP_MINIMAL_N;
415 if (BN_num_bits(s->srp_ctx.N) < s->srp_ctx.strength)
477 int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength)
479 return tls1_ctx_ctrl(ctx, SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH, strength,
  /external/chromium_org/third_party/freetype/include/freetype/
ftoutln.h 318 /* `strength' pixels wider and higher. You may think of the left and */
321 /* Negative `strength' values to reduce the outline thickness are */
328 /* strength :: How strong the glyph is emboldened. Expressed in */
348 /* FT_Outline_Embolden( &face->slot->outline, strength ); */
353 FT_Pos strength );
364 /* @FT_Outline_Embolden, which uses the same strength in both */
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
quant_levels_dec.c 257 int strength) {
258 const int radius = 4 * strength / 100;
259 if (strength < 0 || strength > 100) return 0;
  /external/freetype/include/
ftoutln.h 325 /* `strength' pixels wider and higher. You may think of the left and */
328 /* Negative `strength' values to reduce the outline thickness are */
335 /* strength :: How strong the glyph is emboldened. Expressed in */
355 /* FT_Outline_Embolden( &face->slot->outline, strength ); */
363 FT_Pos strength );
374 /* @FT_Outline_Embolden, which uses the same strength in both */
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftoutln.h 318 /* `strength' pixels wider and higher. You may think of the left and */
321 /* Negative `strength' values to reduce the outline thickness are */
328 /* strength :: How strong the glyph is emboldened. Expressed in */
348 /* FT_Outline_Embolden( &face->slot->outline, strength ); */
353 FT_Pos strength );
364 /* @FT_Outline_Embolden, which uses the same strength in both */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftoutln.h 318 /* `strength' pixels wider and higher. You may think of the left and */
321 /* Negative `strength' values to reduce the outline thickness are */
328 /* strength :: How strong the glyph is emboldened. Expressed in */
348 /* FT_Outline_Embolden( &face->slot->outline, strength ); */
353 FT_Pos strength );
364 /* @FT_Outline_Embolden, which uses the same strength in both */
    [all...]
  /external/webp/src/utils/
quant_levels_dec.c 257 int strength) {
258 const int radius = 4 * strength / 100;
259 if (strength < 0 || strength > 100) return 0;
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 369 bool egl_display_t::HibernationMachine::incWakeCount(WakeRefStrength strength) {
375 if (strength == STRONG)
396 void egl_display_t::HibernationMachine::decWakeCount(WakeRefStrength strength) {
401 if (strength == STRONG)
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.cpp 264 if (mParams.params.sharp_params.strength != data.Sharp2Data.strength) {
280 mParams.params.sharp_params.strength = data.Sharp2Data.strength;
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 198 fprintf(stdout, "BassBoost strength is not supported on this platform. Too bad!\n");
200 fprintf(stdout, "BassBoost strength is supported, setting strength to %d\n", boostStrength);
205 SLpermille strength = 0; local
206 result = (*bbItf)->GetRoundedStrength(bbItf, &strength);
208 fprintf(stdout, "Rounded strength of boost = %d\n", strength);
257 fprintf(stdout, "and applies a bass boost effect of the specified strength,\n");
258 fprintf(stdout, "where strength is a integer value between 0 and 1000.\n");
287 // intentionally not checking that argv[2], the bassboost strength, is between 0 and 100
    [all...]
slesTestVirtualizerPath.cpp 199 fprintf(stdout, "Virtualizer strength is not supported on this platform. Too bad!\n");
201 fprintf(stdout, "Virtualizer strength is supported, setting strength to %d\n",
207 SLpermille strength = 0; local
208 result = (*virtItf)->GetRoundedStrength(virtItf, &strength);
210 fprintf(stdout, "Rounded strength of virt = %d\n", strength);
259 fprintf(stdout, "and applies a virtualization effect of the specified strength,\n");
260 fprintf(stdout, "where strength is an integer value between 0 and 1000.\n");
289 // intentionally not checking that argv[2], the virtualizer strength, is between 0 and 100
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
MetadataConverter.cpp 416 dst->ctl.noise.strength = 0;
418 dst->ctl.edge.strength = 0;
435 dst->ctl.noise.strength = 0;
437 dst->ctl.edge.strength = 0;
454 dst->ctl.noise.strength = 0;
456 dst->ctl.edge.strength = 0;
472 dst->ctl.noise.strength = 0;
474 dst->ctl.edge.strength = 0;
487 dst->ctl.noise.strength = 0;
489 dst->ctl.edge.strength = 0
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp 80 UCollationStrength strength; member in class:Target
96 strengthMask(0), strength(UCOL_PRIMARY), variableTop(0), toShift(FALSE), coll(theCollator),
100 strength = ucol_getStrength(coll);
126 switch (strength)
204 if (strength >= UCOL_QUATERNARY) {
253 if (strength >= UCOL_QUATERNARY) {
349 if (strength < UCOL_IDENTICAL) {

Completed in 506 milliseconds

1 2 34 5 6 7 8 91011>>