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

  /src/sys/dev/audio/
audio.c 5014 int bytes1; local in function:audio_track_play
5017 bytes1 = auring_get_contig_used(usrbuf);
5018 KASSERTMSG(bytes1 % framesize == 0,
5019 "bytes1=%d framesize=%d", bytes1, framesize);
5022 bytes1);
5023 auring_push(input, bytes1 / framesize);
5024 auring_take(usrbuf, bytes1);
5026 bytes2 = bytes - bytes1;
5172 int bytes1; local in function:audio_track_record
    [all...]
audio.c 5014 int bytes1; local in function:audio_track_play
5017 bytes1 = auring_get_contig_used(usrbuf);
5018 KASSERTMSG(bytes1 % framesize == 0,
5019 "bytes1=%d framesize=%d", bytes1, framesize);
5022 bytes1);
5023 auring_push(input, bytes1 / framesize);
5024 auring_take(usrbuf, bytes1);
5026 bytes2 = bytes - bytes1;
5172 int bytes1; local in function:audio_track_record
    [all...]

Completed in 27 milliseconds