Searched defs:stereo (Results 1 - 4 of 4) sorted by relevance

/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.c26 // stereo is a frame consisting of a pair of 16-bit PCM samples
31 } stereo; typedef in typeref:struct:__anon1665
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/wilhelm/tests/automated/
H A DBufferQueue_test.cpp40 } stereo; typedef in typeref:struct:__anon1733
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
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java462 boolean stereo, boolean rds, boolean ta, boolean af) {
464 mStereo = stereo;
471 * @return {@code true} if stereo is supported, {@code false} otherwise.
574 boolean stereo) {
576 mStereo = stereo;
580 * @return {@code true} if stereo is supported, {@code false} otherwise.
767 boolean stereo, boolean rds, boolean ta, boolean af) {
769 mStereo = stereo;
775 /** Get stereo enable state
924 /** Set stereo enabl
461 FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo, boolean rds, boolean ta, boolean af) argument
573 AmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo) argument
766 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo, boolean rds, boolean ta, boolean af) argument
972 AmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo) argument
1104 ProgramInfo(int channel, int subChannel, boolean tuned, boolean stereo, boolean digital, int signalStrength, RadioMetadata metadata) argument
[all...]

Completed in 662 milliseconds