Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Da2dp-codecs.h58 #define MPEG_LAYER_MP3 1 macro
Da2dp.h58 #define MPEG_LAYER_MP3 1 macro
Dunix.c491 mpeg->layer & MPEG_LAYER_MP3 ? "3 " : "", in print_mpeg12()
Da2dp.c628 mpeg_cap.layer = ( MPEG_LAYER_MP3 | MPEG_LAYER_MP2 | MPEG_LAYER_MP1 ); in mpeg_getcap_ind()
/external/bluetooth/bluez/tools/
Davinfo.c108 #define MPEG_LAYER_MP3 (1 << 0) macro
297 if (mpeg->layer & MPEG_LAYER_MP3) in print_mpeg12()