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

1 2 3

  /device/asus/flo/
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
87 formats AUDIO_FORMAT_PCM_16_BIT
95 formats AUDIO_FORMAT_PCM_16_BIT
  /device/samsung/manta/
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
87 formats AUDIO_FORMAT_PCM_16_BIT
95 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/lge/mako/
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
87 formats AUDIO_FORMAT_PCM_16_BIT
95 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
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.h 39 #define AUDIO_STREAM_DEFAULT_FORMAT AUDIO_FORMAT_PCM_16_BIT
  /external/webkit/Source/WebKit/android/plugins/
ANPSoundInterface.cpp 44 case AUDIO_FORMAT_PCM_16_BIT:
56 return AUDIO_FORMAT_PCM_16_BIT;
75 dst.format = toANPFormat(AUDIO_FORMAT_PCM_16_BIT);
  /frameworks/wilhelm/src/android/
android_sles_conversions.h 50 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 238 || pConfig->inputCfg.format == AUDIO_FORMAT_PCM_16_BIT);
307 pContext->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
315 pContext->config.outputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
  /frameworks/av/media/libnbaio/
AudioStreamInSource.cpp 46 if (streamFormat == AUDIO_FORMAT_PCM_16_BIT) {
AudioStreamOutSink.cpp 43 if (streamFormat == AUDIO_FORMAT_PCM_16_BIT) {
  /device/generic/goldfish/audio/
audio_hw.c 88 return AUDIO_FORMAT_PCM_16_BIT;
244 return AUDIO_FORMAT_PCM_16_BIT;
386 if ((config->format != AUDIO_FORMAT_PCM_16_BIT) ||
391 config->format = AUDIO_FORMAT_PCM_16_BIT;
538 if ((config->format != AUDIO_FORMAT_PCM_16_BIT) ||
543 config->format = AUDIO_FORMAT_PCM_16_BIT;
  /system/core/include/system/
audio.h 148 AUDIO_FORMAT_PCM_16_BIT = (AUDIO_FORMAT_PCM |
513 if (format != AUDIO_FORMAT_PCM_16_BIT &&
544 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;
  /frameworks/av/include/media/
MediaPlayerInterface.h 98 audio_format_t format=AUDIO_FORMAT_PCM_16_BIT,
  /hardware/libhardware/include/hardware/
audio.h 111 * audio_format_t enum e.g: "sup_formats=AUDIO_FORMAT_PCM_16_BIT" */
158 * Return the audio format - e.g. AUDIO_FORMAT_PCM_16_BIT
301 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 64 AUDIO_FORMAT_PCM_16_BIT,
78 inputSource, sampleRate, AUDIO_FORMAT_PCM_16_BIT,
  /hardware/libhardware/modules/audio/
audio_hw.c 65 return AUDIO_FORMAT_PCM_16_BIT;
158 return AUDIO_FORMAT_PCM_16_BIT;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 145 return AUDIO_FORMAT_PCM_16_BIT;
150 if (format != AUDIO_FORMAT_PCM_16_BIT) {
342 return AUDIO_FORMAT_PCM_16_BIT;
347 if (format != AUDIO_FORMAT_PCM_16_BIT) {
557 config->format = AUDIO_FORMAT_PCM_16_BIT;
716 config->format = AUDIO_FORMAT_PCM_16_BIT;

Completed in 341 milliseconds

1 2 3