Home | History | Annotate | Download | only in audio

Lines Matching defs:bytes2

5015 		int bytes2;
5026 bytes2 = bytes - bytes1;
5029 bytes2);
5030 auring_push(input, bytes2 / framesize);
5031 auring_take(usrbuf, bytes2);
5173 int bytes2;
5184 bytes2 = bytes - bytes1;
5187 bytes2);
5188 auring_push(usrbuf, bytes2);
5189 auring_take(outbuf, bytes2 / framesize);