Searched refs:PA_SAMPLE_S16RE (Results 1 – 11 of 11) sorted by relevance
198 #define PA_SAMPLE_S16RE PA_SAMPLE_S16LE macro220 #define PA_SAMPLE_S16RE PA_SAMPLE_S16BE macro
212 return PA_SAMPLE_S16RE; in pa_parse_sample_format()
132 case PA_SAMPLE_S16RE: { in compare_block()227 case PA_SAMPLE_S16RE: { in generate_block()228 if (ss->format == PA_SAMPLE_S16RE) { in generate_block()
65 case PA_SAMPLE_S16RE: { in dump_block()156 case PA_SAMPLE_S16RE: { in generate_block()
245 [PA_SAMPLE_S16RE] = (pa_convert_func_t) s16re_to_s16ne,273 [PA_SAMPLE_S16RE] = (pa_convert_func_t) s16re_to_s16ne,
260 pa_set_volume_func(PA_SAMPLE_S16RE, (pa_do_volume_func_t) pa_volume_s16re_sse2); in pa_volume_func_init_sse()
249 pa_set_volume_func(PA_SAMPLE_S16RE, (pa_do_volume_func_t) pa_volume_s16re_mmx); in pa_volume_func_init_mmx()
250 [PA_SAMPLE_S16RE] = (pa_do_volume_func_t) pa_volume_s16re_c,
597 [PA_SAMPLE_S16RE] = (pa_do_mix_func_t) pa_mix_s16re_c,
312 ss->format = swap_bytes ? PA_SAMPLE_S16RE : PA_SAMPLE_S16NE; in format_esd2native()
79 PA_SAMPLE_S16RE, in set_format()