Lines Matching defs:in
9 * in the Software without restriction, including without limitation the rights
14 * The above copyright notice and this permission notice shall be included in
19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
640 float *in = inInputData->mBuffers[0].mData;
677 dst[frame].l = *in++; /* left channel */
678 dst[frame].r = *in++; /* right channel */
681 dst[frame].l = *in++ * scale; /* left channel */
682 dst[frame].r = *in++ * scale; /* right channel */
684 dst[frame].l = *in++ / scale; /* left channel */
685 dst[frame].r = *in++ / scale; /* right channel */
757 .descr = "Size of the output buffer in frames"
769 .descr = "Size of the input buffer in frames"