Home | History | Annotate | Download | only in audioflinger

Lines Matching full:rate

81         SAMPLE_RATE     = 0x4100, // Configure sample rate conversion on this track name;
82 // parameter 'value' is the new sample rate in Hz.
83 // Only creates a sample rate converter the first time that
84 // the track sample rate is different from the mix sample rate.
85 // If the new sample rate is the same as the mix sample rate,
86 // and a sample rate converter already exists,
87 // then the sample rate converter remains present but is a no-op.
88 RESET = 0x4101, // Reset sample rate converter without changing sample rate.
90 REMOVE = 0x4102, // Remove the sample rate converter on this track name;
91 // the track is restored to the mix sample rate.