OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_out
(Results
1 - 1
of
1
) sorted by null
/hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp
126
const struct submix_config&
config_out
= out->dev->config;
local
127
size_t buffer_size =
config_out
.period_size * popcount(
config_out
.channel_mask)
130
// buffer_size,
config_out
.period_size);
217
const struct submix_config *
config_out
= &(out->dev->config);
local
218
uint32_t latency = (MAX_PIPE_DEPTH_IN_FRAMES * 1000) /
config_out
->rate;
Completed in 373 milliseconds