Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Da2dp-codecs.h57 #define MPEG_LAYER_MP2 (1 << 1) macro
Da2dp.h57 #define MPEG_LAYER_MP2 (1 << 1) macro
Dunix.c490 mpeg->layer & MPEG_LAYER_MP2 ? "2 " : "", 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.c107 #define MPEG_LAYER_MP2 (1 << 1) macro
295 if (mpeg->layer & MPEG_LAYER_MP2) in print_mpeg12()