Home
last modified time | relevance | path

Searched refs:strength (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpost_filter.cpp189 int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size; in H263_Deblock() local
220 strength = STRENGTH_tab[QP_store[mbnum]]; in H263_Deblock()
233 if (d1 < -(strength << 1)) in H263_Deblock()
237 else if (d1 < -strength) in H263_Deblock()
239 d1 = -d1 - (strength << 1); in H263_Deblock()
246 if (d1 > (strength << 1)) in H263_Deblock()
250 else if (d1 > strength) in H263_Deblock()
252 d1 = (strength << 1) - d1; in H263_Deblock()
311strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum]] : QP_store[mbnum])]; in H263_Deblock()
315strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum - nMBPerRow]] : QP_store[mbn… in H263_Deblock()
[all …]
/frameworks/base/media/java/android/media/audiofx/
DBassBoost.java125 public void setStrength(short strength) in setStrength() argument
127 checkStatus(setParameter(PARAM_STRENGTH, strength)); in setStrength()
215 public short strength; field in BassBoost.Settings
241 strength = Short.parseShort(st.nextToken()); in Settings()
251 ";strength="+Short.toString(strength) in toString()
271 settings.strength = value[0]; in getProperties()
285 checkStatus(setParameter(PARAM_STRENGTH, settings.strength)); in setProperties()
DVirtualizer.java151 public void setStrength(short strength) in setStrength() argument
153 checkStatus(setParameter(PARAM_STRENGTH, strength)); in setStrength()
556 public short strength; field in Virtualizer.Settings
582 strength = Short.parseShort(st.nextToken()); in Settings()
592 ";strength="+Short.toString(strength) in toString()
612 settings.strength = value[0]; in getProperties()
626 checkStatus(setParameter(PARAM_STRENGTH, settings.strength)); in setProperties()
/frameworks/wilhelm/src/itf/
DIBassBoost.c89 static SLresult IBassBoost_SetStrength(SLBassBoostItf self, SLpermille strength) in IBassBoost_SetStrength() argument
93 if ((BASSBOOST_STRENGTH_MIN > strength) || (BASSBOOST_STRENGTH_MAX < strength)) { in IBassBoost_SetStrength()
99 thiz->mStrength = strength; in IBassBoost_SetStrength()
106 android_bb_setParam(thiz->mBassBoostEffect, BASSBOOST_PARAM_STRENGTH, &strength); in IBassBoost_SetStrength()
126 SLpermille strength = thiz->mStrength;; in IBassBoost_GetRoundedStrength() local
134 android_bb_getParam(thiz->mBassBoostEffect, BASSBOOST_PARAM_STRENGTH, &strength); in IBassBoost_GetRoundedStrength()
139 *pStrength = strength; in IBassBoost_GetRoundedStrength()
DIVirtualizer.c91 static SLresult IVirtualizer_SetStrength(SLVirtualizerItf self, SLpermille strength) in IVirtualizer_SetStrength() argument
95 if ((VIRTUALIZER_STRENGTH_MIN > strength) || (VIRTUALIZER_STRENGTH_MAX < strength)) { in IVirtualizer_SetStrength()
101 thiz->mStrength = strength; in IVirtualizer_SetStrength()
108 VIRTUALIZER_PARAM_STRENGTH, &strength); in IVirtualizer_SetStrength()
128 SLpermille strength = thiz->mStrength;; in IVirtualizer_GetRoundedStrength() local
136 VIRTUALIZER_PARAM_STRENGTH, &strength); in IVirtualizer_GetRoundedStrength()
141 *pStrength = strength; in IVirtualizer_GetRoundedStrength()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaBassBoostTest.java128 short strength = mBassBoost.getRoundedStrength(); in test1_0Strength() local
131 ((float)strength > (float)TEST_STRENGTH * 0.9f) && in test1_0Strength()
132 ((float)strength < (float)TEST_STRENGTH * 1.1f)); in test1_0Strength()
134 short strength = mBassBoost.getRoundedStrength(); in test1_0Strength() local
135 assertTrue(msg +": got incorrect strength", strength >= 0 && strength <= 1000); in test1_0Strength()
DMediaVirtualizerTest.java129 short strength = mVirtualizer.getRoundedStrength(); in test1_0Strength() local
132 ((float)strength > (float)TEST_STRENGTH * 0.9f) && in test1_0Strength()
133 ((float)strength < (float)TEST_STRENGTH * 1.1f)); in test1_0Strength()
135 short strength = mVirtualizer.getRoundedStrength(); in test1_0Strength() local
136 assertTrue(msg +": got incorrect strength", strength >= 0 && strength <= 1000); in test1_0Strength()
/frameworks/native/opengl/libs/EGL/
Degl_display.cpp380 bool egl_display_t::HibernationMachine::incWakeCount(WakeRefStrength strength) { in incWakeCount() argument
386 if (strength == STRONG) in incWakeCount()
407 void egl_display_t::HibernationMachine::decWakeCount(WakeRefStrength strength) { in decWakeCount() argument
412 if (strength == STRONG) in decWakeCount()
/frameworks/wilhelm/tests/examples/
DslesTestVirtualizerPath.cpp207 SLpermille strength = 0; in TestVirtualizerPathFromFD() local
208 result = (*virtItf)->GetRoundedStrength(virtItf, &strength); in TestVirtualizerPathFromFD()
210 fprintf(stdout, "Rounded strength of virt = %d\n", strength); in TestVirtualizerPathFromFD()
DslesTestBassBoostPath.cpp205 SLpermille strength = 0; in TestBassBoostPathFromFD() local
206 result = (*bbItf)->GetRoundedStrength(bbItf, &strength); in TestBassBoostPathFromFD()
208 fprintf(stdout, "Rounded strength of boost = %d\n", strength); in TestBassBoostPathFromFD()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerSignalTest.java430 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_carrierNetworkChange() local
433 setLevel(strength); in testCarrierNetworkChange_carrierNetworkChange()
437 TelephonyIcons.TELEPHONY_SIGNAL_STRENGTH[1][strength] /* strengthIcon */, in testCarrierNetworkChange_carrierNetworkChange()
453 TelephonyIcons.TELEPHONY_SIGNAL_STRENGTH[1][strength] /* strengthIcon */, in testCarrierNetworkChange_carrierNetworkChange()
/frameworks/wilhelm/src/android/
Dandroid_Effect.cpp275 int16_t strength; in android_bb_init() local
277 BASSBOOST_PARAM_STRENGTH, &strength)) { in android_bb_init()
278 ibb->mStrength = (SLpermille) strength; in android_bb_init()
343 int16_t strength; in android_virt_init() local
345 VIRTUALIZER_PARAM_STRENGTH, &strength)) { in android_virt_init()
346 ivi->mStrength = (SLpermille) strength; in android_virt_init()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp1235 void BassSetStrength(EffectContext *pContext, uint32_t strength){ in BassSetStrength() argument
1238 pContext->pBundledContext->BassStrengthSaved = (int)strength; in BassSetStrength()
1251 ActiveParams.BE_EffectLevel = (LVM_INT16)((15*strength)/1000); in BassSetStrength()
1307 void VirtualizerSetStrength(EffectContext *pContext, uint32_t strength){ in VirtualizerSetStrength() argument
1312 pContext->pBundledContext->VirtStrengthSaved = (int)strength; in VirtualizerSetStrength()
1321 ActiveParams.CS_EffectLevel = (int)((strength*32767)/1000); in VirtualizerSetStrength()
1323 ALOGV("\tVirtualizerSetStrength() (0-1000) -> %d\n", strength ); in VirtualizerSetStrength()
2078 int16_t strength; in BassBoost_setParameter() local
2085 strength = *(int16_t *)pValue; in BassBoost_setParameter()
2088 BassSetStrength(pContext, (int32_t)strength); in BassBoost_setParameter()
[all …]
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_position.jd71 field strength values for each of the three coordinate axes during a single sensor event. Likewise,
118 <td>Geomagnetic field strength along the x axis.</td>
123 <td>Geomagnetic field strength along the y axis.</td>
127 <td>Geomagnetic field strength along the z axis.</td>
132 <td>Geomagnetic field strength (without hard iron calibration) along the x axis.</td>
137 <td>Geomagnetic field strength (without hard iron calibration) along the y axis.</td>
141 <td>Geomagnetic field strength (without hard iron calibration) along the z axis.</td>
346 <p>This sensor provides raw field strength data (in &mu;T) for each of the three coordinate axes.
Dsensors_overview.jd103 properties, such as acceleration, geomagnetic field strength, or angular change. Software-based
/frameworks/base/docs/html/work/
Ddevice-management-policy.jd41 such that it ensures a screen-lock password of sufficient strength is set up before displaying
48 cover screen-lock password strength, expiration timeout, encryption, etc.</p>
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md39 … | | ```level``` | Sets mobile signal strength level (null or 0-4)
/frameworks/base/docs/html/design/handhelds/
Dindex.jd78 strength, on the right. Swipe down from the status bar to show notification details.</p>
/frameworks/base/docs/html/distribute/users/
Dyour-listing.jd116 Many developers start in their country of strength, then expand into new
/frameworks/base/docs/html/about/versions/
Dandroid-2.2-highlights.jd280 that can control security features on the device, such as the minimum password strength, data wipe,
Dandroid-2.2.jd175 such as the minimum password strength, data wipe, and so on. Users can select
Dandroid-3.0-highlights.jd97 <p>Multitasking is a key strength of Android and it is central to the Android 3.0 experience. As us…
Dandroid-4.0-highlights.jd90 <p><strong>Multitasking</strong> is a key strength of Android and it's made even
/frameworks/wilhelm/include/SLES/
DOpenSLES.h2410 SLpermille strength
2499 SLpermille strength
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd513 number generator significantly weakens the strength of the algorithm, and may

12