Home
last modified time | relevance | path

Searched refs:PA_MAYBE_UINT32_SWAP (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-esound.c768 idx = PA_MAYBE_UINT32_SWAP(c->swap_byte_order, idx) - 1; in esd_proto_stream_pan()
772 lvolume = PA_MAYBE_UINT32_SWAP(c->swap_byte_order, lvolume); in esd_proto_stream_pan()
776 rvolume = PA_MAYBE_UINT32_SWAP(c->swap_byte_order, rvolume); in esd_proto_stream_pan()
805 idx = PA_MAYBE_UINT32_SWAP(c->swap_byte_order, idx) - 1; in esd_proto_sample_pan()
809 lvolume = PA_MAYBE_UINT32_SWAP(c->swap_byte_order, lvolume); in esd_proto_sample_pan()
813 rvolume = PA_MAYBE_UINT32_SWAP(c->swap_byte_order, rvolume); in esd_proto_sample_pan()
918 idx = PA_MAYBE_UINT32_SWAP(c->swap_byte_order, idx) - 1; in esd_proto_sample_free_or_play()
H A Dendianmacros.h96 #define PA_MAYBE_UINT32_SWAP(c,x) ((c) ? PA_UINT32_SWAP(x) : (x)) macro
/third_party/pulseaudio/src/tests/
H A Dmix-test.c165 uint32_t uu = PA_MAYBE_UINT32_SWAP(ss->format != PA_SAMPLE_S32NE, *u); in compare_block()
179 uint32_t uu = PA_MAYBE_UINT32_SWAP(ss->format != PA_SAMPLE_S24_32NE, *u); in compare_block()

Completed in 4 milliseconds