Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dendianmacros.h53 static inline uint32_t PA_READ24LE(const uint8_t *p) { in PA_READ24LE() function
126 #define PA_READ24RE(x) PA_READ24LE(x)
153 #define PA_READ24NE(x) PA_READ24LE(x)
H A Dsconv-s16le.c65 #define READ24 PA_READ24LE
/third_party/pulseaudio/src/tests/
H A Dmix-test.c193 uint32_t uu = ss->format == PA_SAMPLE_S24LE ? PA_READ24LE(u) : PA_READ24BE(u); in compare_block()

Completed in 2 milliseconds