Searched defs:level (Results 101 - 125 of 229) sorted by relevance

12345678910

/frameworks/wilhelm/tests/examples/
H A DslesTestSendToPresetReverb.cpp57 SLpermille level; local
58 result = (*caller)->GetFillLevel(caller, &level);
64 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
258 /* Feed the output mix' reverb from the audio player using the given send level */
265 fprintf(stdout, "Set direct level to %dmB\n", directLevel);
269 fprintf(stdout, "Set send level to %dmB\n", sendLevel);
336 fprintf(stdout, "(sendLevel in mB), with a given direct level (in mB).\n");
H A DxaVideoDecoderCapabilities.cpp158 // Map a video codec and level to string
160 const char* videoLevelToString(XAuint32 codec, XAuint32 level) { argument
219 return id_pair_to_string(codec, level, table, sizeof(table) / sizeof(table[0]));
271 /* get the number of profile / level combinations */
274 fprintf(stdout, "decoder %s has %d profile/level combinations:\n\t",
276 /* display the profile / level combinations */
283 XAuint32 level = decDescriptor.levelSetting; local
284 fprintf(stdout, "%u/%u ", profile, level);
287 videoLevelToString(decoder, level));
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp74 SLpermille level; local
75 result = (*caller)->GetFillLevel(caller, &level);
82 && level == 0 && status == SL_PREFETCHSTATUS_UNDERFLOW) {
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp68 SLpermille level = 0; local
69 SLresult res = (*caller)->GetFillLevel(caller, &level); CheckErr(res);
74 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
80 fprintf(stdout, "PrefetchEventCallback: Buffer fill level is = %d\n", level);
217 /* Configure fill level updates every 5 percent */
H A DslesTestLoopUri.cpp68 SLpermille level = 0; local
69 result = (*caller)->GetFillLevel(caller, &level);
75 fprintf(stdout, "\t\tPrefetchEventCallback: Buffer fill level is = %d\n", level);
82 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
208 /* Configure fill level updates every 5 percent */
H A DslesTestManyPlayers.cpp77 SLpermille level = 0; local
79 res = (*caller)->GetFillLevel(caller, &level); CheckErrPlyr(res, *pPlayerId);
84 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
90 fprintf(stdout, "PrefetchEventCallback: Buffer fill level is = %d for player %d\n",
91 level, *pPlayerId);
266 /* Configure fill level updates every 5 percent */
H A DslesTestSlowDownUri.cpp113 SLpermille level = 0; local
114 result = (*caller)->GetFillLevel(caller, &level);
120 fprintf(stdout, "\t\tPrefetchEventCallback: Buffer fill level is = %d\n", level);
127 && level == 0 && status == SL_PREFETCHSTATUS_UNDERFLOW) {
265 /* Configure fill level updates every 5 percent */
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp76 SLpermille level = 0; local
77 (*caller)->GetFillLevel(caller, &level);
82 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
87 fprintf(stdout, "\t\tPrefetchEventCallback: Buffer fill level is = %d\n", level);
/frameworks/wilhelm/tests/sandbox/
H A Dmultiplay.c97 SLpermille level; local
98 result = (*caller)->GetFillLevel(caller, &level);
103 //fprintf(stderr, "PrefetchEventCallback: received event %u, level %u, status %u\n",
104 // event, level, status);
106 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
173 printf("default mix volume level = %d\n", mixVolumeLevelDefault);
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp440 ALOGV("Equalizer_getParameter() EQ_PARAM_BAND_LEVEL band %d, level %d",
540 int32_t level; local
558 level = (int32_t)(*(int16_t *)pValue);
559 ALOGV("setParameter() EQ_PARAM_BAND_LEVEL band %d, level %d", band, level);
564 pEqualizer->setGain(band, level);
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dvad1.cpp439 sub_level -- pointer to type Word16 -- level calculated at the end of
446 scale -- Word16 -- scaling for the level calculation
449 sub_level -- pointer to tyep Word16 -- level of signal calculated from the
454 signal level
465 Purpose : Calculate signal level in a sub-band. Level is calculated
507 Word16 *sub_level, /* i : level calculate at the end of */
509 /* o : level of signal calculated from the last */
515 Word16 scale, /* i : scaling for the level calculation */
521 Word16 level; local
538 level
613 filter_bank( vadState1 *st, Word16 in[], Word16 level[], Flag *pOverflow ) argument
750 update_cntrl( vadState1 *st, Word16 level[], Flag *pOverflow ) argument
1103 noise_estimate_update( vadState1 *st, Word16 level[], Flag *pOverflow ) argument
1478 vad_decision( vadState1 *st, Word16 level[COMPLEN], Word32 pow_sum, Flag *pOverflow ) argument
2294 Word16 level[COMPLEN]; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_cavlc.c759 i32 level[16]; local
800 level[i] = bit & tmp ? -1 : 1;
849 level[i] = (tmp+2)>>1;
854 if ((level[i] > (3 << (suffixLength - 1))) && suffixLength < 6)
858 level[i] = -level[i];
893 /* combining level and run, levelSuffix variable used to hold coeffMap,
896 /*lint -esym(771,level,run) level and run are always initialized */
898 coeffLevel[tmp] = level[totalCoef
[all...]
H A Dh264bsd_macroblock_layer.c172 i32 *level; local
181 level = pMbLayer->residual.level[0];
187 *level++ = (i32)value;
710 i32 (*level)[16];
717 level = pResidual->level;
723 tmp = h264bsdDecodeResidualBlockCavlc(pStrmData, level[24], nc, 16);
745 level[blockIndex] + 1, nc, 15);
751 level[blockInde
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java420 * Returns the average current in mA consumed by the subsystem for the given level.
422 * @param level the level of power at which the subsystem is running. For instance, the
424 * If there is no data for multiple levels, the level is ignored.
427 public double getAveragePower(String type, int level) { argument
432 if (values.length > level && level >= 0) {
433 return values[level];
434 } else if (level < 0 || values.length == 0) {
/frameworks/base/libs/hwui/
H A DRenderNode.cpp89 void RenderNode::output(std::ostream& output, uint32_t level) { argument
98 properties().debugOutputProperties(output, level + 1);
101 mDisplayList->output(output, level);
103 output << std::string(level * 2, ' ') << "/RenderNode(" << getName() << " " << this << ")";
497 // transform properties are applied correctly to top level children
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java118 // Top level views
553 public void onTrimMemory(int level) { argument
556 loader.onTrimMemory(level);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSignalController.java121 * Gets the signal icon for QS based on current state of connected, enabled, and level.
125 return getIcons().mQsIcons[mCurrentState.inetCondition][mCurrentState.level];
134 * Gets the signal icon for SB based on current state of connected, enabled, and level.
138 return getIcons().mSbIcons[mCurrentState.inetCondition][mCurrentState.level];
148 * level.
152 return getIcons().mContentDesc[mCurrentState.level];
260 int level; field in class:SignalController.State
271 level = state.level;
294 .append("level
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DMediaSessions.java106 public void setVolume(Token token, int level) { argument
112 if (D.BUG) Log.d(TAG, "Setting level to " + level);
113 r.controller.setVolumeTo(level, 0);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java436 public Bitmap getTile(int level, int x, int y, Bitmap bitmap) { argument
439 return getTileWithoutReusingBitmap(level, x, y, tileSize);
442 int t = tileSize << level;
449 mOptions.inSampleSize = (1 << level);
467 int level, int x, int y, int tileSize) {
469 int t = tileSize << level;
474 mOptions.inSampleSize = (1 << level);
491 (mOverlapRegion.left - mWantRegion.left) >> level,
492 (mOverlapRegion.top - mWantRegion.top) >> level, null);
466 getTileWithoutReusingBitmap( int level, int x, int y, int tileSize) argument
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java361 public Bitmap getTile(int level, int x, int y, Bitmap bitmap) { argument
368 mCanvas.drawColor(COLORS[level]);
373 tileSize <<= level;
376 mCanvas.drawText(x + "x" + y + " @ " + level, 128, 30, mPaint);
/frameworks/base/telecomm/java/android/telecom/
H A DLog.java367 public static boolean isLoggable(int level) { argument
368 return FORCE_LOGGING || android.util.Log.isLoggable(TAG, level);
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp280 // --verbose=level
283 int level; local
284 if (value.getAsInteger(0, level)) {
289 config_.options().setVerbose(level);
/frameworks/support/compat/ics/android/support/v4/graphics/drawable/
H A DDrawableWrapperApi14.java266 protected boolean onLevelChange(int level) { argument
267 return mDrawable.setLevel(level);
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawableWrapper.java179 protected boolean onLevelChange(int level) { argument
180 return mDrawable.setLevel(level);
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp226 void GenericPlayer::setAuxEffectSendLevel(float level) argument
228 SL_LOGV("GenericPlayer::setAuxEffectSendLevel(level=%g)", level);
230 msg->setFloat(WHATPARAM_SETAUXEFFECTSENDLEVEL, level);

Completed in 339 milliseconds

12345678910