Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dsconv-s16le.c60 #ifndef UINT32_TO
61 #define UINT32_TO PA_UINT32_TO_LE macro
370 *b = UINT32_TO(((uint32_t) ((int32_t) *a << 16)) >> 8); in pa_sconv_s24_32le_from_s16ne()
382 *b = UINT32_TO(s); in pa_sconv_s24_32le_from_s16re()
421 *b = UINT32_TO(((uint32_t) s) >> 8); in pa_sconv_s24_32le_from_float32ne()
435 *b = UINT32_TO(((uint32_t) s) >> 8); in pa_sconv_s24_32le_from_float32re()
H A Dsconv-s16be.c34 #define UINT32_TO PA_UINT32_TO_BE macro

Completed in 2 milliseconds