OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sunhdr
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/audio/play/
play.c
476
sun_audioheader *
sunhdr
;
local in function:audioctl_write_fromhdr
482
sunhdr
= hdr;
483
if (ntohl(
sunhdr
->magic) == AUDIO_FILE_MAGIC) {
484
if (audio_sun_to_encoding(ntohl(
sunhdr
->encoding),
488
" format %d", ntohl(
sunhdr
->encoding));
494
info.play.sample_rate = ntohl(
sunhdr
->sample_rate);
495
info.play.channels = ntohl(
sunhdr
->channels);
496
hdr_len = ntohl(
sunhdr
->hdr_size);
498
*datasize = (off_t)ntohl(
sunhdr
->data_size);
play.c
476
sun_audioheader *
sunhdr
;
local in function:audioctl_write_fromhdr
482
sunhdr
= hdr;
483
if (ntohl(
sunhdr
->magic) == AUDIO_FILE_MAGIC) {
484
if (audio_sun_to_encoding(ntohl(
sunhdr
->encoding),
488
" format %d", ntohl(
sunhdr
->encoding));
494
info.play.sample_rate = ntohl(
sunhdr
->sample_rate);
495
info.play.channels = ntohl(
sunhdr
->channels);
496
hdr_len = ntohl(
sunhdr
->hdr_size);
498
*datasize = (off_t)ntohl(
sunhdr
->data_size);
Completed in 25 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025