Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dfallback_desktop_capturer_wrapper.cc137 RTC_HISTOGRAM_BOOLEAN( in SelectSource()
168 RTC_HISTOGRAM_BOOLEAN("WebRTC.DesktopCapture.PrimaryCapturerError", in OnCaptureResult()
170 RTC_HISTOGRAM_BOOLEAN("WebRTC.DesktopCapture.PrimaryCapturerPermanentError", in OnCaptureResult()
Dblank_detector_desktop_capturer_wrapper.cc87 RTC_HISTOGRAM_BOOLEAN("WebRTC.DesktopCapture.BlankFrameDetected", in OnCaptureResult()
/external/webrtc/modules/audio_processing/aec3/
Decho_remover_metrics.cc153 RTC_HISTOGRAM_BOOLEAN( in Update()
156 RTC_HISTOGRAM_BOOLEAN( in Update()
163 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.EchoCanceller.CaptureSaturation", in Update()
/external/webrtc/sdk/android/src/jni/audio_device/
Daudio_device_module.cc207 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.InitPlayoutSuccess", in InitPlayout()
233 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.InitRecordingSuccess", in InitRecording()
252 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.StartPlayoutSuccess", in StartPlayout()
272 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.StopPlayoutSuccess", in StopPlayout()
291 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.StartRecordingSuccess", in StartRecording()
310 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.StopRecordingSuccess", in StopRecording()
Daudio_record_jni.cc167 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.SourceMatchesRecordingSession", in StopRecording()
/external/webrtc/modules/audio_device/
Daudio_device_impl.cc757 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.InitPlayoutSuccess", in InitPlayout()
770 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.InitRecordingSuccess", in InitRecording()
796 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.StartPlayoutSuccess", in StartPlayout()
807 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.StopPlayoutSuccess", in StopPlayout()
827 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.StartRecordingSuccess", in StartRecording()
838 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.StopRecordingSuccess", in StopRecording()
Daudio_device_buffer.cc173 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.RecordedOnlyZeros", only_zeros); in StopRecording()
/external/webrtc/sdk/objc/native/src/audio/
Daudio_device_module_ios.mm488 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.InitPlayoutSuccess",
501 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.InitRecordingSuccess",
527 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.StartPlayoutSuccess",
538 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.StopPlayoutSuccess",
558 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.StartRecordingSuccess",
569 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.StopRecordingSuccess",
Dvoice_processing_audio_unit.mm299 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.BuiltInAGCWasEnabledByDefault",
306 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.BuiltInAGCIsEnabled", agc_is_enabled);
/external/webrtc/modules/desktop_capture/win/
Ddxgi_texture_staging.cc50 RTC_HISTOGRAM_BOOLEAN("WebRTC.DesktopCapture.StagingTextureRecreate", in InitializeStage()
/external/webrtc/system_wrappers/source/
Dmetrics_unittest.cc66 RTC_HISTOGRAM_BOOLEAN(kName, kSample); in TEST_F()
/external/webrtc/system_wrappers/include/
Dmetrics.h180 #define RTC_HISTOGRAM_BOOLEAN(name, sample) \ macro
325 #define RTC_HISTOGRAM_BOOLEAN(name, sample) webrtc::metrics_impl::NoOp(name, sample) macro
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_decoder.cc335 RTC_HISTOGRAM_BOOLEAN("WebRTC.Video.LibvpxVp8Decoder.TooManyPendingFrames", in ReturnFrame()
/external/webrtc/modules/audio_processing/agc/
Dagc_manager_direct.cc197 RTC_HISTOGRAM_BOOLEAN("WebRTC.Audio.AgcClippingAdjustmentAllowed", in HandleClipping()
/external/webrtc/pc/
Dpeer_connection.cc3751 RTC_HISTOGRAM_BOOLEAN(kSimulcastDisabled, true); in AssociateTransceiver()