Lines Matching refs:format
230 /* Return true if a is a more precise sample format than b, else return false */
294 * support the S16 sample format. */
301 * any sample format. */
395 r->work_format = choose_work_format(method, a->format, b->format, r->map_required);
398 if (r->i_ss.format != r->work_format) {
400 if (!(r->to_work_format_func = pa_get_convert_to_float32ne_function(r->i_ss.format)))
404 if (!(r->to_work_format_func = pa_get_convert_to_s16ne_function(r->i_ss.format)))
409 if (r->o_ss.format != r->work_format) {
411 if (!(r->from_work_format_func = pa_get_convert_from_float32ne_function(r->o_ss.format)))
415 if (!(r->from_work_format_func = pa_get_convert_from_s16ne_function(r->o_ss.format)))
421 /* pipeline is: format conv. -> remap -> resample -> format conv. */
429 /* pipeline is: format conv. -> resample -> remap -> format conv. */
442 pa_log_debug(" format %s -> %s (intermediate %s)",
443 pa_sample_format_to_string(a->format), pa_sample_format_to_string(b->format),
454 wss.format = r->work_format;
621 /* We silently assume that the format enum is ordered by size */
622 max_ss.format = PA_MAX(r->i_ss.format, r->o_ss.format);
623 max_ss.format = PA_MAX(max_ss.format, r->work_format);
950 /* For downmixing other output format, usage [direction_of_input_channel][direction_of_output_channel] */
1034 m->format = r->work_format;
1252 /* check if output format is supported with downmix table */
1456 /* Convert the incoming sample into the work sample format and place them