Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-esound.c394 format = PA_MAYBE_INT32_SWAP(c->swap_byte_order, format); in esd_proto_stream_play()
398 rate = PA_MAYBE_INT32_SWAP(c->swap_byte_order, rate); in esd_proto_stream_play()
482 format = PA_MAYBE_INT32_SWAP(c->swap_byte_order, format); in esd_proto_stream_record()
486 rate = PA_MAYBE_INT32_SWAP(c->swap_byte_order, rate); in esd_proto_stream_record()
578 latency = PA_MAYBE_INT32_SWAP(c->swap_byte_order, latency); in esd_proto_get_latency()
602 rate = PA_MAYBE_INT32_SWAP(c->swap_byte_order, rate); in esd_proto_server_info()
604 format = PA_MAYBE_INT32_SWAP(c->swap_byte_order, format); in esd_proto_server_info()
652 id = PA_MAYBE_INT32_SWAP(c->swap_byte_order, (int32_t) (conn->index+1)); in esd_proto_all_info()
664 rate = PA_MAYBE_INT32_SWAP(c->swap_byte_order, rate); in esd_proto_all_info()
668 lvolume = PA_MAYBE_INT32_SWAP( in esd_proto_all_info()
[all...]
H A Dendianmacros.h95 #define PA_MAYBE_INT32_SWAP(c,x) ((c) ? PA_INT32_SWAP(x) : (x)) macro

Completed in 3 milliseconds