OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wfx
(Results
1 - 2
of
2
) sorted by null
/external/qemu/audio/
dsound_template.h
185
WAVEFORMATEX
wfx
;
local
204
err = waveformat_from_audio_settings (&
wfx
, as);
211
bd.lpwfxFormat = &
wfx
;
236
hr = glue (IFACE, _GetFormat) (ds->FIELD, &
wfx
, sizeof (
wfx
), NULL);
244
print_wave_format (&
wfx
);
256
err = waveformat_to_audio_settings (&
wfx
, &obt_as);
dsoundaudio.c
272
static void print_wave_format (WAVEFORMATEX *
wfx
)
274
dolog ("tag = %d\n",
wfx
->wFormatTag);
275
dolog ("nChannels = %d\n",
wfx
->nChannels);
276
dolog ("nSamplesPerSec = %ld\n",
wfx
->nSamplesPerSec);
277
dolog ("nAvgBytesPerSec = %ld\n",
wfx
->nAvgBytesPerSec);
278
dolog ("nBlockAlign = %d\n",
wfx
->nBlockAlign);
279
dolog ("wBitsPerSample = %d\n",
wfx
->wBitsPerSample);
280
dolog ("cbSize = %d\n",
wfx
->cbSize);
435
WAVEFORMATEX
wfx
;
local
456
err = waveformat_from_audio_settings (&
wfx
, &conf.settings)
[
all
...]
Completed in 178 milliseconds