Searched refs:source_gain (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerOutput.cpp94 fOutputChannelInfo[i].source_gain[0] = 1.0;
111 fOutputChannelInfo[i].source_gain[k] = oldInfo[j].source_gain[k];
142 fOutputChannelInfo[0].source_gain[0] = 1.0;
144 fOutputChannelInfo[0].source_gain[1] = 1.0;
146 fOutputChannelInfo[0].source_gain[2] = 0.8;
148 fOutputChannelInfo[0].source_gain[3] = 0.8;
150 fOutputChannelInfo[0].source_gain[4] = 0.7;
152 fOutputChannelInfo[0].source_gain[5] = 0.6;
154 fOutputChannelInfo[0].source_gain[
344 float source_gain = fOutputChannelInfo[channel].source_gain_cache[source_type]; local
371 SetOutputChannelSourceGain(int channel, int source_type, float source_gain) argument
[all...]
H A DMixerOutput.h17 * for source_gain[] and source_type[] arrays, they are
49 float source_gain);
65 float *source_gain);
87 float source_gain[MAX_SOURCE_ENTRIES]; member in struct:MixerOutput::output_chan_info
128 float *source_gain)
133 *source_gain = fOutputChannelInfo[channel].source_gain[source_index];
125 GetOutputChannelSourceInfoAt(int channel, int source_index, int *source_type, float *source_gain) argument

Completed in 39 milliseconds