Home
last modified time | relevance | path

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

123456

/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/modules/audio_coding/neteq/
Dbackground_noise.cc180 RTC_DCHECK_LT(channel, num_channels_); in Energy()
185 RTC_DCHECK_LT(channel, num_channels_); in SetMuteFactor()
190 RTC_DCHECK_LT(channel, num_channels_); in MuteFactor()
195 RTC_DCHECK_LT(channel, num_channels_); in Filter()
200 RTC_DCHECK_LT(channel, num_channels_); in FilterState()
206 RTC_DCHECK_LT(channel, num_channels_); in SetFilterState()
213 RTC_DCHECK_LT(channel, num_channels_); in Scale()
217 RTC_DCHECK_LT(channel, num_channels_); in ScaleShift()
242 RTC_DCHECK_LT(channel, num_channels_); in IncrementEnergyThreshold()
280 RTC_DCHECK_LT(channel, num_channels_); in SaveParameters()
Ddelay_manager_unittest.cc114 RTC_DCHECK_LT(kBaseMinimumDelayMs, kMinimumDelayMs); in TEST_F()
147 RTC_DCHECK_LT(kMaximumDelayMs, kMaxBufferSizeMsQ75); in TEST_F()
169 RTC_DCHECK_LT(kMaximumDelayMs, kMaxBufferSizeMs); in TEST_F()
185 RTC_DCHECK_LT(kBaseMinimumDelayMs, kMaximumDelayMs); in TEST_F()
Daudio_vector.h134 RTC_DCHECK_LT(index, capacity); in WrapIndex()
135 RTC_DCHECK_LT(begin_index, capacity); in WrapIndex()
141 RTC_DCHECK_LT(ix, capacity); in WrapIndex()
Dnormal.cc122 RTC_DCHECK_LT(channel_ix, output->Channels()); in Process()
123 RTC_DCHECK_LT(i, output->Size()); in Process()
137 RTC_DCHECK_LT(channel_ix, output->Channels()); in Process()
/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()
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dsymmetric_matrix_buffer.h62 RTC_DCHECK_LT(index, buf_.size()); in Push()
76 RTC_DCHECK_LT(row, S - 1) << "Not enforcing row < col and row != col."; in GetValue()
78 RTC_DCHECK_LT(col, S); in GetValue()
81 RTC_DCHECK_LT(index, buf_.size()); in GetValue()
/external/webrtc/rtc_base/
Dswap_queue.h121 RTC_DCHECK_LT(next_read_index_, queue_.size()); in Clear()
159 RTC_DCHECK_LT(next_write_index_, queue_.size()); in Insert()
160 RTC_DCHECK_LT(old_num_elements, queue_.size()); in Insert()
200 RTC_DCHECK_LT(next_read_index_, queue_.size()); in Remove()
Dfile_rotating_stream.cc216 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/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/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()
367 RTC_DCHECK_LT(vp8_info.referencedBuffersCount, in OnEncodeDone()
375 RTC_DCHECK_LT(vp8_info.updatedBuffersCount, in OnEncodeDone()
497 RTC_DCHECK_LT(stream_index, StreamCount()); in UpdateConfiguration()
Ddefault_temporal_layers.cc291 RTC_DCHECK_LT(stream_index, StreamCount()); in SetQpLimits()
301 RTC_DCHECK_LT(stream_index, StreamCount()); in SupportsEncoderFrameDropping()
310 RTC_DCHECK_LT(stream_index, StreamCount()); in OnRatesUpdated()
324 RTC_DCHECK_LT(stream_index, StreamCount()); in UpdateConfiguration()
382 RTC_DCHECK_LT(stream_index, StreamCount()); in NextFrameConfig()
522 RTC_DCHECK_LT(stream_index, StreamCount()); in OnEncodeDone()
582 RTC_DCHECK_LT(vp8_info.referencedBuffersCount, in OnEncodeDone()
590 RTC_DCHECK_LT(vp8_info.updatedBuffersCount, in OnEncodeDone()
/external/webrtc/modules/audio_processing/
Dresidual_echo_detector.cc101 RTC_DCHECK_LT(next_insertion_index_, kLookbackFrames); in AnalyzeCaptureAudio()
120 RTC_DCHECK_LT(read_index, render_power_.size()); in AnalyzeCaptureAudio()
142 RTC_DCHECK_LT(read_index, render_power_.size()); in AnalyzeCaptureAudio()
160 RTC_DCHECK_LT(echo_likelihood_, 1.1f); in AnalyzeCaptureAudio()
/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()
232 RTC_DCHECK_LT(structure_.structure_id, DependencyDescriptor::kMaxTemplates); in WriteTemplateDependencyStructure()
280 RTC_DCHECK_LT(fdiff - 1, 1 << 4); in WriteTemplateFdiffs()
300 RTC_DCHECK_LT(protected_by, structure_.num_chains); in WriteTemplateChains()
307 RTC_DCHECK_LT(chain_diff, 1 << 4); in WriteTemplateChains()
391 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/audio_processing/aec3/
Dfilter_analyzer.cc114 RTC_DCHECK_LT(region_.start_sample_, filters_time_domain[ch].size()); in AnalyzeRegion()
115 RTC_DCHECK_LT(region_.end_sample_, filters_time_domain[ch].size()); in AnalyzeRegion()
160 RTC_DCHECK_LT(region_.start_sample_, filters_time_domain[ch].size()); in PreProcessFilters()
161 RTC_DCHECK_LT(region_.end_sample_, filters_time_domain[ch].size()); in PreProcessFilters()
199 RTC_DCHECK_LT(r.start_sample_, filter_size); in SetRegionToAnalyze()
200 RTC_DCHECK_LT(r.end_sample_, filter_size); in SetRegionToAnalyze()
/external/webrtc/modules/audio_device/dummy/
Dfile_audio_device_factory.cc46 RTC_DCHECK_LT(inputAudioFilename.size(), MAX_FILENAME_LEN); in SetFilenamesToUse()
47 RTC_DCHECK_LT(outputAudioFilename.size(), MAX_FILENAME_LEN); in SetFilenamesToUse()
/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.cc145 RTC_DCHECK_LT(monitor_id, duplicators_.size()); in DuplicateMonitor()
153 RTC_DCHECK_LT(id, duplicators_.size()); in ScreenRect()
159 RTC_DCHECK_LT(id, duplicators_.size()); in GetDeviceName()
/external/webrtc/modules/audio_processing/agc2/
Dsaturation_protector_buffer.cc54 RTC_DCHECK_LT(next_, buffer_.size()); in PushBack()
69 RTC_DCHECK_LT(FrontIndex(), buffer_.size()); in Front()
/external/webrtc/call/
Drtp_payload_params.cc428 RTC_DCHECK_LT(frame_id, shared_frame_id); in GenericToGeneric()
473 RTC_DCHECK_LT(tl0_frame_id, shared_frame_id); in H264ToGeneric()
480 RTC_DCHECK_LT(frame_id, shared_frame_id); in H264ToGeneric()
514 RTC_DCHECK_LT(temporal_index, kMaxTemporalStreams); in Vp8ToGeneric()
685 RTC_DCHECK_LT(tl0_frame_id, shared_frame_id); in SetDependenciesVp8Deprecated()
692 RTC_DCHECK_LT(frame_id, shared_frame_id); in SetDependenciesVp8Deprecated()
725 RTC_DCHECK_LT(referenced_buffer, kBuffersCountVp8); in SetDependenciesVp8New()
726 RTC_DCHECK_LT(referenced_buffer, buffer_id_to_frame_id_.size()); in SetDependenciesVp8New()
731 RTC_DCHECK_LT(dependency_frame_id, shared_frame_id); in SetDependenciesVp8New()
/external/webrtc/modules/remote_bitrate_estimator/
Dpacket_arrival_map.h66 RTC_DCHECK_LT(sequence_number, end_sequence_number()); in get()
75 RTC_DCHECK_LT(sequence_number, end_sequence_number()); in FindNextAtOrAfter()
/external/webrtc/modules/audio_device/linux/
Dlatebindingsymboltable_linux.h65 RTC_DCHECK_LT(index, NumSymbols()); in GetSymbolName()
107 RTC_DCHECK_LT(index, NumSymbols()); in GetSymbol()
/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()
/external/webrtc/api/numerics/
Dsamples_stats_counter.cc71 RTC_DCHECK_LT(rank, samples_.size()); in GetPercentile()
73 RTC_DCHECK_LT(fract_part, 1); in GetPercentile()

123456