Searched refs:swap_byte_order (Results 1 – 1 of 1) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | protocol-esound.c | 88 bool authorized, swap_byte_order; member 365 c->swap_byte_order = false; in esd_proto_connect() 367 c->swap_byte_order = true; in esd_proto_connect() 373 …pa_proplist_sets(c->client->proplist, "esound.byte_order", c->swap_byte_order ? "reverse" : "nativ… in esd_proto_connect() 394 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() 402 format_esd2native(format, c->swap_byte_order, &ss); 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() 490 format_esd2native(format, c->swap_byte_order, &ss); in esd_proto_stream_record() [all …]
|