Searched defs:period_size_out (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dalsaaudio.c69 unsigned int period_size_out; member in struct:__anon9887
92 INIT_FIELD (.period_size_out =) 400000 / 4,
99 INIT_FIELD (.period_size_out =) DEFAULT_PERIOD_SIZE,
823 req.period_size = conf.period_size_out;
1141 {"DACPeriodSize", AUD_OPT_INT, &conf.period_size_out,
H A DDrvHostALSAAudio.cpp99 unsigned int period_size_out; member in struct:ALSAAUDIOCFG
1081 req.period_size = s_ALSAConf.period_size_out;
1376 {"DACPeriodSize", AUD_OPT_INT, &s_ALSAConf.period_size_out,

Completed in 91 milliseconds