HomeSort by: relevance | last modified time | path
    Searched defs:bytes2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/audio/
audio.c 5015 int bytes2; local in function:audio_track_play
5026 bytes2 = bytes - bytes1;
5029 bytes2);
5030 auring_push(input, bytes2 / framesize);
5031 auring_take(usrbuf, bytes2);
5173 int bytes2; local in function:audio_track_record
5184 bytes2 = bytes - bytes1;
5187 bytes2);
5188 auring_push(usrbuf, bytes2);
5189 auring_take(outbuf, bytes2 / framesize)
    [all...]
audio.c 5015 int bytes2; local in function:audio_track_play
5026 bytes2 = bytes - bytes1;
5029 bytes2);
5030 auring_push(input, bytes2 / framesize);
5031 auring_take(usrbuf, bytes2);
5173 int bytes2; local in function:audio_track_record
5184 bytes2 = bytes - bytes1;
5187 bytes2);
5188 auring_push(usrbuf, bytes2);
5189 auring_take(outbuf, bytes2 / framesize)
    [all...]

Completed in 205 milliseconds