Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codecs.h272 uint8_t codec_id1; member
281 #define A2DP_GET_CODEC_ID(a) ((a).codec_id2 | (((uint16_t)(a).codec_id1) << 8))
288 .codec_id1 = (((c) >> 8) & 0xff), \