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

  /external/bluetooth/bluez/audio/
a2dp-codecs.h 32 #define SBC_SAMPLING_FREQ_44100 (1 << 1)
a2dp.h 32 #define SBC_SAMPLING_FREQ_44100 (1 << 1)
a2dp.c 508 sbc_cap.frequency = SBC_SAMPLING_FREQ_44100;
511 SBC_SAMPLING_FREQ_44100 |
    [all...]
unix.c 510 sbc->frequency & SBC_SAMPLING_FREQ_44100 ? "44.1Khz " : "",
    [all...]
  /external/bluetooth/bluez/tools/
avinfo.c 82 #define SBC_SAMPLING_FREQ_44100 (1 << 1)
362 if (sbc->frequency & SBC_SAMPLING_FREQ_44100)

Completed in 34 milliseconds