Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dendianmacros.h93 #define PA_MAYBE_UINT16_SWAP(c,x) ((c) ? PA_UINT16_SWAP(x) : (x)) macro
/third_party/pulseaudio/src/tests/
Dmix-test.c137 uint16_t uu = PA_MAYBE_UINT16_SWAP(ss->format != PA_SAMPLE_S16NE, *u); in compare_block()