Home
last modified time | relevance | path

Searched refs:RTC_DCHECK_LT (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/base/
Dfilerotatingstream.cc155 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()
Dstringutils.cc60 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()
Dchecks.h172 #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))
Darray_view.h106 RTC_DCHECK_LT(idx, size_);
Dtimeutils.cc140 RTC_DCHECK_LT(static_cast<uint32_t>(elapsed), HALF); in TimeAfter()
Dstringencode.cc414 RTC_DCHECK_LT(val, 16); in hex_encode()
/external/webrtc/webrtc/modules/audio_processing/logging/
Daec_logging_file_handling.cc39 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/
Dchannel_buffer.h78 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()
Dswap_queue.h141 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/
Dscreenshare_layers.cc37 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/
Dnonlinear_beamformer.cc245 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/
Dextended_jitter_report.h39 RTC_DCHECK_LT(index, jitters_count()); in jitter()
Dreport_block.cc68 RTC_DCHECK_LT(cumulative_lost(), (1u << 24)); // Have only 3 bytes for it. in Create()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.cc320 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()