Lines Matching refs:format
94 switch (ss->format) {
137 uint16_t uu = PA_MAYBE_UINT16_SWAP(ss->format != PA_SAMPLE_S16NE, *u);
151 float uu = ss->format == PA_SAMPLE_FLOAT32NE ? *u : PA_READ_FLOAT32RE(u);
165 uint32_t uu = PA_MAYBE_UINT32_SWAP(ss->format != PA_SAMPLE_S32NE, *u);
179 uint32_t uu = PA_MAYBE_UINT32_SWAP(ss->format != PA_SAMPLE_S24_32NE, *u);
193 uint32_t uu = ss->format == PA_SAMPLE_S24LE ? PA_READ24LE(u) : PA_READ24BE(u);
217 switch (ss->format) {
228 if (ss->format == PA_SAMPLE_S16RE) {
241 if (ss->format == PA_SAMPLE_S24_32RE || ss->format == PA_SAMPLE_S32RE) {
252 if (ss->format == PA_SAMPLE_S24LE) {
262 if (ss->format == PA_SAMPLE_FLOAT32RE) {
297 for (a.format = 0; a.format < PA_SAMPLE_MAX; a.format ++) {
302 pa_log_debug("=== mixing: %s", pa_sample_format_to_string(a.format));