/frameworks/av/media/module/codecs/mp3dec/src/ |
D | pvmp3_get_side_info.cpp | 123 int stereo = (info->mode == MPG_MD_MONO) ? 1 : 2; in pvmp3_get_side_info() local 127 if (stereo == 1) in pvmp3_get_side_info() 151 for (ch = 0; ch < stereo; ch++) in pvmp3_get_side_info() 167 for (ch = 0; ch < stereo; ch++) in pvmp3_get_side_info() 252 if (!bitsAvailable(inputStream, 8 + stereo)) in pvmp3_get_side_info() 258 si->private_bits = getbits_crc(inputStream, stereo, crc, info->error_protection); in pvmp3_get_side_info() 260 for (ch = 0; ch < stereo; ch++) in pvmp3_get_side_info()
|
/frameworks/wilhelm/src/itf/ |
D | IOutputMixExt.cpp | 31 } stereo; typedef 236 stereo *mixBuffer = (stereo *) dstWriter; in IOutputMixExt_FillBuffer() 237 const stereo *source = (const stereo *) track->mReader; in IOutputMixExt_FillBuffer() 243 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) { in IOutputMixExt_FillBuffer() 249 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) { in IOutputMixExt_FillBuffer() 257 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) { in IOutputMixExt_FillBuffer()
|
/frameworks/base/services/core/jni/BroadcastRadio/ |
D | convert.cpp | 68 jfieldID stereo; member 77 jfieldID stereo; member 429 fm.stereo, fm.rds != Rds::NONE, fm.ta, fm.af, fm.ea)); in BandDescriptorFromHal() 434 region, config.type, config.lowerLimit, config.upperLimit, spacing, am.stereo)); in BandDescriptorFromHal() 481 fm.stereo = env->GetBooleanField(jConfig, gjni.FmBandConfig.stereo); in BandConfigToHal() 488 am.stereo = env->GetBooleanField(jConfig, gjni.AmBandConfig.stereo); in BandConfigToHal() 623 if (info10.stereo) flags |= static_cast<jint>(ProgramInfoFlagsExt::STEREO); in ProgramInfoFromHal() 656 gjni.FmBandConfig.stereo = GetFieldIDOrDie(env, fmBandConfigClass, "mStereo", "Z"); in register_android_server_broadcastradio_convert() 667 gjni.AmBandConfig.stereo = GetFieldIDOrDie(env, amBandConfigClass, "mStereo", "Z"); in register_android_server_broadcastradio_convert()
|
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/ |
D | index8 | 4 #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio",NAME="English stereo",LANGUAGE="en",AUTOSELECT=YES,URI="..…
|
D | master_playlist | 2 #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="stereo",LANGUAGE="en",NAME="English",DEFAULT=YES,AUTOSELECT=YES,U… 3 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=258157,CODECS="avc1.4d400d,mp4a.40.2",AUDIO="stereo",RESOL…
|
D | index15 | 3 #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio",NAME="English stereo",LANGUAGE="en",AUTOSELECT=YES,URI="in…
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioManager.java | 803 boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) { in FmBandDescriptor() argument 805 mStereo = stereo; in FmBandDescriptor() 937 boolean stereo) { in AmBandDescriptor() argument 939 mStereo = stereo; in AmBandDescriptor() 1160 boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) { in FmBandConfig() argument 1162 mStereo = stereo; in FmBandConfig() 1405 boolean stereo) { in AmBandConfig() argument 1407 mStereo = stereo; in AmBandConfig()
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | StartSequentialEffectStep.java | 278 DeviceEffectMap(CombinedVibration.Stereo stereo) { in DeviceEffectMap() argument 280 SparseArray<VibrationEffect> stereoEffects = stereo.getEffects(); in DeviceEffectMap()
|
/frameworks/av/media/libaaudio/src/flowgraph/resampler/ |
D | README.md | 25 Here is an example of creating a stereo resampler that will convert from 44100 to 48000 Hz. 82 int channelCount; // 1 for mono, 2 for stereo
|
/frameworks/av/media/audio/aconfig/ |
D | audio.aconfig | 119 description: "Enable stereo channel mask for spatialization."
|
/frameworks/wilhelm/tests/automated/ |
D | BufferQueue_test.cpp | 40 } stereo; typedef 46 static stereo stereoBuffer1[44100 * 1];
|
/frameworks/proto_logging/stats/enums/media/audio/ |
D | enums.proto | 36 * or stereo speakers) built in a device. 130 * or stereo speakers) built in a device, that is specifically tuned
|
/frameworks/av/media/libstagefright/rtsp/fuzzer/ |
D | README.md | 77 … `minptime=`<br/>21. `useinbandfec=`<br/>22. `maxplaybackrate=`<br/>23. `stereo=`<br/>24. `level-a…
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1455 CombinedVibration.Stereo stereo = (CombinedVibration.Stereo) effect; in vibrateCombined() local 1456 SparseArray<VibrationEffect> effects = stereo.getEffects(); in vibrateCombined()
|
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/ |
D | VibratorManagerServiceTest.java | 655 CombinedVibration stereo = CombinedVibration.startParallel() in setAlwaysOnEffect_withNoVibratorWithCapability_ignoresEffect() local 659 assertFalse(service.setAlwaysOnEffect(UID, PACKAGE_NAME, 2, stereo, ALARM_ATTRS)); in setAlwaysOnEffect_withNoVibratorWithCapability_ignoresEffect()
|