HomeSort by relevance Sort by last modified time
    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);
215 const struct submix_config * config_out = &(out->dev->config); local
216 uint32_t latency = (MAX_PIPE_DEPTH_IN_FRAMES * 1000) / config_out->rate;

Completed in 1057 milliseconds