Searched refs:stereo (Results 1 - 5 of 5) 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:__anon1754
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.java463 boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) {
465 mStereo = stereo;
473 * @return {@code true} if stereo is supported, {@code false} otherwise.
589 boolean stereo) {
591 mStereo = stereo;
595 * @return {@code true} if stereo is supported, {@code false} otherwise.
784 boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) {
786 mStereo = stereo;
793 /** Get stereo enable state
958 /** Set stereo enabl
462 FmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) argument
588 AmBandDescriptor(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo) argument
783 FmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo, boolean rds, boolean ta, boolean af, boolean ea) argument
1015 AmBandConfig(int region, int type, int lowerLimit, int upperLimit, int spacing, boolean stereo) argument
1147 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);
327 nProgramInfo->tuned, nProgramInfo->stereo,
362 nBandconfig->band.fm.stereo =
372 nBandconfig->band.am.stereo =
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp40 } stereo; typedef in typeref:struct:__anon1822
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 2595 milliseconds