Home
last modified time | relevance | path

Searched refs:MPEG_SAMPLING_FREQ_48000 (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/audio/
Da2dp-codecs.h65 #define MPEG_SAMPLING_FREQ_48000 1 macro
Da2dp.h65 #define MPEG_SAMPLING_FREQ_48000 1 macro
Dunix.c488 mpeg->frequency & MPEG_SAMPLING_FREQ_48000 ? "48Khz " : "", in print_mpeg12()
Da2dp.c616 mpeg_cap.frequency = ( MPEG_SAMPLING_FREQ_48000 | in mpeg_getcap_ind()
/external/bluetooth/bluez/tools/
Davinfo.c115 #define MPEG_SAMPLING_FREQ_48000 (1 << 0) macro
287 if (mpeg->frequency & MPEG_SAMPLING_FREQ_48000) in print_mpeg12()