Searched refs:level (Results 201 - 225 of 280) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_int.h166 int QP; /* quantization level for current frame, = rc->Qc*/
167 int prev_QP; /* quantization level for previous frame */
168 int prev_prev_QP; /* quantization level for previous frame before last*/
177 /* 3 : macroblock level rate control */
265 int Qc; /*quantization level used for the current frame. */
273 int Ql; /*quantization level used in the previous frame */
275 int B; /*current buffer level e.g., R/4 - start from the middle of the buffer */
389 int level[24][16], run[24][16]; /* scratch memory */ member in struct:tagEncObject
/frameworks/base/core/java/android/app/
H A DFragment.java1410 public void onTrimMemory(int level) { argument
2121 void performTrimMemory(int level) { argument
2122 onTrimMemory(level);
2124 mChildFragmentManager.dispatchTrimMemory(level);
H A DIApplicationThread.java132 void scheduleTrimMemory(int level) throws RemoteException; argument
/frameworks/base/core/java/android/util/
H A DLog.java196 * Checks to see whether or not a log for the specified tag is loggable at the specified level.
198 * The default level of any tag is set to INFO. This means that any level above and including
200 * if your tag should be logged. You can change the default level by setting a system property:
202 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
209 * @param level The level to check.
213 public static native boolean isLoggable(String tag, int level); argument
248 * The error will always be logged at level ASSERT with the call stack.
346 * Low-level loggin
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java249 public void dumpViewHierarchyWithProperties(BufferedWriter out, int level); argument
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java59 * <p>BatteryService monitors the charging status, and charge level of the device
67 * <p>&quot;scale&quot; - int, the maximum value for the charge level</p>
68 * <p>&quot;level&quot; - int, charge level, from 0 through &quot;scale&quot; inclusive</p>
246 * - is just un-plugged (previously was plugged) and battery level is
248 * - is not plugged and battery level falls to WARNING boundary
337 // Let the battery stats keep track of the current level.
363 // battery level has changed; so don't log until it does.
414 // absolutely check to see if we are now above the warning level.
508 Slog.d(TAG, "Sending ACTION_BATTERY_CHANGED. level
593 getIconLocked(int level) argument
[all...]
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp163 SLpermille level = 0; local
165 result = (*caller)->GetFillLevel(caller, &level);
170 printf("prefetch level=%d status=0x%x event=%d\n", level, status, event);
173 && (level == 0) && (status == SL_PREFETCHSTATUS_UNDERFLOW)) {
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c95 XApermille level = 0; local
97 result = (*caller)->GetFillLevel(caller, &level);
103 printf("PrefetchEventCallback: Buffer fill level is = %d\n", level);
110 && (level == 0) && (status == XA_PREFETCHSTATUS_UNDERFLOW)) {
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java813 int colorFilter, PorterDuff.Mode mode, int level) {
819 this.level = level;
833 level = parcel.readInt();
848 dest.writeInt(level);
873 if (level != -1) {
874 targetDrawable.setLevel(level);
887 int level; field in class:RemoteViews.SetDrawableParameters
2214 * @param level Specify the level fo
812 SetDrawableParameters(int id, boolean targetBackground, int alpha, int colorFilter, PorterDuff.Mode mode, int level) argument
2217 setDrawableParameters(int viewId, boolean targetBackground, int alpha, int colorFilter, PorterDuff.Mode mode, int level) argument
[all...]
H A DImageView.java270 * <p><strong>Note:</strong> If the application targets API level 17 or lower,
567 * Sets the image level, when it is constructed from a
570 * @param level The new level for the image.
573 public void setImageLevel(int level) { argument
574 mLevel = level;
576 mDrawable.setLevel(level);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp63 static void setLogLevel(int level) { argument
64 android_atomic_write(level, &gLogLevel);
1708 // change logging level
1714 int level = atoi(levelStr.string()); local
1715 result = String8::format("\nSetting log level to %d.\n", level);
1716 setLogLevel(level);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp377 /* void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) */
380 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels_buf) {
393 (GLint)level,
408 /* void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei offset ) */
411 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jint offset) {
414 (GLint)level,
426 /* void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels ) */
429 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels_buf) {
442 (GLint)level,
458 /* void glTexSubImage3D ( GLenum target, GLint level, GLin
379 android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels_buf) argument
410 android_glTexImage3D__IIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jint offset) argument
428 android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels_buf) argument
460 android_glTexSubImage3D__IIIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jint offset) argument
479 android_glCopyTexSubImage3D__IIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint x, jint y, jint width, jint height) argument
496 android_glCompressedTexImage3D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jobject data_buf) argument
526 android_glCompressedTexImage3D__IIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jint offset) argument
543 android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jobject data_buf) argument
575 android_glCompressedTexSubImage3D__IIIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jint offset) argument
1431 android_glFramebufferTextureLayer__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level, jint layer) argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1918 // Flag in delta int: a new battery level int follows.
2262 // record changes to the battery level and the most interesting states.
2264 // record changes to the battery level.
2377 // record changes to the battery level and the most interesting states.
2379 // record changes to the battery level.
6817 final int oldStatus, final int level) {
6828 // battery was last full, or the level is at 100, or
6830 // level to a now very high level).
6833 || level >
6816 setOnBatteryLocked(final long mSecRealtime, final long mSecUptime, final boolean onBattery, final int oldStatus, final int level) argument
6993 setBatteryState(int status, int health, int plugType, int level, int temp, int volt) argument
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp1551 if (!msg->findInt32("aac-encoded-target-level", &drc.encodedTargetLevel)) {
1555 if (!msg->findInt32("aac-drc-cut-level", &drc.drcCut)) {
1559 if (!msg->findInt32("aac-drc-boost-level", &drc.drcBoost)) {
1567 if (!msg->findInt32("aac-target-ref-level", &drc.targetRefLevel)) {
1604 "flac-compression-level", &compressionLevel)) {
1605 compressionLevel = 5; // default FLAC compression level
1607 ALOGW("compression level %d outside [0..8] range, "
1612 ALOGW("compression level %d outside [0..8] range, "
2059 // configure compression level
2667 int32_t level; local
2738 int32_t level; local
2871 int32_t level; local
2965 int32_t level; local
3070 verifySupportForProfileAndLevel( int32_t profile, int32_t level) argument
[all...]
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp265 status_t setAuxEffectSendLevel(float level) argument
269 data.writeFloat(level);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h113 status_t setAuxEffectSendLevel(float level);
359 virtual status_t setAuxEffectSendLevel(float level);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java70 // Top level views
239 // Update the top level view's visibilities
511 public void onTrimMemory(int level) { argument
514 loader.onTrimMemory(level);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec65 void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level )
/frameworks/support/v17/leanback/
H A DAndroid.mk33 # Base sub-library contains classes both needed by api-level specific libraries
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DRowsFragment.java87 float level = mSelectLevelAnimStart + fraction * mSelectLevelAnimDelta;
88 mRowPresenter.setSelectLevel(mRowViewHolder, level);
H A DRowsSupportFragment.java89 float level = mSelectLevelAnimStart + fraction * mSelectLevelAnimDelta;
90 mRowPresenter.setSelectLevel(mRowViewHolder, level);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchBar.java582 int level = rmsdB < 0 ? 0 : (int)(10 * rmsdB);
583 mSpeechOrbView.setSoundLevel(level);
/frameworks/av/include/media/stagefright/
H A DACodec.h84 // some OMX components as auto level, and by others as invalid level.
309 status_t verifySupportForProfileAndLevel(int32_t profile, int32_t level);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h140 Int level[64]; /* Abs(level) */ member in struct:tagRunLevelBlock
141 Int s[64]; /* sign level */
185 Int LayerMaxMbsPerSec[4]; /* Maximum mbs per second, according to the specified profile and level */
186 Int LayerMaxBufferSize[4]; /* Maximum buffer size, according to the specified profile and level */
229 Int profile_table_index; /* index for profile and level tables given the specified profile and level */
265 Int QP; /* quantization level for current frame, = rc->Qc*/
266 Int prev_QP; /* quantization level for previous frame */
267 Int prev_prev_QP; /* quantization level fo
[all...]
/frameworks/webview/chromium/tools/
H A Dmerge_to_android.py377 logging.basicConfig(format='%(message)s', level=logging.DEBUG,

Completed in 893 milliseconds

1234567891011>>