Home
last modified time | relevance | path

Searched refs:PA_UINT32_SWAP (Results 1 - 6 of 6) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dendianmacros.h38 #define PA_UINT32_SWAP(x) ((uint32_t) bswap_32((uint32_t) x)) macro
43 #define PA_UINT32_SWAP(x) ( (uint32_t) ( ((uint32_t) (x) >> 24) | ((uint32_t) (x) << 24) | (((uint32_t) (x) & 0xFF00) << 8) | ((((uint32_t) (x)) >> 8) & 0xFF00) ) ) macro
78 t.u = PA_UINT32_SWAP(*(uint32_t *) p); in PA_READ_FLOAT32RE()
89 *(uint32_t *) p = PA_UINT32_SWAP(t.u); in PA_WRITE_FLOAT32RE()
96 #define PA_MAYBE_UINT32_SWAP(c,x) ((c) ? PA_UINT32_SWAP(x) : (x))
117 #define PA_UINT32_FROM_LE(x) PA_UINT32_SWAP(x)
120 #define PA_UINT32_TO_LE(x) PA_UINT32_SWAP(x)
148 #define PA_UINT32_FROM_BE(x) PA_UINT32_SWAP(x)
151 #define PA_UINT32_TO_BE(x) PA_UINT32_SWAP(x)
H A Desound.h202 #define ESD_SWAP_ENDIAN_KEY (PA_UINT32_SWAP(ESD_ENDIAN_KEY))
H A Dsvolume_c.c235 t = (int64_t) ((int32_t) (PA_UINT32_SWAP(*samples) << 8)); in pa_volume_s24_32re_c()
238 *samples++ = PA_UINT32_SWAP(((uint32_t) ((int32_t) t)) >> 8); in pa_volume_s24_32re_c()
H A Dsconv.c90 *((uint32_t *) b) = PA_UINT32_SWAP(*((uint32_t *) a)); in float32re_to_float32ne()
H A Dmix.c443 v = (int32_t) (PA_UINT32_SWAP(*((uint32_t*) m->ptr)) << 8); in pa_mix_s24_32re_c()
/third_party/pulseaudio/src/tests/
H A Dmix-test.c244 u[i] = PA_UINT32_SWAP(s32ne_result[0][i]); in generate_block()

Completed in 4 milliseconds