Home
last modified time | relevance | path

Searched refs:RTC_DCHECK_NE (Results 1 – 25 of 35) sorted by relevance

12

/external/webrtc/modules/audio_processing/ns/
Dnoise_estimator.cc91 RTC_DCHECK_NE(denom, 0.f); in PreUpdate()
99 RTC_DCHECK_NE(denom, 0.f); in PreUpdate()
133 RTC_DCHECK_NE(denom, 0.f); in PreUpdate()
/external/webrtc/test/
Dencoder_settings.cc100 RTC_DCHECK_NE(target_bitrate_bps, -1); in CreateVideoStreams()
101 RTC_DCHECK_NE(max_bitrate_bps, -1); in CreateVideoStreams()
/external/webrtc/modules/rtp_rtcp/source/
Dtmmbr_help.cc128 RTC_DCHECK_NE(cur_candidate.packet_overhead(), in FindBoundingSet()
150 RTC_DCHECK_NE(packet_overhead, 0); in FindBoundingSet()
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dsymmetric_matrix_buffer.h71 RTC_DCHECK_NE(row, col) << "The diagonal cannot be accessed."; in GetValue()
Dspectral_features_internal.cc172 RTC_DCHECK_NE(in.data(), out.data()) << "In-place DCT is not supported."; in ComputeDct()
Dpitch_search_internal.cc363 RTC_DCHECK_NE(candidate_pitch_period, candidate_pitch_secondary_period) in CheckLowerPitchPeriodsAndComputePitchGain()
/external/webrtc/rtc_base/deprecated/
Dsignal_thread.h131 RTC_DCHECK_NE(0, t_->refcount_); in EnterExit()
/external/webrtc/rtc_base/
Dchecks.h415 #define RTC_DCHECK_NE(v1, v2) RTC_CHECK_NE(v1, v2) macro
423 #define RTC_DCHECK_NE(v1, v2) RTC_EAT_STREAM_PARAMETERS_OP(Ne, v1, v2) macro
477 #define RTC_DCHECK_NE(a, b) RTC_DCHECK((a) != (b)) macro
Dtime_utils.cc159 RTC_DCHECK_NE(b, 0); in SystemTimeNanos()
/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc388 RTC_DCHECK_NE(-1, active_layer_); in OnEncodeDone()
454 RTC_DCHECK_NE(-1, layers_[0].last_qp); in TimeToSync()
461 RTC_DCHECK_NE(-1, last_sync_timestamp_); in TimeToSync()
/external/webrtc/call/
Drtp_bitrate_configurator.cc56 RTC_DCHECK_NE(bitrate_config.start_bitrate_bps, 0); in UpdateWithSdpParameters()
/external/webrtc/modules/audio_processing/transient/
Dtransient_detector.cc164 RTC_DCHECK_NE(0, reference_energy_); in ReferenceDetectionValue()
/external/webrtc/modules/video_capture/windows/
Dhelp_functions_ds.cc128 RTC_DCHECK_NE(source, target); in CopyMediaType()
/external/webrtc/test/fuzzers/
Daudio_processing_fuzzer_helper.cc143 RTC_DCHECK_NE(apm_return_code, AudioProcessing::kBadDataLengthError); in FuzzAudioProcessing()
/external/webrtc/modules/video_coding/
Dloss_notification_controller_unittest.cc380 RTC_DCHECK_NE(key_frame_frame_id_, never_received_frame_id_); in ReceiveKeyFrame()
394 RTC_DCHECK_NE(frame_id_, never_received_frame_id_); in ReceivePacket()
/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc34 RTC_DCHECK_NE(selected_window, excluded_window); in TopWindowVerifierContext()
/external/webrtc/system_wrappers/source/
Drtp_to_ntp_estimator.cc191 RTC_DCHECK_NE(params_->frequency_khz, 0.0); in Estimate()
/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_bitrate_estimator.cc65 RTC_DCHECK_NE(cluster_id, PacedPacketInfo::kNotAProbe); in HandleProbeAndEstimateBitrate()
/external/webrtc/modules/audio_device/android/
Daudio_manager.cc155 RTC_DCHECK_NE(audio_layer_, AudioDeviceModule::kPlatformDefaultAudio); in Init()
/external/webrtc/call/adaptation/
Dvideo_stream_adapter.cc181 RTC_DCHECK_NE(status_, Status::kValid); in Adaptation()
326 RTC_DCHECK_NE(status, Adaptation::Status::kValid); in operator ()()
/external/webrtc/modules/audio_processing/test/
Dfake_recording_device_unittest.cc128 RTC_DCHECK_NE(buff->channels()[kC][kS], kTestMultiChannelSamples[kC][kS]); in TEST()
/external/webrtc/modules/audio_coding/acm2/
Dacm_receiver.cc243 RTC_DCHECK_NE(-1, last_decoder_->payload_type); in LastDecoder()
/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_delay_analyzer.cc58 RTC_DCHECK_NE(x_vec[lower_ix], x_vec[upper_ix]); in LinearInterpolate()
/external/webrtc/media/base/
Drtp_utils.cc310 RTC_DCHECK_NE(RtpPacketType::kUnknown, packet_type); in IsValidRtpPacketSize()
/external/webrtc/modules/audio_processing/aec3/
Dsuppression_gain.cc162 RTC_DCHECK_NE(0.f, high_band_energy); in UpperBandsGain()

12