HomeSort by relevance Sort by last modified time
    Searched refs:AUDIO_FORMAT_PCM_16_BIT (Results 1 - 25 of 55) sorted by null

1 2 3

  /device/asus/grouper/
audio_policy.conf 28 formats AUDIO_FORMAT_PCM_16_BIT
37 formats AUDIO_FORMAT_PCM_16_BIT
47 formats AUDIO_FORMAT_PCM_16_BIT
57 formats AUDIO_FORMAT_PCM_16_BIT
63 formats AUDIO_FORMAT_PCM_16_BIT
  /device/samsung/tuna/audio/
audio_policy.conf 28 formats AUDIO_FORMAT_PCM_16_BIT
35 formats AUDIO_FORMAT_PCM_16_BIT
42 formats AUDIO_FORMAT_PCM_16_BIT
51 formats AUDIO_FORMAT_PCM_16_BIT
61 formats AUDIO_FORMAT_PCM_16_BIT
71 formats AUDIO_FORMAT_PCM_16_BIT
77 formats AUDIO_FORMAT_PCM_16_BIT
  /device/moto/wingray/libaudio/
audio_policy.conf 28 formats AUDIO_FORMAT_PCM_16_BIT
37 formats AUDIO_FORMAT_PCM_16_BIT
47 formats AUDIO_FORMAT_PCM_16_BIT
57 formats AUDIO_FORMAT_PCM_16_BIT
63 formats AUDIO_FORMAT_PCM_16_BIT
  /device/samsung/crespo/libaudio/
audio_policy.conf 28 formats AUDIO_FORMAT_PCM_16_BIT
37 formats AUDIO_FORMAT_PCM_16_BIT
47 formats AUDIO_FORMAT_PCM_16_BIT
57 formats AUDIO_FORMAT_PCM_16_BIT
63 formats AUDIO_FORMAT_PCM_16_BIT
  /hardware/libhardware_legacy/audio/
audio_policy.conf 32 formats AUDIO_FORMAT_PCM_16_BIT
41 formats AUDIO_FORMAT_PCM_16_BIT
  /device/ti/panda/audio/
audio_policy.conf 28 formats AUDIO_FORMAT_PCM_16_BIT
37 formats AUDIO_FORMAT_PCM_16_BIT
47 formats AUDIO_FORMAT_PCM_16_BIT
  /frameworks/wilhelm/src/android/
android_sles_conversions.h 50 return AUDIO_FORMAT_PCM_16_BIT;
  /external/webkit/Source/WebKit/android/plugins/
ANPSoundInterface.cpp 43 case AUDIO_FORMAT_PCM_16_BIT:
55 return AUDIO_FORMAT_PCM_16_BIT;
  /frameworks/av/media/libeffects/testlibs/
AudioFormatAdapter.h 128 if (mPcmFormat == AUDIO_FORMAT_PCM_16_BIT) {
146 if (mPcmFormat == AUDIO_FORMAT_PCM_16_BIT) {
EffectEqualizer.cpp 255 || pConfig->inputCfg.format == AUDIO_FORMAT_PCM_16_BIT);
324 pContext->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
332 pContext->config.outputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
  /frameworks/av/services/audioflinger/
AudioStreamInSource.cpp 46 if (streamFormat == AUDIO_FORMAT_PCM_16_BIT) {
AudioStreamOutSink.cpp 43 if (streamFormat == AUDIO_FORMAT_PCM_16_BIT) {
  /system/core/include/system/
audio.h 145 AUDIO_FORMAT_PCM_16_BIT = (AUDIO_FORMAT_PCM |
473 if (format != AUDIO_FORMAT_PCM_16_BIT &&
504 case AUDIO_FORMAT_PCM_16_BIT:
  /external/srec/audio/AudioIn/UNIX/src/
audioinwrapper.cpp 101 AUDIO_FORMAT_PCM_16_BIT,
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 61 AUDIO_FORMAT_PCM_16_BIT, AUDIO_CHANNEL_IN_MONO,
  /external/quake/quake/src/WinQuake/
snd_android.cpp 631 BITS_PER_SAMPLE == 16 ? AUDIO_FORMAT_PCM_16_BIT : AUDIO_FORMAT_PCM_8_BIT, // format (8 or 16)
643 LOGI("AudioTrack format = %u bits\n", gAudioTrack.format() == AUDIO_FORMAT_PCM_16_BIT ? 16 : 8);
654 shm->samplebits = gAudioTrack.format() == AUDIO_FORMAT_PCM_16_BIT ? 16 : 8;
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 107 if (pConfig->inputCfg.format != AUDIO_FORMAT_PCM_16_BIT) return -EINVAL;
153 pContext->mConfig.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
161 pContext->mConfig.outputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
  /gdk/samples/quake/jni/
snd_android.cpp 631 BITS_PER_SAMPLE == 16 ? AUDIO_FORMAT_PCM_16_BIT : AUDIO_FORMAT_PCM_8_BIT, // format (8 or 16)
643 LOGI("AudioTrack format = %u bits\n", gAudioTrack.format() == AUDIO_FORMAT_PCM_16_BIT ? 16 : 8);
654 shm->samplebits = gAudioTrack.format() == AUDIO_FORMAT_PCM_16_BIT ? 16 : 8;
  /frameworks/av/include/media/
MediaPlayerInterface.h 101 audio_format_t format=AUDIO_FORMAT_PCM_16_BIT,
  /hardware/libhardware/include/hardware/
audio.h 109 * audio_format_t enum e.g: "sup_formats=AUDIO_FORMAT_PCM_16_BIT" */
156 * Return the audio format - e.g. AUDIO_FORMAT_PCM_16_BIT
299 case AUDIO_FORMAT_PCM_16_BIT:
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 72 uint32_t frameSize() const { return popcount(channels())*((format()==AUDIO_FORMAT_PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
  /frameworks/av/media/libstagefright/
AudioSource.cpp 63 AUDIO_FORMAT_PCM_16_BIT,
81 inputSource, sampleRate, AUDIO_FORMAT_PCM_16_BIT,
AudioPlayer.cpp 132 mSampleRate, numChannels, channelMask, AUDIO_FORMAT_PCM_16_BIT,
165 AUDIO_STREAM_MUSIC, mSampleRate, AUDIO_FORMAT_PCM_16_BIT, audioMask,
  /hardware/libhardware/modules/audio/
audio_hw.c 65 return AUDIO_FORMAT_PCM_16_BIT;
158 return AUDIO_FORMAT_PCM_16_BIT;
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 191 AUDIO_FORMAT_PCM_16_BIT : AUDIO_FORMAT_PCM_8_BIT;
519 AUDIO_FORMAT_PCM_16_BIT : AUDIO_FORMAT_PCM_8_BIT),

Completed in 432 milliseconds

1 2 3