Home
last modified time | relevance | path

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

/system/bt/bta/dm/
Dbta_dm_sco.c237 #define SRC_SAMPLE(x) ((pS[x] - 0x80) << 8) macro
326 #define SRC_SAMPLE(x) pS[x] macro
403 #define SRC_SAMPLE(x) ((((pS[x * 2] - 0x80) << 8) + ((pS[(x * 2) + 1] - 0x80) << 8)) >> 1) macro
500 #define SRC_SAMPLE(x) ((pS[x * 2] + pS[(x * 2) + 1]) >> 1) macro