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

/vbox/src/VBox/Devices/Audio/
H A Dalsaaudio.c67 unsigned int period_size_in; member in struct:__anon9887
90 INIT_FIELD (.period_size_in =) 400000 / 4,
97 INIT_FIELD (.period_size_in =) DEFAULT_PERIOD_SIZE * 4,
909 req.period_size = conf.period_size_in;
1148 {"ADCPeriodSize", AUD_OPT_INT, &conf.period_size_in,
H A DDrvHostALSAAudio.cpp97 unsigned int period_size_in; member in struct:ALSAAUDIOCFG
1152 req.period_size = s_ALSAConf.period_size_in;
1383 {"ADCPeriodSize", AUD_OPT_INT, &s_ALSAConf.period_size_in,

Completed in 48 milliseconds