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

  /external/bluetooth/bluez/audio/
a2dp-codecs.h 56 #define MPEG_LAYER_MP1 (1 << 2)
a2dp.h 56 #define MPEG_LAYER_MP1 (1 << 2)
unix.c 489 mpeg->layer & MPEG_LAYER_MP1 ? "1 " : "",
    [all...]
a2dp.c 628 mpeg_cap.layer = ( MPEG_LAYER_MP3 | MPEG_LAYER_MP2 | MPEG_LAYER_MP1 );
    [all...]
  /external/bluetooth/bluez/tools/
avinfo.c 106 #define MPEG_LAYER_MP1 (1 << 2)
293 if (mpeg->layer & MPEG_LAYER_MP1)

Completed in 217 milliseconds