OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTC_DCHECK_LT
(Results
1 - 13
of
13
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/logging/
aec_logging_file_handling.cc
39
RTC_DCHECK_LT
(static_cast<size_t>(written), sizeof(filename));
52
RTC_DCHECK_LT
(static_cast<size_t>(written), sizeof(filename));
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
screenshare_layers.cc
37
RTC_DCHECK_LT
(layer_id, num_layers_ - 1);
43
RTC_DCHECK_LT
(layer_id, num_layers_);
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
extended_jitter_report.h
39
RTC_DCHECK_LT
(index, jitters_count());
report_block.cc
68
RTC_DCHECK_LT
(cumulative_lost(), (1u << 24)); // Have only 3 bytes for it.
/external/webrtc/webrtc/common_audio/
channel_buffer.h
78
RTC_DCHECK_LT
(band, num_bands_);
94
RTC_DCHECK_LT
(channel, num_channels_);
106
RTC_DCHECK_LT
(start_frame, num_frames_);
swap_queue.h
141
RTC_DCHECK_LT
(next_write_index_, queue_.size());
174
RTC_DCHECK_LT
(next_read_index_, queue_.size());
/external/webrtc/webrtc/base/
stringutils.cc
60
RTC_DCHECK_LT
(static_cast<unsigned char>(*s2), 128);
83
RTC_DCHECK_LT
(static_cast<unsigned char>(source[pos]), 128);
array_view.h
106
RTC_DCHECK_LT
(idx, size_);
filerotatingstream.cc
155
RTC_DCHECK_LT
(current_bytes_written_, max_file_size_);
235
RTC_DCHECK_LT
(index, file_names_.size());
243
RTC_DCHECK_LT
(current_file_index_, file_names_.size());
284
RTC_DCHECK_LT
(rotation_index_, file_names_.size());
328
RTC_DCHECK_LT
(index, num_files);
checks.h
172
#define
RTC_DCHECK_LT
(v1, v2) RTC_CHECK_LT(v1, v2)
181
#define
RTC_DCHECK_LT
(v1, v2) RTC_EAT_STREAM_PARAMETERS((v1) < (v2))
timeutils.cc
140
RTC_DCHECK_LT
(static_cast<uint32_t>(elapsed), HALF);
/external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.cc
245
RTC_DCHECK_LT
(low_mean_start_bin_, low_mean_end_bin_);
259
RTC_DCHECK_LT
(low_mean_end_bin_, high_mean_end_bin_);
260
RTC_DCHECK_LT
(high_mean_start_bin_, high_mean_end_bin_);
261
RTC_DCHECK_LT
(high_mean_end_bin_, kNumFreqBins - 1);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc
320
RTC_DCHECK_LT
(strlen(c_name), static_cast<size_t>(RTCP_CNAME_SIZE));
328
RTC_DCHECK_LT
(strlen(c_name), static_cast<size_t>(RTCP_CNAME_SIZE));
[
all
...]
Completed in 241 milliseconds