OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPEG_LAYER_MP3
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluez/audio/
a2dp.h
58
#define
MPEG_LAYER_MP3
1
a2dp.c
466
mpeg_cap.layer = (
MPEG_LAYER_MP3
| MPEG_LAYER_MP2 | MPEG_LAYER_MP1 );
[
all
...]
unix.c
457
mpeg->layer &
MPEG_LAYER_MP3
? "3 " : "",
[
all
...]
/external/bluetooth/bluez/tools/
avinfo.c
108
#define
MPEG_LAYER_MP3
(1 << 0)
297
if (mpeg->layer &
MPEG_LAYER_MP3
)
Completed in 14 milliseconds