Home
last modified time | relevance | path

Searched refs:stereo (Results 1 – 5 of 5) sorted by relevance

/frameworks/wilhelm/src/itf/
DIOutputMixExt.cpp31 } 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/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_get_side_info.cpp122 int stereo = (info->mode == MPG_MD_MONO) ? 1 : 2; in pvmp3_get_side_info() local
126 if (stereo == 1) in pvmp3_get_side_info()
140 for (ch = 0; ch < stereo; ch++) in pvmp3_get_side_info()
151 for (ch = 0; ch < stereo; ch++) in pvmp3_get_side_info()
217 si->private_bits = getbits_crc(inputStream, stereo, crc, info->error_protection); in pvmp3_get_side_info()
219 for (ch = 0; ch < stereo; ch++) in pvmp3_get_side_info()
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.cpp68 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/base/core/java/android/hardware/radio/
DRadioManager.java716 boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) { in FmBandDescriptor() argument
718 mStereo = stereo; in FmBandDescriptor()
844 boolean stereo) { in AmBandDescriptor() argument
846 mStereo = stereo; in AmBandDescriptor()
1053 boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) { in FmBandConfig() argument
1055 mStereo = stereo; in FmBandConfig()
1287 boolean stereo) { in AmBandConfig() argument
1289 mStereo = stereo; in AmBandConfig()
/frameworks/wilhelm/tests/automated/
DBufferQueue_test.cpp40 } stereo; typedef
46 static stereo stereoBuffer1[44100 * 1];