Searched refs:audio_stage_t (Results 1 – 2 of 2) sorted by relevance
104 } audio_stage_t; typedef144 audio_stage_t codec; /* encoding conversion stage */145 audio_stage_t chvol; /* channel volume stage */146 audio_stage_t chmix; /* channel mix stage */147 audio_stage_t freq; /* frequency conversion stage */
4924 audio_apply_stage(audio_track_t *track, audio_stage_t *stage, bool isfreq) in audio_apply_stage()