OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_out
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/win/
elevated_controller.h
43
STDMETHOD(GetConfig)(BSTR*
config_out
);
elevated_controller.cc
97
scoped_ptr<base::DictionaryValue>*
config_out
) {
137
config_out
->reset(dictionary);
310
STDMETHODIMP ElevatedController::GetConfig(BSTR*
config_out
) {
325
*
config_out
= ::SysAllocString(UTF8ToUTF16(file_content).c_str());
326
if (
config_out
== 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 127 milliseconds