Searched refs:stereo (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/services/radio/ |
D | HidlUtils.cpp | 66 halConfig->ext.fm.stereo = config->fm.stereo; in convertBandConfigToHal() 72 halConfig->ext.am.stereo = config->am.stereo; in convertBandConfigToHal() 112 config->fm.stereo = halConfig->ext.fm.stereo; in convertBandConfigFromHal() 118 config->am.stereo = halConfig->ext.am.stereo; in convertBandConfigFromHal() 130 info->stereo = halInfo->stereo; in convertProgramInfoFromHal()
|
/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/av/media/libstagefright/codecs/mp3dec/src/ |
D | pvmp3_get_side_info.cpp | 122 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/core/java/android/hardware/radio/ |
D | RadioManager.java | 465 boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) { in FmBandDescriptor() argument 467 mStereo = stereo; in FmBandDescriptor() 591 boolean stereo) { in AmBandDescriptor() argument 593 mStereo = stereo; in AmBandDescriptor() 786 boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) { in FmBandConfig() argument 788 mStereo = stereo; in FmBandConfig() 1018 boolean stereo) { in AmBandConfig() argument 1020 mStereo = stereo; in AmBandConfig() 1149 ProgramInfo(int channel, int subChannel, boolean tuned, boolean stereo, in ProgramInfo() argument 1154 mStereo = stereo; in ProgramInfo()
|
/frameworks/base/core/jni/ |
D | android_hardware_Radio.cpp | 173 nBandconfig->band.fm.stereo, in convertBandDescriptorFromNative() 183 nBandconfig->band.am.stereo); in convertBandDescriptorFromNative() 208 nBandconfig->band.fm.stereo, in convertBandConfigFromNative() 218 nBandconfig->band.am.stereo); in convertBandConfigFromNative() 330 nProgramInfo->tuned, nProgramInfo->stereo, in convertProgramInfoFromNative() 365 nBandconfig->band.fm.stereo = in convertBandConfigToNative() 375 nBandconfig->band.am.stereo = in convertBandConfigToNative()
|
/frameworks/wilhelm/tests/automated/ |
D | BufferQueue_test.cpp | 40 } stereo; typedef 46 static stereo stereoBuffer1[44100 * 1];
|