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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaVirtualizerTest.java 120 //Test case 1.0: test strength
129 short strength = mVirtualizer.getRoundedStrength(); local
130 // allow 10% difference between set strength and rounded strength
131 assertTrue(msg +": got incorrect strength",
132 ((float)strength > (float)TEST_STRENGTH * 0.9f) &&
133 ((float)strength < (float)TEST_STRENGTH * 1.1f));
135 short strength = mVirtualizer.getRoundedStrength(); local
136 assertTrue(msg +": got incorrect strength", strength >= 0 && strength <= 1000)
    [all...]
  /external/chromium_org/third_party/mesa/src/include/VG/
vgext.h 144 VG_API_CALL void VG_API_ENTRY vgParametricFilterKHR(VGImage dst,VGImage src,VGImage blur,VGfloat strength,VGfloat offsetX,VGfloat offsetY,VGbitfield filterFlags,VGPaint highlightPaint,VGPaint shadowPaint);
145 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguDropShadowKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint shadowColorRGBA);
146 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguGlowKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint glowColorRGBA) ;
147 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguBevelKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint highlightColorRGBA,VGuint shadowColorRGBA);
148 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguGradientGlowKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint stopsCount,const VGfloat* glowColorRampStops);
149 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguGradientBevelKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint stopsCount,const VGfloat* bevelColorRampStops);
151 typedef void (VG_API_ENTRYP PFNVGPARAMETRICFILTERKHRPROC) (VGImage dst,VGImage src,VGImage blur,VGfloat strength,VGfloat offsetX,VGfloat offsetY,VGbitfield filterFlags,VGPaint highlightPaint,VGPaint shadowPaint);
152 typedef VGUErrorCode (VGU_API_ENTRYP PFNVGUDROPSHADOWKHRPROC) (VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint shadowColorRGBA);
153 typedef VGUErrorCode (VGU_API_ENTRYP PFNVGUGLOWKHRPROC) (VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint glowColorRGBA);
154 typedef VGUErrorCode (VGU_API_ENTRYP PFNVGUBEVELKHRPROC) (VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint highlightCo (…)
    [all...]
  /external/mesa3d/include/VG/
vgext.h 144 VG_API_CALL void VG_API_ENTRY vgParametricFilterKHR(VGImage dst,VGImage src,VGImage blur,VGfloat strength,VGfloat offsetX,VGfloat offsetY,VGbitfield filterFlags,VGPaint highlightPaint,VGPaint shadowPaint);
145 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguDropShadowKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint shadowColorRGBA);
146 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguGlowKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint glowColorRGBA) ;
147 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguBevelKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint highlightColorRGBA,VGuint shadowColorRGBA);
148 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguGradientGlowKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint stopsCount,const VGfloat* glowColorRampStops);
149 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguGradientBevelKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint stopsCount,const VGfloat* bevelColorRampStops);
151 typedef void (VG_API_ENTRYP PFNVGPARAMETRICFILTERKHRPROC) (VGImage dst,VGImage src,VGImage blur,VGfloat strength,VGfloat offsetX,VGfloat offsetY,VGbitfield filterFlags,VGPaint highlightPaint,VGPaint shadowPaint);
152 typedef VGUErrorCode (VGU_API_ENTRYP PFNVGUDROPSHADOWKHRPROC) (VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint shadowColorRGBA);
153 typedef VGUErrorCode (VGU_API_ENTRYP PFNVGUGLOWKHRPROC) (VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint glowColorRGBA);
154 typedef VGUErrorCode (VGU_API_ENTRYP PFNVGUBEVELKHRPROC) (VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint highlightCo (…)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
RSAKeyPairGenerator.java 33 // p and q values should have a length of half the strength in bits
35 int strength = param.getStrength(); local
36 int pbitlength = (strength + 1) / 2;
37 int qbitlength = strength - pbitlength;
38 int mindiffbits = strength / 3;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 19 ; int strength, | 4
35 %define strength 16
47 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read
50 ; 0x8000 >> (16 - strength)
52 sub rdx, arg(4) ; 16 - strength
111 ; modifer += 0x8000 >> (16 - strength)
115 ; modifier >>= strength
116 psrlw xmm0, [rsp + strength]
117 psrlw xmm1, [rsp + strength]
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 19 ; int strength, | 4
35 %define strength 16
47 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read
50 ; 0x8000 >> (16 - strength)
52 sub rdx, arg(4) ; 16 - strength
111 ; modifer += 0x8000 >> (16 - strength)
115 ; modifier >>= strength
116 psrlw xmm0, [rsp + strength]
117 psrlw xmm1, [rsp + strength]
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 19 ; int strength, | 4
35 %define strength 16
47 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read
50 ; 0x8000 >> (16 - strength)
52 sub rdx, arg(4) ; 16 - strength
111 ; modifer += 0x8000 >> (16 - strength)
115 ; modifier >>= strength
116 psrlw xmm0, [rsp + strength]
117 psrlw xmm1, [rsp + strength]
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 19 ; int strength, | 4
35 %define strength 16
47 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read
50 ; 0x8000 >> (16 - strength)
52 sub rdx, arg(4) ; 16 - strength
111 ; modifer += 0x8000 >> (16 - strength)
115 ; modifier >>= strength
116 psrlw xmm0, [rsp + strength]
117 psrlw xmm1, [rsp + strength]
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 19 ; int strength, | 4
35 %define strength 16
47 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read
50 ; 0x8000 >> (16 - strength)
52 sub rdx, arg(4) ; 16 - strength
111 ; modifer += 0x8000 >> (16 - strength)
115 ; modifier >>= strength
116 psrlw xmm0, [rsp + strength]
117 psrlw xmm1, [rsp + strength]
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 19 ; int strength, | 4
35 %define strength 16
47 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read
50 ; 0x8000 >> (16 - strength)
52 sub rdx, arg(4) ; 16 - strength
111 ; modifer += 0x8000 >> (16 - strength)
115 ; modifier >>= strength
116 psrlw xmm0, [rsp + strength]
117 psrlw xmm1, [rsp + strength]
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp 174 uint32_t strength)
186 CE &= strengthMask[strength];
187 contCE &= strengthMask[strength];
192 while((*nextCE & strengthMask[strength]) == CE
193 && (*nextContCE & strengthMask[strength]) == contCE)
205 uint32_t strength)
217 CE &= strengthMask[strength];
218 contCE &= strengthMask[strength];
223 while((*prevCE & strengthMask[strength]) == CE
224 && (*prevContCE & strengthMask[strength])== contC
479 uint32_t strength = tok->strength; local
    [all...]
ucol_tok.h 79 uint32_t strength; member in struct:UColToken
95 uint32_t strength; member in struct:__anon15841
196 uint32_t strength);
200 uint32_t strength);
  /external/icu/icu4c/source/i18n/
