Searched refs:level (Results 126 - 150 of 280) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h58 // TODO: Rename to Renderer or some other per-window, top-level manager
90 static void trimMemory(RenderThread& thread, int level);
H A DRenderProxy.h92 ANDROID_API static void trimMemory(int level);
H A DRenderProxy.cpp326 CREATE_BRIDGE2(timMemory, RenderThread* thread, int level) { argument
327 CanvasContext::trimMemory(*args->thread, args->level);
331 void RenderProxy::trimMemory(int level) { argument
337 args->level = level;
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java133 // found profile/level for which we don't have capability estimates
135 // have not found any profile/level for which we don't have capability estimate
141 * For example, what profile/level combinations it supports and what colorspaces
156 // Enumerates supported profile/level combinations as defined
418 * profile} and {@code level}. If the type, or profile-level combination
422 String mime, int profile, int level) {
425 pl.level = level;
1399 switch (profileLevel.level) {
421 createFromProfileLevel( String mime, int profile, int level) argument
2151 public int level; field in class:MediaCodecInfo.CodecProfileLevel
[all...]
H A DAudioTrack.java83 /** Minimum value for a linear gain or auxiliary effect level.
87 /** Maximum value for a linear gain or auxiliary effect level.
873 * consider implementing that at application level, based on low-resolution timestamps.
879 * If you need such features, consider implementing them at application level.
1494 * Sets the send level of the audio track to the attached auxiliary effect
1499 * <p>By default the send level is 0.0f, so even if an effect is attached to the player
1501 * <p>Note that the passed level value is a linear scalar. UI controls should be scaled
1503 * so an appropriate conversion from linear UI input x to level is:
1504 * x == 0 -&gt; level = 0
1505 * 0 &lt; x &lt;= R -&gt; level
1511 setAuxEffectSendLevel(float level) argument
1697 native_setAuxEffectSendLevel(float level) argument
[all...]
/frameworks/wilhelm/tests/mimeUri/
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) {
268 /* Configure fill level updates every 5 percent */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h297 * Performs filling of the coefficient buffer according to the run, level
303 * [in] sign Flag indicating the sign of level
330 * Performs escape mode decision based on the run, run+, level, level+ and
345 * [in] runBeginSingleLevelEntriesL0 The run value from which level
350 * [in] runBeginSingleLevelEntriesL1 The run value from which level
422 * The run value after which level
426 * The run value after which level
492 * [in] level Level value (non-zero value) to be encoded
495 * levelPlus = sign(level)*[ab
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h297 * Performs filling of the coefficient buffer according to the run, level
303 * [in] sign Flag indicating the sign of level
330 * Performs escape mode decision based on the run, run+, level, level+ and
345 * [in] runBeginSingleLevelEntriesL0 The run value from which level
350 * [in] runBeginSingleLevelEntriesL1 The run value from which level
422 * The run value after which level
426 * The run value after which level
492 * [in] level Level value (non-zero value) to be encoded
495 * levelPlus = sign(level)*[ab
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h297 * Performs filling of the coefficient buffer according to the run, level
303 * [in] sign Flag indicating the sign of level
330 * Performs escape mode decision based on the run, run+, level, level+ and
345 * [in] runBeginSingleLevelEntriesL0 The run value from which level
350 * [in] runBeginSingleLevelEntriesL1 The run value from which level
422 * The run value after which level
426 * The run value after which level
492 * [in] level Level value (non-zero value) to be encoded
495 * levelPlus = sign(level)*[ab
[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...]
/frameworks/base/core/java/android/app/
H A DApplication.java122 public void onTrimMemory(int level) { argument
128 ((ComponentCallbacks2)c).onTrimMemory(level);
/frameworks/base/core/java/android/os/
H A DPowerManager.java107 * why the numbering scheme is so odd. If adding a new wake lock level, any unused
112 * Wake lock level: Ensures that the CPU is running; the screen and keyboard
122 * Wake lock level: Ensures that the screen is on (but may be dimmed);
139 * Wake lock level: Ensures that the screen is on at full brightness;
156 * Wake lock level: Ensures that the screen and keyboard backlight are on at
173 * Wake lock level: Turns the screen off when the proximity sensor activates.
186 * to determine whether this wake lock level is supported.
194 * Wake lock level: Put the screen in a low power state and allow the CPU to suspend
208 * Mask for the wake lock level component of a combined wake lock level an
716 isWakeLockLevelSupported(int level) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl114 void setBatteryState(int status, int health, int plugType, int level, int temp, int volt);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp559 extern void setGLDebugLevel(int level);
560 void setTracingLevel(JNIEnv *env, jclass clazz, jint level) argument
562 setGLDebugLevel(level);
646 jint target, jint level, jint internalformat,
681 glCompressedTexImage2D(target, level, internalformat, w, h, border, imageSize, data);
687 glTexImage2D(target, level, internalformat, w, h, border, internalformat, type, p);
695 jint target, jint level, jint xoffset, jint yoffset,
714 glTexSubImage2D(target, level, xoffset, yoffset, w, h, format, type, p);
645 util_texImage2D(JNIEnv *env, jclass clazz, jint target, jint level, jint internalformat, jobject jbitmap, jint type, jint border) argument
694 util_texSubImage2D(JNIEnv *env, jclass clazz, jint target, jint level, jint xoffset, jint yoffset, jobject jbitmap, jint format, jint type) argument
/frameworks/base/media/java/android/media/audiofx/
H A DEqualizer.java53 * Band level range. Parameter ID for OnParameterChangeListener
57 * Band level. Parameter ID for OnParameterChangeListener
124 * @param priority the priority level requested by the application for controlling the Equalizer
189 * Gets the level range for use by {@link #setBandLevel(short,short)}. The level is expressed in
191 * @return the band level range in an array of short integers. The first element is the lower
208 * @param level new gain in millibels that will be set to the given band. getBandLevelRange()
215 public void setBandLevel(short band, short level) argument
222 value[0] = level;
382 * @param param2 additional parameter qualifier (e.g the band for band level paramete
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java154 public void onBatteryLevelChanged(int level, boolean pluggedIn, boolean charging) { argument
155 String percentage = NumberFormat.getPercentInstance().format((double) level / 100.0);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerWifiTest.java102 protected void setWifiLevel(int level) { argument
104 int rssi = (int)(MIN_RSSI + level * amountPerLevel);
/frameworks/base/telecomm/java/android/telecom/
H A DLog.java43 public static boolean isLoggable(int level) { argument
44 return FORCE_LOGGING || android.util.Log.isLoggable(TAG, level);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRowPresenter.java141 * Returns the current selection level of the Row.
298 * Set the current select level to a value between 0 (unselected) and 1 (selected).
300 * respond to changes in the selected level.
302 public final void setSelectLevel(Presenter.ViewHolder vh, float level) { argument
304 rowViewHolder.mSelectLevel = level;
309 * Get the current select level. The value will be between 0 (unselected)
317 * Callback when select level is changed. The default implementation applies
318 * the select level to {@link RowHeaderPresenter#setSelectLevel(RowHeaderPresenter.ViewHolder, float)}
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java167 public void glCompressedTexImage2D(int target, int level, argument
171 mgl.glCompressedTexImage2D(target, level, internalformat, width,
176 public void glCompressedTexSubImage2D(int target, int level, int xoffset, argument
180 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width,
185 public void glCopyTexImage2D(int target, int level, int internalformat, argument
188 mgl.glCopyTexImage2D(target, level, internalformat, x, y, width,
193 public void glCopyTexSubImage2D(int target, int level, int xoffset, argument
196 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width,
779 public void glTexImage2D(int target, int level, int internalformat, argument
783 mgl.glTexImage2D(target, level, internalforma
812 glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels) argument
1461 glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level) argument
[all...]
H A DGLES31.java943 // C function void glBindImageTexture ( GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format )
948 int level,
1019 // C function void glGetTexLevelParameteriv ( GLenum target, GLint level, GLenum pname, GLint *params )
1023 int level,
1029 // C function void glGetTexLevelParameteriv ( GLenum target, GLint level, GLenum pname, GLint *params )
1033 int level,
1038 // C function void glGetTexLevelParameterfv ( GLenum target, GLint level, GLenum pname, GLfloat *params )
1042 int level,
1048 // C function void glGetTexLevelParameterfv ( GLenum target, GLint level, GLenum pname, GLfloat *params )
1052 int level,
945 glBindImageTexture( int unit, int texture, int level, boolean layered, int layer, int access, int format ) argument
1021 glGetTexLevelParameteriv( int target, int level, int pname, int[] params, int offset ) argument
1031 glGetTexLevelParameteriv( int target, int level, int pname, java.nio.IntBuffer params ) argument
1040 glGetTexLevelParameterfv( int target, int level, int pname, float[] params, int offset ) argument
1050 glGetTexLevelParameterfv( int target, int level, int pname, java.nio.FloatBuffer params ) argument
[all...]
/frameworks/av/media/libstagefright/
H A Davc_utils.cpp349 memcpy(out, seqParamSet->data() + 1, 3); // profile/level...
352 uint8_t level = out[2]; local
387 ALOGI("found AVC codec config (%d x %d, %s-profile level %d.%d) "
392 level / 10,
393 level % 10,
397 ALOGI("found AVC codec config (%d x %d, %s-profile level %d.%d)",
401 level / 10,
402 level % 10);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java86 * a battery level or progress level. Some drawables may modify their
87 * imagery based on the current level.
112 * drawables based on its level.
114 * whose overall size is modified based on the current level.
633 * Specify the level for the drawable. This allows a drawable to vary its
635 * or volume level.
637 * <p>If the new level you are supplying causes the appearance of the
642 * @param level The new level, fro
648 setLevel(int level) argument
812 onLevelChange(int level) argument
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java348 * specified level.
350 * @param level The color fade level.
353 public boolean draw(float level) { argument
355 Slog.d(TAG, "drawFrame: level=" + level);
363 return showSurface(1.0f - level);
375 float one_minus_level = 1 - level;
379 float saturation = FloatMath.pow(level, 4);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h398 GL_APICALL void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
399 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
400 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
424 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
482 GL_APICALL void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
487 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
831 GL_APICALL void GL_APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
832 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLin
[all...]

Completed in 3371 milliseconds

1234567891011>>