Searched refs:stereo (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/radio/
H A DHidlUtils.cpp66 halConfig->ext.fm.stereo = config->fm.stereo;
72 halConfig->ext.am.stereo = config->am.stereo;
112 config->fm.stereo = halConfig->ext.fm.stereo;
118 config->am.stereo = halConfig->ext.am.stereo;
130 info->stereo = halInfo->stereo;
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_get_side_info.cpp122 int stereo = (info->mode == MPG_MD_MONO) ? 1 : 2; local
126 if (stereo == 1)
140 for (ch = 0; ch < stereo; ch++)
151 for (ch = 0; ch < stereo; ch++)
217 si->private_bits = getbits_crc(inputStream, stereo, crc, info->error_protection);
219 for (ch = 0; ch < stereo; ch++)
/frameworks/wilhelm/src/itf/
H A DIOutputMixExt.cpp26 // stereo is a frame consisting of a pair of 16-bit PCM samples
31 } stereo; typedef in typeref:struct:__anon2109
167 /** \brief This is the track mixer: fill the specified 16-bit stereo PCM buffer */
173 // Force to be a multiple of a frame, assumes stereo 16-bit PCM
236 stereo *mixBuffer = (stereo *) dstWriter;
237 const stereo *source = (const stereo *) track->mReader;
243 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) {
249 for (j = 0; j < actual; j += sizeof(stereo),
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java465 boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) {
467 mStereo = stereo;
475 * @return {@code true} if stereo is supported, {@code false} otherwise.
591 boolean stereo) {
593 mStereo = stereo;
597 * @return {@code true} if stereo is supported, {@code false} otherwise.
786 boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) {
788 mStereo = stereo;
795 /** Get stereo enable state
960 /** Set stereo enabl
464 FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) argument
590 AmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo) argument
785 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) argument
1017 AmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo) argument
1149 ProgramInfo(int channel, int subChannel, boolean tuned, boolean stereo, boolean digital, int signalStrength, RadioMetadata metadata) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_Radio.cpp173 nBandconfig->band.fm.stereo,
183 nBandconfig->band.am.stereo);
208 nBandconfig->band.fm.stereo,
218 nBandconfig->band.am.stereo);
330 nProgramInfo->tuned, nProgramInfo->stereo,
365 nBandconfig->band.fm.stereo =
375 nBandconfig->band.am.stereo =
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp40 } stereo; typedef in typeref:struct:__anon2177
45 // 1 second of stereo audio at 44.1 kHz
46 static stereo stereoBuffer1[44100 * 1];
311 // create audio player with buffer queue data source in stereo PCM format and ask for mute solo

Completed in 142 milliseconds