Searched refs:RTC_DCHECK_LT (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/webrtc/base/ |
D | filerotatingstream.cc | 155 RTC_DCHECK_LT(current_bytes_written_, max_file_size_); in Write() 235 RTC_DCHECK_LT(index, file_names_.size()); in GetFilePath() 243 RTC_DCHECK_LT(current_file_index_, file_names_.size()); in OpenCurrentFile() 284 RTC_DCHECK_LT(rotation_index_, file_names_.size()); in RotateFiles() 328 RTC_DCHECK_LT(index, num_files); in GetFilePath()
|
D | stringutils.cc | 60 RTC_DCHECK_LT(static_cast<unsigned char>(*s2), 128); in ascii_string_compare() 83 RTC_DCHECK_LT(static_cast<unsigned char>(source[pos]), 128); in asccpyn()
|
D | checks.h | 172 #define RTC_DCHECK_LT(v1, v2) RTC_CHECK_LT(v1, v2) macro 181 #define RTC_DCHECK_LT(v1, v2) RTC_EAT_STREAM_PARAMETERS((v1) < (v2))
|
D | array_view.h | 106 RTC_DCHECK_LT(idx, size_);
|
D | timeutils.cc | 140 RTC_DCHECK_LT(static_cast<uint32_t>(elapsed), HALF); in TimeAfter()
|
D | stringencode.cc | 414 RTC_DCHECK_LT(val, 16); in hex_encode()
|
/external/webrtc/webrtc/modules/audio_processing/logging/ |
D | aec_logging_file_handling.cc | 39 RTC_DCHECK_LT(static_cast<size_t>(written), sizeof(filename)); in WebRtcAec_ReopenWav() 52 RTC_DCHECK_LT(static_cast<size_t>(written), sizeof(filename)); in WebRtcAec_RawFileOpen()
|
/external/webrtc/webrtc/common_audio/ |
D | channel_buffer.h | 78 RTC_DCHECK_LT(band, num_bands_); in channels() 94 RTC_DCHECK_LT(channel, num_channels_); in bands() 106 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()
|
D | swap_queue.h | 141 RTC_DCHECK_LT(next_write_index_, queue_.size()); in Insert() 174 RTC_DCHECK_LT(next_read_index_, queue_.size()); in Remove()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | screenshare_layers.cc | 37 RTC_DCHECK_LT(layer_id, num_layers_ - 1); in ConfigureBitrate() 43 RTC_DCHECK_LT(layer_id, num_layers_); in LayerFrameEncoded()
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | nonlinear_beamformer.cc | 245 RTC_DCHECK_LT(low_mean_start_bin_, low_mean_end_bin_); in InitLowFrequencyCorrectionRanges() 259 RTC_DCHECK_LT(low_mean_end_bin_, high_mean_end_bin_); in InitHighFrequencyCorrectionRanges() 260 RTC_DCHECK_LT(high_mean_start_bin_, high_mean_end_bin_); in InitHighFrequencyCorrectionRanges() 261 RTC_DCHECK_LT(high_mean_end_bin_, kNumFreqBins - 1); in InitHighFrequencyCorrectionRanges()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | extended_jitter_report.h | 39 RTC_DCHECK_LT(index, jitters_count()); in jitter()
|
D | report_block.cc | 68 RTC_DCHECK_LT(cumulative_lost(), (1u << 24)); // Have only 3 bytes for it. in Create()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_sender.cc | 320 RTC_DCHECK_LT(strlen(c_name), static_cast<size_t>(RTCP_CNAME_SIZE)); in SetCNAME() 328 RTC_DCHECK_LT(strlen(c_name), static_cast<size_t>(RTCP_CNAME_SIZE)); in AddMixedCNAME()
|