Searched refs:level (Results 151 - 175 of 280) sorted by relevance

1234567891011>>

/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java489 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
493 int level,
502 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
506 int level,
516 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
520 int level,
529 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
533 int level,
726 // C function void glFramebufferTexture2D ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level )
733 int level
491 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
504 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
518 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
531 glCopyTexSubImage2D( int target, int level, int xoffset, int yoffset, int x, int y, int width, int height ) argument
1432 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
1496 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
[all...]
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java228 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
232 int level,
241 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
245 int level,
255 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
259 int level,
268 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
272 int level,
1046 // C function void glTexImage2D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels )
1050 int level,
230 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
243 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
257 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
270 glCopyTexSubImage2D( int target, int level, int xoffset, int yoffset, int x, int y, int width, int height ) argument
1048 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
1078 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2.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);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h45 void GLTrace_glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void * data);
46 void GLTrace_glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void * data);
47 void GLTrace_glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
48 void GLTrace_glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
71 void GLTrace_glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
129 void GLTrace_glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void * pixels);
134 void GLTrace_glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels);
168 void GLTrace_glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void * pixels);
169 void GLTrace_glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * pixels);
170 void GLTrace_glCopyTexSubImage3D(GLenum target, GLint level, GLin
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java583 if (result.level > status.rssi5) {
584 status.rssi5 = result.level;
589 if (result.level > status.rssi24) {
590 status.rssi24 = result.level;
605 * - status between and 128 indicate various level of blacklisting depending
1023 if (a.level > b.level) {
1026 if (a.level < b.level) {
1224 sbuf.append(",").append(String.format("%3d", result.level));
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Ddtx.c167 Word16 log_en, gain, level, exp, exp0, tmp; local
232 /* level = (float)( pow( 2.0f, (float)st->log_en_index / 2.625 - 2.0 ) ); */
253 level32 = (level32 << exp0); /* level in Q31 */
255 level = extract_h(level32); /* level in Q15 */
263 /* gain = level / sqrt(ener) * sqrt(L_FRAME) */
272 gain = mult(level, gain); /* gain in Q15 */
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java419 static void trimMemory(int level) { argument
420 nTrimMemory(level);
520 private static native void nTrimMemory(int level); argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java39 * A Drawable that can rotate another Drawable based on the current level value.
41 * arc to the level values range.
368 protected boolean onLevelChange(int level) { argument
369 mState.mDrawable.setLevel(level);
374 (level / MAX_LEVEL);
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp169 // values received from Android framework for buffer fill level use percent,
471 float level = 0.0f; local
472 if (msg->findFloat(WHATPARAM_SETAUXEFFECTSENDLEVEL, &level)) {
475 status = mPlayer->setAuxEffectSendLevel(level);
H A Dandroid_GenericPlayer.h85 void setAuxEffectSendLevel(float level);
149 // for async notifications of prefetch status and cache fill level, needs to be called
189 int16_t mCacheFill; // cache fill level + played back level in permille
190 int16_t mLastNotifiedCacheFill; // last cache fill level communicated to the listener
191 int16_t mCacheFillNotifThreshold; // threshold in cache fill level for cache fill to be reported
/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)) {
/frameworks/av/media/libeffects/testlibs/
H A DEffectEqualizer.cpp437 ALOGV("Equalizer_getParameter() EQ_PARAM_BAND_LEVEL band %d, level %d",
537 int32_t level; local
555 level = (int32_t)(*(int16_t *)pValue);
556 ALOGV("setParameter() EQ_PARAM_BAND_LEVEL band %d, level %d", band, level);
561 pEqualizer->setGain(band, level);
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp619 status_t MediaPlayer::setAuxEffectSendLevel(float level) argument
621 ALOGV("MediaPlayer::setAuxEffectSendLevel(%f)", level);
623 mSendLevel = level;
625 return mPlayer->setAuxEffectSendLevel(level);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_api.h95 /* if profile/level is set to zero, encoder will choose the closest one for you */
97 AVCLevel level; /* level of the bitstream to be compliant with*/ member in struct:tagAVCEncParam
184 encoding parameters against the specified profile/level and the list of supported
204 It follows the CPB spec for a particular level. However, when the users set use_overrun_buffer
209 \return "AVCENC_SUCCESS for success, AVCENC_UNINITIALIZED when level is not known.
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java88 public void onTrimMemory(int level) { argument
90 mEngine.trimMemory(level);
155 public void trimMemory(int level) { argument
156 if (level >= ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW &&
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBatteryController.java125 void onBatteryLevelChanged(int level, boolean pluggedIn, boolean charging); argument
/frameworks/native/cmds/dumpstate/
H A Dutils.c477 char level[10]; local
478 snprintf(level, sizeof(level), "-%d", gzip_level);
479 execlp("gzip", "gzip", level, NULL);
/frameworks/native/opengl/include/GLES3/
H A Dgl31.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...]
/frameworks/av/include/media/
H A DAudioTrack.h337 /* Set the send level for this track. An auxiliary effect should be attached
340 status_t setAuxEffectSendLevel(float level);
341 void getAuxEffectSendLevel(float* level) const;
585 * consider implementing that at application level, based on the low resolution timestamps.
703 size_t mFrameSize; // app-level frame size
H A DMediaProfiles.h100 * the given quality level, or -1 if error.
168 * videoeditor.export.level - export video level
370 ExportVideoProfile(int codec, int profile, int level) argument
371 :mCodec(codec),mProfile(profile),mLevel(level) {}
/frameworks/av/include/media/stagefright/
H A DOMXCodec.h274 // If profile/level is set in the meta data, its value in the meta
357 unsigned *profile, unsigned *level);
360 unsigned *profile, unsigned *level);
379 // Return a vector of componentNames with supported profile/level pairs
383 // profile and level indications only make sense for h.263, mpeg4 and avc
387 // The profile/level values correspond to
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31Ext.spec24 void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level )
/frameworks/base/core/java/android/net/
H A DMobileDataStateTracker.java866 int level;
876 level = ss.getGsmLevel();
880 level = ss.getCdmaLevel();
885 level = ss.getEvdoLevel();
888 level = ss.getLteLevel();
896 return (level * LinkQualityInfo.NORMALIZED_SIGNAL_STRENGTH_RANGE) /
/frameworks/native/opengl/include/GLES/
H A Dgl.h650 GL_API void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
651 GL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
652 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
730 GL_API void GL_APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
735 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h489 GLAPI void APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
490 GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
491 GLAPI void APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
492 GLAPI void APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
571 GLAPI void APIENTRY glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
574 GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);

Completed in 622 milliseconds

1234567891011>>