OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srcfmt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/audio/
audiofil.h
80
const audio_format2_t *
srcfmt
;
member in struct:__anon2515
audio.c
3825
KASSERTMSG(arg->
srcfmt
->channels == arg->dstfmt->channels,
3826
"arg->
srcfmt
->channels=%d, arg->dstfmt->channels=%d",
3827
arg->
srcfmt
->channels, arg->dstfmt->channels);
3829
KASSERTMSG(arg->
srcfmt
->channels <= AUDIO_MAX_CHANNELS,
3830
"arg->
srcfmt
->channels=%d", arg->
srcfmt
->channels);
3836
channels = arg->
srcfmt
->channels;
3864
s += arg->
srcfmt
->channels;
3924
s += arg->
srcfmt
->channels;
3947
srcchannels = arg->
srcfmt
->channels
4287
audio_format2_t *
srcfmt
;
local
4350
audio_format2_t *
srcfmt
;
local
4411
audio_format2_t *
srcfmt
;
local
4477
audio_format2_t *
srcfmt
;
local
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026