Home
last modified time | relevance | path

Searched refs:webrtc_impl (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/test/logging/
Dfile_log_writer.h21 namespace webrtc_impl {
43 std::vector<std::unique_ptr<webrtc_impl::FileLogWriter>> writers_;
Dfile_log_writer.cc19 namespace webrtc_impl { namespace
61 return std::make_unique<webrtc_impl::FileLogWriter>(base_path_ + filename); in Create()
/external/webrtc/api/transport/rtp/
Ddependency_descriptor.h116 namespace webrtc_impl {
132 webrtc_impl::StringToDecodeTargetIndications(dtis); in Dtis()
Ddependency_descriptor.cc24 namespace webrtc_impl { namespace
/external/webrtc/modules/audio_device/include/
Dfake_audio_device.h20 : public webrtc_impl::AudioDeviceModuleDefault<AudioDeviceModule> {
Daudio_device_default.h17 namespace webrtc_impl {
Dtest_audio_device.cc48 : public webrtc_impl::AudioDeviceModuleDefault<TestAudioDeviceModule> {
/external/webrtc/api/
Dref_counted_base.h36 mutable webrtc::webrtc_impl::RefCounter ref_count_{0};
/external/webrtc/rtc_base/
Dref_counter.h18 namespace webrtc_impl {
Dref_counted_object.h57 mutable webrtc::webrtc_impl::RefCounter ref_count_{0};
/external/webrtc/common_video/generic_frame_descriptor/
Dgeneric_frame_info.cc42 webrtc_impl::StringToDecodeTargetIndications(indication_symbols); in Dtis()
/external/webrtc/modules/video_capture/windows/
Dhelp_functions_ds.h113 webrtc::webrtc_impl::RefCounter ref_count_{0};
/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.h81 webrtc_impl::StringToDecodeTargetIndications(indication_symbols)), in DependencyInfo()
Ddefault_temporal_layers.h78 webrtc_impl::StringToDecodeTargetIndications(indication_symbols)), in DependencyInfo()
/external/webrtc/api/task_queue/
Dtask_queue_test.cc206 webrtc_impl::RefCounter count_; in TEST_P()