Home
last modified time | relevance | path

Searched refs:PA_UINT16_SWAP (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dendianmacros.h36 #define PA_UINT16_SWAP(x) ((uint16_t) bswap_16((uint16_t) x)) macro
41 #define PA_UINT16_SWAP(x) ( (uint16_t) ( ((uint16_t) (x) >> 8) | ((uint16_t) (x) << 8) ) ) macro
93 #define PA_MAYBE_UINT16_SWAP(c,x) ((c) ? PA_UINT16_SWAP(x) : (x))
105 #define PA_UINT16_FROM_LE(x) PA_UINT16_SWAP(x)
108 #define PA_UINT16_TO_LE(x) PA_UINT16_SWAP(x)
136 #define PA_UINT16_FROM_BE(x) PA_UINT16_SWAP(x)
139 #define PA_UINT16_TO_BE(x) PA_UINT16_SWAP(x)
/third_party/pulseaudio/src/tests/
H A Dmix-test.c231 u[i] = PA_UINT16_SWAP(s16ne_result[0][i]); in generate_block()

Completed in 2 milliseconds