Searched refs:PA_MAYBE_UINT16_SWAP (Results 1 – 2 of 2) sorted by relevance
93 #define PA_MAYBE_UINT16_SWAP(c,x) ((c) ? PA_UINT16_SWAP(x) : (x)) macro
137 uint16_t uu = PA_MAYBE_UINT16_SWAP(ss->format != PA_SAMPLE_S16NE, *u); in compare_block()