Home
last modified time | relevance | path

Searched defs:mpeg_codec_cap (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluez/audio/
Da2dp.h83 struct mpeg_codec_cap { struct
107 struct mpeg_codec_cap { argument
108 struct avdtp_media_codec_capability cap;
109 uint8_t layer:3;
110 uint8_t crc:1;
111 uint8_t channel_mode:4;
112 uint8_t rfa:1;
113 uint8_t mpf:1;
114 uint8_t frequency:6;
115 uint16_t bitrate;
/external/bluetooth/bluez/tools/
Davinfo.c183 struct mpeg_codec_cap { struct
184 struct avdtp_media_codec_capability cap;
185 uint8_t channel_mode:4;
186 uint8_t crc:1;
187 uint8_t layer:3;
188 uint8_t frequency:6;
189 uint8_t mpf:1;
190 uint8_t rfa:1;
191 uint16_t bitrate;
237 struct mpeg_codec_cap { struct
[all …]