HomeSort by relevance Sort by last modified time
    Searched refs:PCM_16_BIT (Results 1 - 11 of 11) sorted by null

  /hardware/libhardware_legacy/audio/
AudioHardwareStub.h 36 virtual int format() const { return AudioSystem::PCM_16_BIT; }
53 virtual int format() const { return AudioSystem::PCM_16_BIT; }
AudioHardwareGeneric.h 53 virtual int format() const { return AudioSystem::PCM_16_BIT; }
87 virtual int format() const { return AudioSystem::PCM_16_BIT; }
AudioHardwareInterface.cpp 119 if (format != AudioSystem::PCM_16_BIT) {
A2dpAudioInterface.h 89 virtual int format() const { return AudioSystem::PCM_16_BIT; }
AudioDumpInterface.cpp 63 int lFormat = AudioSystem::PCM_16_BIT;
130 int lFormat = AudioSystem::PCM_16_BIT;
467 if (format() == AudioSystem::PCM_16_BIT) {
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 148 case AudioSystem::PCM_16_BIT:
175 *format = AudioSystem::PCM_16_BIT;
330 audioSystemFormat = AudioSystem::PCM_16_BIT;
335 audioSystemFormat = AudioSystem::PCM_16_BIT;
AudioHardwareALSA.cpp 692 case AudioSystem::PCM_16_BIT:
777 if(*format == AudioSystem::PCM_16_BIT)
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 65 * eg. AudioSystem:PCM_16_BIT
147 * eg. AudioSystem:PCM_16_BIT
155 ((format()==AudioSystem::PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
AudioSystemLegacy.h 138 PCM_16_BIT = (PCM|PCM_SUB_16_BIT),
  /hardware/interfaces/audio/2.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 303 {AudioFormat::PCM_16_BIT});
310 {24000, 48000}, {AudioFormat::PCM_16_BIT});
322 {AudioFormat::PCM_16_BIT});
326 {AudioFormat::PCM_16_BIT});
    [all...]
  /hardware/interfaces/audio/common/2.0/
types.hal 265 PCM_16_BIT = (PCM | PCM_SUB_16_BIT),
    [all...]

Completed in 165 milliseconds