Searched defs:level (Results 126 - 150 of 229) sorted by relevance

12345678910

/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp129 SLpermille level = 0; local
131 result = (*caller)->GetFillLevel(caller, &level);
138 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
H A DslesTestDecodeAac.cpp161 SLpermille level = 0; local
163 result = (*caller)->GetFillLevel(caller, &level);
168 printf("prefetch level=%d status=0x%x event=%d\n", level, status, event);
171 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
/frameworks/av/media/libstagefright/
H A Davc_utils.cpp391 memcpy(out, seqParamSet->data() + 1, 3); // profile/level...
394 uint8_t level = out[2]; local
429 ALOGI("found AVC codec config (%d x %d, %s-profile level %d.%d) "
434 level / 10,
435 level % 10,
439 ALOGI("found AVC codec config (%d x %d, %s-profile level %d.%d)",
443 level / 10,
444 level % 10);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_macroblock_layer.h147 i32 level[26][16]; member in struct:__anon754
/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java42 * Provides low-level communication with the system window manager for
503 public void trimMemory(int level) { argument
505 if (shouldDestroyEglContext(level)) {
514 level = ComponentCallbacks2.TRIM_MEMORY_COMPLETE;
517 ThreadedRenderer.trimMemory(level);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java346 protected boolean onLevelChange(int level) { argument
347 return mDrawable != null && mDrawable.setLevel(level);
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp582 void CanvasContext::trimMemory(RenderThread& thread, int level) { argument
587 if (level >= TRIM_MEMORY_COMPLETE) {
590 } else if (level >= TRIM_MEMORY_UI_HIDDEN) {
/frameworks/base/media/java/android/media/
H A DPlayerBase.java216 int baseSetAuxEffectSendLevel(float level) { argument
218 mAuxEffectSendLevel = level;
223 return playerSetAuxEffectSendLevel(false/*muting*/, level);
398 abstract int playerSetAuxEffectSendLevel(boolean muting, float level); argument
H A DSoundPool.java86 * play. For each level, there is a set of unique sounds that are used only
87 * by that level. In this case, the game logic should create a new SoundPool
88 * object when the first level is loaded. The level data itself might contain
89 * the list of sounds to be used by this level. The loading logic iterates
108 * <p>In our example, when the player has completed the level, the game
111 * another level, a new SoundPool is created, sounds are loaded, and play
412 int playerSetAuxEffectSendLevel(boolean muting, float level) { argument
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java370 public void onTrimMemory(int level) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java410 public synchronized void onTrimMemory(int level) { argument
411 switch (level) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerBaseTest.java248 public void setCdmaLevel(int level) { argument
249 when(mSignalStrength.getCdmaLevel()).thenReturn(level);
253 public void setLevel(int level) { argument
254 when(mSignalStrength.getLevel()).thenReturn(level);
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java386 void setLogLevel(int level) { argument
387 Slog.i(TAG, "setLogLevel(): " + level);
392 if (level == AutofillManager.FLAG_ADD_CLIENT_VERBOSE) {
394 } else if (level == AutofillManager.FLAG_ADD_CLIENT_DEBUG) {
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java66 * <p>BatteryService monitors the charging status, and charge level of the device
74 * <p>&quot;scale&quot; - int, the maximum value for the charge level</p>
75 * <p>&quot;level&quot; - int, charge level, from 0 through &quot;scale&quot; inclusive</p>
273 * - is just un-plugged (previously was plugged) and battery level is
275 * - is not plugged and battery level falls to WARNING boundary
368 // Let the battery stats keep track of the current level.
398 // battery level has changed; so don't log until it does.
449 // absolutely check to see if we are now above the warning level.
559 Slog.d(TAG, "Sending ACTION_BATTERY_CHANGED. level
648 getIconLocked(int level) argument
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java366 * specified level.
368 * @param level The color fade level.
371 public boolean draw(float level) { argument
373 Slog.d(TAG, "drawFrame: level=" + level);
381 return showSurface(1.0f - level);
393 double one_minus_level = 1 - level;
397 float saturation = (float) Math.pow(level, 4);
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java158 * The detected signal level in dBm, also known as the RSSI.
161 * an absolute signal level which can be displayed to a user.
163 public int level; field in class:ScanResult
246 level = (int) ((double) level * (1 - alpha) + (double) previousRssi * alpha);
436 byte[] osuProviders, String caps, int level, int frequency, long tsf) {
449 this.level = level;
461 public ScanResult(WifiSsid wifiSsid, String BSSID, String caps, int level, int frequency, argument
467 this.level
435 ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, byte[] osuProviders, String caps, int level, int frequency, long tsf) argument
479 ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, int level, int frequency, long tsf, int distCm, int distSdCm, int channelWidth, int centerFreq0, int centerFreq1, boolean is80211McRTTResponder) argument
504 ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, int level, int frequency, long tsf, int distCm, int distSdCm, int channelWidth, int centerFreq0, int centerFreq1, boolean is80211McRTTResponder) argument
[all...]
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java308 protected boolean onLevelChange(int level) { argument
310 return mDelegateDrawable.setLevel(level);
312 return mAnimatedVectorState.mVectorDrawable.setLevel(level);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRowPresenter.java206 * Returns the current selection level of the Row.
523 * Sets the current select level to a value between 0 (unselected) and 1 (selected).
525 * respond to changes in the selected level.
527 public final void setSelectLevel(Presenter.ViewHolder vh, float level) { argument
529 rowViewHolder.mSelectLevel = level;
534 * Returns the current select level. The value will be between 0 (unselected)
542 * Callback when the select level changes. The default implementation applies
543 * the select level to {@link RowHeaderPresenter#setSelectLevel(RowHeaderPresenter.ViewHolder, float)}
/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c194 SLpermille level; local
195 result = (*caller)->GetFillLevel(caller, &level);
202 && level == 0 && status == SL_PREFETCHSTATUS_UNDERFLOW) {
454 printf("Output mix preset reverb: player effect send default direct level = %d\n",
460 printf("Output mix preset reverb: player effect send default send level = %d\n",
476 printf("Output mix preset reverb: player effect send new enabled = %s, direct level"
477 " = %d, send level = %d\n", enabled ? "true" : "false", directLevel, sendLevel);
490 printf("Output mix environmental reverb: player effect send default direct level"
496 printf("Output mix environmental reverb: player effect send default send level"
512 "direct level
[all...]
H A Dxaplay.c96 XApermille level = 0; local
98 result = (*caller)->GetFillLevel(caller, &level);
104 printf("PrefetchEventCallback: Buffer fill level is = %d\n", level);
111 && (level == 0) && (status == XA_PREFETCHSTATUS_UNDERFLOW)) {
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp139 uint8_t level = ptr[3]; local
140 fprintf(stderr, "AVC video profile %d and level %d\n", profile, level);
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp871 // Convert level from OpenSL ES format to LVM format
874 // level level to be applied
878 int16_t ReverbConvertLevel(int16_t level){ argument
897 if(level <= LevelArray[i])
907 // Convert level from OpenSL ES format to LVM format
910 // level level to be applied
953 // Apply the HF level to the Reverb. Must first be converted to LVM format
957 // level leve
961 ReverbSetRoomHfLevel(ReverbContext *pContext, int16_t level) argument
996 int16_t level; local
1034 ReverbSetReverbLevel(ReverbContext *pContext, int16_t level) argument
1079 int16_t level; local
1125 ReverbSetRoomLevel(ReverbContext *pContext, int16_t level) argument
1164 int16_t level; local
1351 ReverbSetDiffusion(ReverbContext *pContext, int16_t level) argument
1421 ReverbSetDensity(ReverbContext *pContext, int16_t level) argument
1756 int16_t level; local
[all...]
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp384 status_t setAuxEffectSendLevel(float level) argument
388 data.writeFloat(level);
H A Dmediaplayer.cpp738 status_t MediaPlayer::setAuxEffectSendLevel(float level) argument
740 ALOGV("MediaPlayer::setAuxEffectSendLevel(%f)", level);
742 mSendLevel = level;
744 return mPlayer->setAuxEffectSendLevel(level);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp129 ALOGE("ConvertOmxAvcLevelToAvcSpecLevel: %d level not supported",
144 ALOGE("ConvertAvcSpecLevelToOmxAvcLevel: %d level not supported",
614 WORD32 level; local
623 level = 50;
625 level = 40;
627 level = 31;
629 level = 30;
631 level = 21;
633 level = 20;
635 mAVCEncLevel = MAX(level, mAVCEncLeve
[all...]

Completed in 1359 milliseconds

12345678910