Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dendianmacros.h66 static inline void PA_WRITE24LE(uint8_t *p, uint32_t u) { in PA_WRITE24LE() function
127 #define PA_WRITE24RE(x,y) PA_WRITE24LE((x),(y))
154 #define PA_WRITE24NE(x,y) PA_WRITE24LE((x),(y))
H A Dsconv-s16le.c68 #define WRITE24 PA_WRITE24LE
/third_party/pulseaudio/src/tests/
H A Dmix-test.c255 PA_WRITE24LE(&u[i], PA_READ24BE(&s24be_result[0][i])); in generate_block()

Completed in 3 milliseconds