/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 28 /** Audio recording preset */ 29 /** Audio recording preset key */ 31 /** Audio recording preset values */ 32 /** preset "none" cannot be set, it is used to indicate the current settings
|
/external/lzma/Java/Tukaani/ |
NEWS | 19 when using a preset dictionary. 51 * Fix bugs in the preset dictionary support in the LZMA2 encoder.
|
/external/webrtc/tools/network_emulator/ |
emulate.py | 74 parser.add_option('-p', '--preset', type='int', default=_DEFAULT_PRESET_ID, 104 # Find preset by ID, if specified. 105 if options.preset and not _PRESETS_DICT.has_key(options.preset): 106 parser.error('Invalid preset: %s' % options.preset) 141 # Build a configuration object. Override any preset configuration settings if 143 connection_config = _PRESETS_DICT[options.preset]
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
Editor.java | 197 ImagePreset preset = MasterImage.getImage().getPreset(); local 199 mLocalRepresentation = preset.getFilterRepresentationCopyFrom(filterRepresentation); 210 * Call this to update the preset in MasterImage with the current representation 219 * Call this to update the preset in MasterImage with a given representation. 229 * Call this to update the preset in MasterImage with a collection of FilterRepresentations. 233 ImagePreset preset = MasterImage.getImage().getPreset(); local 234 preset.updateFilterRepresentations(reps); 244 preset.fillImageStateAdapter(MasterImage.getImage().getState());
|
/system/media/audio_effects/include/audio_effects/ |
effect_equalizer.h | 43 EQ_PARAM_CUR_PRESET, // Gets/Sets the current preset. 45 EQ_PARAM_GET_PRESET_NAME, // Gets the preset name based on the index.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
CategoryAdapter.java | 197 public void reflectImagePreset(ImagePreset preset) { 198 if (preset == null) { 204 int pos = preset.getPositionForType(FilterRepresentation.TYPE_FX); 206 rep = preset.getFilterRepresentation(pos); 209 int pos = preset.getPositionForType(FilterRepresentation.TYPE_BORDER); 211 rep = preset.getFilterRepresentation(pos);
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/ |
EditableItem.java | 28 PRESET(R.string.preset, TYPE_DROP_DOWN, CATEGORY_MAIN, 77 if (PRESET.hasValue()) 81 PRESET.setValue(PRESET_BASIC); 121 if (this == PRESET && !PRESET_CUSTOM.equals(value)) 135 if (item != PRESET)
|
/frameworks/wilhelm/tests/examples/ |
slesTestEqFdPath.cpp | 199 SLuint16 nbPresets, preset, nbBands = 0; local 204 /* Start from a preset */ 205 preset = nbPresets > 2 ? 2 : 0; 206 result = (*eqItf)->UsePreset(eqItf, preset); 208 preset = 1977; 209 result = (*eqItf)->GetCurrentPreset(eqItf, &preset); 211 if (SL_EQUALIZER_UNDEFINED == preset) { 212 fprintf(stderr, "Using SL_EQUALIZER_UNDEFINED preset, unexpected here!\n"); 214 fprintf(stdout, "Using preset %d\n", preset); [all...] |
slesTestEqOutputPath.cpp | 203 SLuint16 nbPresets, preset, nbBands = 0; local 208 /* Start from a preset */ 209 preset = nbPresets > 2 ? 2 : 0; 210 result = (*eqOutputItf)->UsePreset(eqOutputItf, preset); 212 preset = 1977; 213 result = (*eqOutputItf)->GetCurrentPreset(eqOutputItf, &preset); 215 if (SL_EQUALIZER_UNDEFINED == preset) { 216 fprintf(stderr, "Using SL_EQUALIZER_UNDEFINED preset, unexpected here!\n"); 218 fprintf(stdout, "Using preset %d\n", preset); [all...] |