• Home
  • Raw
  • Download

Lines Matching defs:conv

169 static size_t s16_mono_to_stereo(struct cras_fmt_conv *conv,  in s16_mono_to_stereo()
184 static size_t s16_stereo_to_mono(struct cras_fmt_conv *conv, in s16_stereo_to_mono()
199 static size_t s16_mono_to_51(struct cras_fmt_conv *conv, in s16_mono_to_51()
233 static size_t s16_stereo_to_51(struct cras_fmt_conv *conv, in s16_stereo_to_51()
268 static size_t s16_51_to_stereo(struct cras_fmt_conv *conv, in s16_51_to_stereo()
296 static size_t s16_stereo_to_quad(struct cras_fmt_conv *conv, in s16_stereo_to_quad()
332 static size_t s16_quad_to_stereo(struct cras_fmt_conv *conv, in s16_quad_to_stereo()
368 static size_t s16_default_all_to_all(struct cras_fmt_conv *conv, in s16_default_all_to_all()
427 static size_t convert_channels(struct cras_fmt_conv *conv, in convert_channels()
497 struct cras_fmt_conv *conv; in cras_fmt_conv_create() local
677 struct cras_fmt_conv *conv = *convp; in cras_fmt_conv_destroy() local
696 struct cras_fmt_conv *conv; in cras_channel_remix_conv_create() local
719 void cras_channel_remix_convert(struct cras_fmt_conv *conv, in cras_channel_remix_convert()
745 const struct cras_fmt_conv *conv) in cras_fmt_conv_in_format()
751 const struct cras_fmt_conv *conv) in cras_fmt_conv_out_format()
756 size_t cras_fmt_conv_in_frames_to_out(struct cras_fmt_conv *conv, in cras_fmt_conv_in_frames_to_out()
776 size_t cras_fmt_conv_out_frames_to_in(struct cras_fmt_conv *conv, in cras_fmt_conv_out_frames_to_in()
795 void cras_fmt_conv_set_linear_resample_rates(struct cras_fmt_conv *conv, in cras_fmt_conv_set_linear_resample_rates()
802 size_t cras_fmt_conv_convert_frames(struct cras_fmt_conv *conv, in cras_fmt_conv_convert_frames()
970 int cras_fmt_conversion_needed(const struct cras_fmt_conv *conv) in cras_fmt_conversion_needed()
979 int config_format_converter(struct cras_fmt_conv **conv, in config_format_converter()