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

1234567

/frameworks/av/include/media/
H A DMediaProfiles.h89 * the given quality level, or -1 if error.
157 * videoeditor.export.level - export video level
359 ExportVideoProfile(int codec, int profile, int level) argument
360 :mCodec(codec),mProfile(profile),mLevel(level) {}
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp1516 // level level to be applied
1520 int VolumeSetVolumeLevel(EffectContext *pContext, int16_t level){ argument
1522 if (level > 0 || level < -9600) {
1527 pContext->pBundledContext->levelSaved = level / 100;
1529 pContext->pBundledContext->volume = level / 100;
1547 int VolumeGetVolumeLevel(EffectContext *pContext, int16_t *level){ argument
1550 *level = pContext->pBundledContext->levelSaved * 100;
1552 *level
2211 int32_t level; local
2384 int16_t level; local
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp892 // Convert level from OpenSL ES format to LVM format
895 // level level to be applied
899 int16_t ReverbConvertLevel(int16_t level){ argument
918 if(level <= LevelArray[i])
928 // Convert level from OpenSL ES format to LVM format
931 // level level to be applied
974 // Apply the HF level to the Reverb. Must first be converted to LVM format
978 // level leve
982 ReverbSetRoomHfLevel(ReverbContext *pContext, int16_t level) argument
1017 int16_t level; local
1055 ReverbSetReverbLevel(ReverbContext *pContext, int16_t level) argument
1100 int16_t level; local
1146 ReverbSetRoomLevel(ReverbContext *pContext, int16_t level) argument
1185 int16_t level; local
1372 ReverbSetDiffusion(ReverbContext *pContext, int16_t level) argument
1442 ReverbSetDensity(ReverbContext *pContext, int16_t level) argument
1778 int16_t level; local
[all...]
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp541 status_t AudioTrack::setAuxEffectSendLevel(float level) argument
543 ALOGV("setAuxEffectSendLevel(%f)", level);
544 if (level < 0.0f || level > 1.0f) {
549 mSendLevel = level;
551 mCblk->setSendLevel(level);
556 void AudioTrack::getAuxEffectSendLevel(float* level) const
558 if (level != NULL) {
559 *level = mSendLevel;
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java513 int level = data.readInt();
514 scheduleTrimMemory(level);
1137 public void scheduleTrimMemory(int level) throws RemoteException { argument
1140 data.writeInt(level);
H A DFragmentManager.java1896 public void dispatchTrimMemory(int level) { argument
1901 f.performTrimMemory(level);
H A DFragment.java1349 public void onTrimMemory(int level) { argument
1763 void performTrimMemory(int level) { argument
1764 onTrimMemory(level);
1766 mChildFragmentManager.dispatchTrimMemory(level);
H A DIApplicationThread.java127 void scheduleTrimMemory(int level) throws RemoteException; argument
/frameworks/base/core/java/android/view/
H A DViewDebug.java249 * When retrieveReturn is true, we need to retrieve second level methods
253 * @return true if we need the second level methods
272 * @param level The indentation level
274 public void dumpViewHierarchyWithProperties(BufferedWriter out, int level); argument
808 BufferedWriter out, int level) {
809 if (!dumpViewWithProperties(context, group, out, level)) {
817 dumpViewHierarchyWithProperties(context, (ViewGroup) view, out, level + 1);
819 dumpViewWithProperties(context, view, out, level + 1);
823 ((HierarchyHandler)group).dumpViewHierarchyWithProperties(out, level
807 dumpViewHierarchyWithProperties(Context context, ViewGroup group, BufferedWriter out, int level) argument
827 dumpViewWithProperties(Context context, View view, BufferedWriter out, int level) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DImageView.java440 * Sets the image level, when it is constructed from a
443 * @param level The new level for the image.
446 public void setImageLevel(int level) { argument
447 mLevel = level;
449 mDrawable.setLevel(level);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java359 * <p>Sets whether or not this drawable will honor its <code>level</code>
365 * @param useLevel True if this drawable should honor its level, false otherwise
671 protected boolean onLevelChange(int level) { argument
672 super.onLevelChange(level);
707 final float level = st.mUseLevel ? (float) getLevel() / 10000.0f : 1.0f;
711 x1 = x0; y1 = level * r.bottom;
715 x1 = level * r.left; y1 = level * r.bottom;
719 x1 = level * r.left; y1 = y0;
723 x1 = level *
[all...]
/frameworks/base/media/java/android/media/
H A DAudioTrack.java1066 * Sets the send level of the audio track to the attached auxiliary effect
1067 * {@link #attachAuxEffect(int)}. The level value range is 0 to 1.0.
1068 * <p>By default the send level is 0, so even if an effect is attached to the player
1070 * <p>Note that the passed level value is a raw scalar. UI controls should be scaled
1072 * so an appropriate conversion from linear UI input x to level is:
1073 * x == 0 -&gt; level = 0
1074 * 0 &lt; x &lt;= R -&gt; level = 10^(72*(x-R)/20/R)
1076 * @param level send level scalar
1080 public int setAuxEffectSendLevel(float level) { argument
1255 native_setAuxEffectSendLevel(float level) argument
[all...]
H A DMediaCodecInfo.java206 public int level; field in class:MediaCodecInfo.CodecProfileLevel
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp691 android_media_MediaPlayer_setAuxEffectSendLevel(JNIEnv *env, jobject thiz, jfloat level) argument
693 ALOGV("setAuxEffectSendLevel: level %f", level);
699 process_media_player_call( env, thiz, mp->setAuxEffectSendLevel(level), NULL, NULL );
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java147 int level,
158 int level,
205 int level
145 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
156 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java513 public void onBatteryLevelChanged(int level, boolean pluggedIn) { argument
514 mBatteryState.batteryLevel = level;
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc791 SLpermille level = 0; local
793 OpenSL(caller, GetFillLevel, &level);
796 (level == 0) &&
/frameworks/native/opengl/libagl/
H A Dtexture.cpp36 void generateMipmap(ogles_context_t* c, GLint level);
362 GGLSurface** outSurface, int32_t* outSize, GLint level,
383 if (level > 0) {
386 status_t err = tex->reallocate(level,
390 GGLSurface& surface = tex->editMip(level);
397 status_t err = tex->reallocate(level,
451 static void decodePalette4(const GLvoid *data, int level, int width, int height, argument
487 for (int i=0 ; i<level ; i++) {
492 width = (width >> level) ? : 1;
493 height = (height >> level)
361 createTextureSurface(ogles_context_t* c, GGLSurface** outSurface, int32_t* outSize, GLint level, GLenum format, GLenum type, GLsizei width, GLsizei height, GLenum compressedFormat = 0) argument
617 generateMipmap(ogles_context_t* c, GLint level) argument
1056 glCompressedTexImage2D( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java32 * introduced after API level 4 in a backwards compatible fashion.
263 * level parameter for when the icon is a {@link android.graphics.drawable.LevelListDrawable
267 * @param level The level to use for the icon.
271 public Builder setSmallIcon(int icon, int level) { argument
273 mNotification.iconLevel = level;
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp333 snprintf(buffer, 255, " aux effect id(%d), send level (%f)\n",
986 status_t MediaPlayerService::Client::setAuxEffectSendLevel(float level) argument
988 ALOGV("[%d] setAuxEffectSendLevel(%f)", mConnId, level);
990 if (mAudioOutput != 0) return mAudioOutput->setAuxEffectSendLevel(level);
1616 status_t MediaPlayerService::AudioOutput::setAuxEffectSendLevel(float level) argument
1618 ALOGV("setAuxEffectSendLevel(%f)", level);
1619 mSendLevel = level;
1621 return mTrack->setAuxEffectSendLevel(level);
H A DStagefrightRecorder.cpp484 status_t StagefrightRecorder::setParamVideoEncoderLevel(int32_t level) { argument
485 ALOGV("setParamVideoEncoderLevel: %d", level);
489 mVideoEncoderLevel = level;
660 } else if (key == "video-param-encoder-level") {
661 int32_t level; local
662 if (safe_strtoi32(value.string(), &level)) {
663 return setParamVideoEncoderLevel(level);
1757 snprintf(buffer, SIZE, " Encoder level: %d\n", mVideoEncoderLevel);
/frameworks/av/media/libstagefright/
H A DACodec.cpp967 if (!msg->findInt32("flac-compression-level", &compressionLevel)) {
968 compressionLevel = 5;// default FLAC compression level
970 ALOGW("compression level %d outside [0..8] range, using 0", compressionLevel);
973 ALOGW("compression level %d outside [0..8] range, using 8", compressionLevel);
1272 // configure compression level
1740 int32_t level; local
1741 if (!msg->findInt32("level", &level)) {
1745 err = verifySupportForProfileAndLevel(profile, level);
1752 mpeg4type.eLevel = static_cast<OMX_VIDEO_MPEG4LEVELTYPE>(level);
1811 int32_t level; local
1892 int32_t level; local
1955 verifySupportForProfileAndLevel( int32_t profile, int32_t level) argument
[all...]
/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/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h126 /* profile and level */
127 int32 profile_level_id; /* 8-bit profile and level */ // 6/17/04
162 int level; member in struct:tagTcoef
183 uint8 level; member in struct:tagVLCtab2
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp142 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream);
143 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream);
144 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream);
145 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream);
154 Int PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream);
155 Int PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream);
156 Int PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream);
157 Int PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream);
159 Int PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream);
160 Int PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVide
291 PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
311 PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
333 PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
365 PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
393 PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
449 PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
483 PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
545 PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
580 PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
609 PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
638 PutRunCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
688 PutRunCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
729 PutLevelCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
756 PutLevelCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
783 PutLevelCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
829 PutLevelCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
1436 Int level; local
1509 Int level; local
1578 Int level; local
1792 Int level; local
[all...]

Completed in 2583 milliseconds

1234567