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/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
  /hardware/libhardware_legacy/audio/
audio_policy.conf 32 formats AUDIO_FORMAT_PCM_16_BIT
41 formats AUDIO_FORMAT_PCM_16_BIT
51 formats AUDIO_FORMAT_PCM_16_BIT
59 formats AUDIO_FORMAT_PCM_16_BIT
  /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
73 formats AUDIO_FORMAT_PCM_16_BIT
81 formats AUDIO_FORMAT_PCM_16_BIT
  /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/lge/hammerhead/
audio_policy.conf 32 formats AUDIO_FORMAT_PCM_16_BIT
39 formats AUDIO_FORMAT_PCM_16_BIT
46 formats AUDIO_FORMAT_PCM_16_BIT
62 formats AUDIO_FORMAT_PCM_16_BIT
72 formats AUDIO_FORMAT_PCM_16_BIT
82 formats AUDIO_FORMAT_PCM_16_BIT
88 formats AUDIO_FORMAT_PCM_16_BIT
98 formats AUDIO_FORMAT_PCM_16_BIT
106 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
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.h 39 #define AUDIO_STREAM_DEFAULT_FORMAT 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 129 if (mPcmFormat == AUDIO_FORMAT_PCM_16_BIT) {
147 if (mPcmFormat == AUDIO_FORMAT_PCM_16_BIT) {
EffectEqualizer.cpp 237 CHECK_ARG(pConfig->inputCfg.format == AUDIO_FORMAT_PCM_16_BIT);
306 pContext->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
314 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 156 AUDIO_FORMAT_PCM_16_BIT = (AUDIO_FORMAT_PCM |
564 if (format != AUDIO_FORMAT_PCM_16_BIT &&
595 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 73 AUDIO_FORMAT_PCM_16_BIT, AUDIO_CHANNEL_IN_MONO,
  /frameworks/base/media/tests/audiotests/
shared_mem_test.cpp 100 AUDIO_FORMAT_PCM_16_BIT,// word length, PCM
  /frameworks/av/media/libeffects/loudness/
EffectLoudnessEnhancer.cpp 110 if (pConfig->inputCfg.format != AUDIO_FORMAT_PCM_16_BIT) return -EINVAL;
158 pContext->mConfig.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
166 pContext->mConfig.outputCfg.format = 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,
77 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;
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 143 if (pConfig->inputCfg.format != AUDIO_FORMAT_PCM_16_BIT) return -EINVAL;
189 pContext->mConfig.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
197 pContext->mConfig.outputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
  /hardware/qcom/audio/voice_processing/
voice_processing.c 296 session->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
299 session->config.outputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
338 config->inputCfg.format != AUDIO_FORMAT_PCM_16_BIT)
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 184 AUDIO_FORMAT_PCM_16_BIT : AUDIO_FORMAT_PCM_8_BIT;
517 AUDIO_FORMAT_PCM_16_BIT : AUDIO_FORMAT_PCM_8_BIT),

Completed in 878 milliseconds

1 2 3