collationruleparser.h 74 * strength=UCOL_IDENTICAL for &str.
75 * strength=UCOL_PRIMARY/UCOL_SECONDARY/UCOL_TERTIARY for &[before n]str where n=1/2/3.
77 virtual void addReset(int32_t strength, const UnicodeString &str,
80 * Adds a relation with strength and prefix | str / extension.
82 virtual void addRelation(int32_t strength, const UnicodeString &prefix,
150 void parseRelationStrings(int32_t strength, int32_t i, UErrorCode &errorCode);
151 void parseStarredCharacters(int32_t strength, int32_t i, UErrorCode &errorCode);
  /hardware/qcom/audio/post_proc/
bass_boost.h 27 int strength; member in struct:bassboost_context_s
virtualizer.h 27 int strength; member in struct:virtualizer_context_s
  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.h 43 int32_t strength; member in struct:Sharp2Data_t
  /hardware/qcom/display/msm8974/libqdutils/
qdMetaData.h 43 int32_t strength; member in struct:Sharp2Data_t
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterContrast.java 45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float strength);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
KeyPairGeneratorSpi.java 42 int strength,
46 random, strength, defaultTests);
  /external/chromium_org/chromeos/network/
geolocation_handler_unittest.cc 53 std::string strength = base::StringPrintf("%d", idx * 10); local
59 shill::kGeoSignalStrengthProperty, strength);
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_chromeos_unittest.cc 50 std::string strength = base::StringPrintf("%d", i * 100 + j); local
56 shill::kGeoSignalStrengthProperty, strength);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tblcoll.h 39 * 6/17/97 helena Added IDENTICAL strength for compare, changed getRules to
133 * @param collationStrength default strength for comparison
161 * @param collationStrength default strength for comparison
650 * Determines the minimum strength that will be use in comparison or
652 * <p>E.g. with strength == SECONDARY, the tertiary difference is ignored
653 * <p>E.g. with strength == PRIMARY, the secondary and tertiary difference
662 * Sets the minimum strength to be used in comparison or transformation.
707 /* primary strength increment */
709 /* secondary strength increment */
711 /* tertiary strength increment *
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
temporal_filter.c 92 int strength,
101 const int rounding = strength > 0 ? 1 << (strength - 1) : 0;
113 * float coeff = (3.0 * modifer * modifier) / pow(2, strength);
119 modifier >>= strength; local
228 int strength
337 strength,
347 strength,
357 strength,
443 int strength = cpi->oxcf.arnr_strength local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_temporal_filter.c 95 int strength,
102 const int rounding = strength > 0 ? 1 << (strength - 1) : 0;
111 // float coeff = (3.0 * modifer * modifier) / pow(2, strength);
116 modifier >>= strength; local
190 int strength,
286 predictor, 16, strength, filter_weight,
290 predictor + 256, mb_uv_height, strength,
295 predictor + 512, mb_uv_height, strength,
363 int strength = cpi->active_arnr_strength local
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
Virtualizer.java 59 * Is strength parameter supported by virtualizer engine. Parameter ID for getParameter().
63 * Virtualizer effect strength. Parameter ID for
84 * Indicates if strength parameter is supported by the virtualizer engine
132 * Indicates whether setting strength is supported. If this method returns false, only one
133 * strength is supported and the setStrength() method always rounds to that value.
134 * @return true is strength parameter is supported, false otherwise
141 * Sets the strength of the virtualizer effect. If the implementation does not support per mille
142 * accuracy for setting the strength, it is allowed to round the given strength to the nearest
145 * @param strength strength of the effect. The valid range for strength strength is [0, 1000]
556 public short strength; field in class:Virtualizer.Settings
    [all...]

Completed in 875 milliseconds

12 3 4 5 6 7 8 91011>>