OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_group
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/
audio_receive_stream.h
98
std::string
sync_group
;
member in struct:webrtc::AudioReceiveStream::Config
video_receive_stream.h
155
std::string
sync_group
;
member in struct:webrtc::VideoReceiveStream::Config
/external/webrtc/webrtc/call/
call.cc
105
void ConfigureSync(const std::string&
sync_group
)
345
ConfigureSync(config.
sync_group
);
362
const std::string&
sync_group
= audio_receive_stream->config().
sync_group
;
local
363
const auto it = sync_stream_mapping_.find(
sync_group
);
367
ConfigureSync(
sync_group
);
455
ConfigureSync(config.
sync_group
);
489
ConfigureSync(receive_stream_impl->config().
sync_group
);
606
void Call::ConfigureSync(const std::string&
sync_group
) {
608
if (voice_engine() == nullptr ||
sync_group
.empty()
[
all
...]
call_perf_tests.cc
308
video_receive_configs_[0].
sync_group
= kSyncGroup;
314
audio_recv_config.
sync_group
= kSyncGroup;
/external/webrtc/webrtc/audio/
audio_receive_stream.cc
73
if (!
sync_group
.empty()) {
74
ss << ",
sync_group
: " <<
sync_group
;
local
/external/webrtc/webrtc/video/
video_receive_stream.cc
59
if (!
sync_group
.empty())
60
ss << ",
sync_group
: " <<
sync_group
;
local
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc
[
all
...]
webrtcvideoengine2.cc
[
all
...]
webrtcvoiceengine_unittest.cc
[
all
...]
webrtcvideoengine2_unittest.cc
[
all
...]
Completed in 100 milliseconds