Home
last modified time | relevance | path

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

12345

/external/webrtc/api/video_codecs/
Dvp8_temporal_layers.cc38 RTC_DCHECK_LT(stream_index, controllers_.size()); in SetQpLimits()
48 RTC_DCHECK_LT(stream_index, controllers_.size()); in SupportsEncoderFrameDropping()
56 RTC_DCHECK_LT(stream_index, controllers_.size()); in OnRatesUpdated()
62 RTC_DCHECK_LT(stream_index, controllers_.size()); in UpdateConfiguration()
68 RTC_DCHECK_LT(stream_index, controllers_.size()); in NextFrameConfig()
78 RTC_DCHECK_LT(stream_index, controllers_.size()); in OnEncodeDone()
85 RTC_DCHECK_LT(stream_index, controllers_.size()); in OnFrameDropped()
/external/webrtc/rtc_base/numerics/
Dmod_ops.h23 RTC_DCHECK_LT(a, M); in Add()
33 RTC_DCHECK_LT(a, M); in Subtract()
68 RTC_DCHECK_LT(a, M); in ForwardDiff()
69 RTC_DCHECK_LT(b, M); in ForwardDiff()
113 RTC_DCHECK_LT(a, M); in ReverseDiff()
114 RTC_DCHECK_LT(b, M); in ReverseDiff()
Dsamples_stats_counter.cc66 RTC_DCHECK_LT(rank, samples_.size()); in GetPercentile()
68 RTC_DCHECK_LT(fract_part, 1); in GetPercentile()
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dsymmetric_matrix_buffer.h61 RTC_DCHECK_LT(index, buf_.size()); in Push()
75 RTC_DCHECK_LT(row, S - 1) << "Not enforcing row < col and row != col."; in GetValue()
77 RTC_DCHECK_LT(col, S); in GetValue()
80 RTC_DCHECK_LT(index, buf_.size()); in GetValue()
Dlp_residual.cc36 RTC_DCHECK_LT(max_lag, x.size()); in ComputeCrossCorrelation()
121 RTC_DCHECK_LT(kNumLpcCoefficients, x.size()); in ComputeLpResidual()
/external/webrtc/api/audio/
Dchannel_layout.cc173 RTC_DCHECK_LT(static_cast<size_t>(layout), arraysize(kLayoutToChannels)); in ChannelLayoutToChannelCount()
204 RTC_DCHECK_LT(static_cast<size_t>(layout), arraysize(kChannelOrderings)); in ChannelOrder()
205 RTC_DCHECK_LT(static_cast<size_t>(channel), arraysize(kChannelOrderings[0])); in ChannelOrder()
/external/webrtc/rtc_base/
Dswap_queue.h121 RTC_DCHECK_LT(next_read_index_, queue_.size()); in Clear()
158 RTC_DCHECK_LT(next_write_index_, queue_.size()); in Insert()
159 RTC_DCHECK_LT(old_num_elements, queue_.size()); in Insert()
198 RTC_DCHECK_LT(next_read_index_, queue_.size()); in Remove()
Dfile_rotating_stream.cc218 RTC_DCHECK_LT(current_bytes_written_, max_file_size_); in Write()
270 RTC_DCHECK_LT(index, file_names_.size()); in GetFilePath()
278 RTC_DCHECK_LT(current_file_index_, file_names_.size()); in OpenCurrentFile()
306 RTC_DCHECK_LT(rotation_index_, file_names_.size()); in RotateFiles()
330 RTC_DCHECK_LT(index, num_files); in GetFilePath()
336 RTC_DCHECK_LT(1 + max_digits, buffer_size); in GetFilePath()
/external/webrtc/modules/audio_processing/
Dresidual_echo_detector.cc104 RTC_DCHECK_LT(next_insertion_index_, kLookbackFrames); in AnalyzeCaptureAudio()
123 RTC_DCHECK_LT(read_index, render_power_.size()); in AnalyzeCaptureAudio()
145 RTC_DCHECK_LT(read_index, render_power_.size()); in AnalyzeCaptureAudio()
163 RTC_DCHECK_LT(echo_likelihood_, 1.1f); in AnalyzeCaptureAudio()
/external/webrtc/modules/audio_processing/aec3/
Dfilter_analyzer.cc118 RTC_DCHECK_LT(region_.start_sample_, filters_time_domain[ch].size()); in AnalyzeRegion()
119 RTC_DCHECK_LT(region_.end_sample_, filters_time_domain[ch].size()); in AnalyzeRegion()
164 RTC_DCHECK_LT(region_.start_sample_, filters_time_domain[ch].size()); in PreProcessFilters()
165 RTC_DCHECK_LT(region_.end_sample_, filters_time_domain[ch].size()); in PreProcessFilters()
198 RTC_DCHECK_LT(r.start_sample_, filter_size); in SetRegionToAnalyze()
199 RTC_DCHECK_LT(r.end_sample_, filter_size); in SetRegionToAnalyze()
Dblock_framer.cc27 RTC_DCHECK_LT(0, num_bands); in BlockFramer()
28 RTC_DCHECK_LT(0, num_channels); in BlockFramer()
Dsuppression_gain.cc113 RTC_DCHECK_LT(0, render.size()); in UpperBandsGain()
330 RTC_DCHECK_LT(0, state_change_duration_blocks_);
418 RTC_DCHECK_LT(kLastLfBand, kFirstHfBand); in GainParameters()
421 RTC_DCHECK_LT(lf.enr_transparent, lf.enr_suppress); in GainParameters()
422 RTC_DCHECK_LT(hf.enr_transparent, hf.enr_suppress); in GainParameters()
Dframe_blocker.cc22 RTC_DCHECK_LT(0, num_bands); in FrameBlocker()
23 RTC_DCHECK_LT(0, num_channels); in FrameBlocker()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_dependency_descriptor_writer.cc37 RTC_DCHECK_LT(next.spatial_id, DependencyDescriptor::kMaxSpatialIds); in GetNextLayerIdc()
38 RTC_DCHECK_LT(next.temporal_id, DependencyDescriptor::kMaxTemporalIds); in GetNextLayerIdc()
223 RTC_DCHECK_LT(structure_.structure_id, DependencyDescriptor::kMaxTemplates); in WriteTemplateDependencyStructure()
271 RTC_DCHECK_LT(fdiff - 1, 1 << 4); in WriteTemplateFdiffs()
291 RTC_DCHECK_LT(protected_by, structure_.num_chains); in WriteTemplateChains()
298 RTC_DCHECK_LT(chain_diff, 1 << 4); in WriteTemplateChains()
382 RTC_DCHECK_LT(chain_diff, 1 << 8); in WriteFrameChains()
Drtp_generic_frame_descriptor.cc35 RTC_DCHECK_LT(temporal_layer, kMaxTemporalLayers); in SetTemporalLayer()
93 RTC_DCHECK_LT(fdiff, 1 << 14); in AddFrameDependencyDiff()
/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc76 RTC_DCHECK_LT(stream_index, StreamCount()); in SetQpLimits()
78 RTC_DCHECK_LT(0, min_qp); in SetQpLimits()
97 RTC_DCHECK_LT(stream_index, StreamCount()); in SupportsEncoderFrameDropping()
104 RTC_DCHECK_LT(stream_index, StreamCount()); in NextFrameConfig()
253 RTC_DCHECK_LT(stream_index, StreamCount()); in OnRatesUpdated()
297 RTC_DCHECK_LT(stream_index, StreamCount()); in OnEncodeDone()
364 RTC_DCHECK_LT(vp8_info.referencedBuffersCount, in OnEncodeDone()
372 RTC_DCHECK_LT(vp8_info.updatedBuffersCount, in OnEncodeDone()
494 RTC_DCHECK_LT(stream_index, StreamCount()); in UpdateConfiguration()
Ddefault_temporal_layers.cc267 RTC_DCHECK_LT(stream_index, StreamCount()); in SetQpLimits()
277 RTC_DCHECK_LT(stream_index, StreamCount()); in SupportsEncoderFrameDropping()
286 RTC_DCHECK_LT(stream_index, StreamCount()); in OnRatesUpdated()
300 RTC_DCHECK_LT(stream_index, StreamCount()); in UpdateConfiguration()
358 RTC_DCHECK_LT(stream_index, StreamCount()); in NextFrameConfig()
485 RTC_DCHECK_LT(stream_index, StreamCount()); in OnEncodeDone()
547 RTC_DCHECK_LT(vp8_info.referencedBuffersCount, in OnEncodeDone()
555 RTC_DCHECK_LT(vp8_info.updatedBuffersCount, in OnEncodeDone()
/external/webrtc/modules/audio_device/dummy/
Dfile_audio_device_factory.cc44 RTC_DCHECK_LT(strlen(inputAudioFilename), MAX_FILENAME_LEN); in SetFilenamesToUse()
45 RTC_DCHECK_LT(strlen(outputAudioFilename), MAX_FILENAME_LEN); in SetFilenamesToUse()
/external/webrtc/modules/audio_coding/neteq/
Daudio_vector.h132 RTC_DCHECK_LT(index, capacity); in WrapIndex()
133 RTC_DCHECK_LT(begin_index, capacity); in WrapIndex()
139 RTC_DCHECK_LT(ix, capacity); in WrapIndex()
Dnormal.cc116 RTC_DCHECK_LT(channel_ix, output->Channels()); in Process()
117 RTC_DCHECK_LT(i, output->Size()); in Process()
131 RTC_DCHECK_LT(channel_ix, output->Channels()); in Process()
/external/webrtc/call/
Drtp_payload_params.cc308 RTC_DCHECK_LT(frame_id, shared_frame_id); in GenericToGeneric()
352 RTC_DCHECK_LT(tl0_frame_id, shared_frame_id); in H264ToGeneric()
359 RTC_DCHECK_LT(frame_id, shared_frame_id); in H264ToGeneric()
431 RTC_DCHECK_LT(tl0_frame_id, shared_frame_id); in SetDependenciesVp8Deprecated()
438 RTC_DCHECK_LT(frame_id, shared_frame_id); in SetDependenciesVp8Deprecated()
471 RTC_DCHECK_LT(referenced_buffer, kBuffersCountVp8); in SetDependenciesVp8New()
472 RTC_DCHECK_LT(referenced_buffer, buffer_id_to_frame_id_.size()); in SetDependenciesVp8New()
477 RTC_DCHECK_LT(dependency_frame_id, shared_frame_id); in SetDependenciesVp8New()
/external/webrtc/modules/audio_processing/echo_detector/
Dcircular_buffer.cc26 RTC_DCHECK_LT(next_insertion_index_, buffer_.size()); in Push()
38 RTC_DCHECK_LT(index, buffer_.size()); in Pop()
/external/webrtc/modules/desktop_capture/win/
Ddxgi_adapter_duplicator.cc147 RTC_DCHECK_LT(monitor_id, duplicators_.size()); in DuplicateMonitor()
155 RTC_DCHECK_LT(id, duplicators_.size()); in ScreenRect()
161 RTC_DCHECK_LT(id, duplicators_.size()); in GetDeviceName()
/external/webrtc/modules/audio_processing/agc2/
Dadaptive_mode_level_estimator.cc41 RTC_DCHECK_LT(vad_data.speech_rms_dbfs, 50.f); in UpdateEstimation()
43 RTC_DCHECK_LT(vad_data.speech_peak_dbfs, 50.f); in UpdateEstimation()
/external/webrtc/common_audio/
Dchannel_buffer.h94 RTC_DCHECK_LT(band, num_bands_);
116 RTC_DCHECK_LT(channel, num_channels_); in bands()
135 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()

12345