Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_sco.c237 #define SRC_SAMPLE(x) ((pS[x] - 0x80) << 8) macro
319 #define SRC_SAMPLE(x) pS[x] macro
389 #define SRC_SAMPLE(x) ((((pS[x * 2] - 0x80) << 8) + ((pS[(x * 2) + 1] - 0x80) << 8)) >> 1) macro
479 #define SRC_SAMPLE(x) ((pS[x * 2] + pS[(x * 2) + 1]) >> 1) macro