Lines Matching defs:format
281 static void debug(int level, const char *format, ...) PA_GCC_PRINTF_ATTR(2,3);
287 static void debug(int level, const char *format, ...) {
301 va_start(ap, format);
302 vfprintf(stderr, format, ap);
473 i->sample_spec.format = PA_SAMPLE_U8;
1720 ss->format = PA_SAMPLE_ULAW;
1724 ss->format = PA_SAMPLE_ALAW;
1731 ss->format = PA_SAMPLE_U8;
1738 ss->format = PA_SAMPLE_S16BE;
1745 ss->format = PA_SAMPLE_S16LE;
1749 ss->format = PA_SAMPLE_S16NE;
1757 static int map_format_back(pa_sample_format_t format) {
1758 switch (format) {
2003 *(int*) argp = map_format_back(i->sample_spec.format);