/external/webrtc/api/video_codecs/ |
D | vp8_temporal_layers.cc | 38 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/ |
D | background_noise.cc | 180 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()
|
D | delay_manager_unittest.cc | 114 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()
|
D | audio_vector.h | 134 RTC_DCHECK_LT(index, capacity); in WrapIndex() 135 RTC_DCHECK_LT(begin_index, capacity); in WrapIndex() 141 RTC_DCHECK_LT(ix, capacity); in WrapIndex()
|
D | normal.cc | 122 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/ |
D | mod_ops.h | 23 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/ |
D | symmetric_matrix_buffer.h | 62 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/ |
D | swap_queue.h | 121 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()
|
D | file_rotating_stream.cc | 216 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/ |
D | channel_layout.cc | 173 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/ |
D | screenshare_layers.cc | 76 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()
|
D | default_temporal_layers.cc | 291 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/ |
D | residual_echo_detector.cc | 101 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/ |
D | rtp_dependency_descriptor_writer.cc | 37 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()
|
D | rtp_generic_frame_descriptor.cc | 35 RTC_DCHECK_LT(temporal_layer, kMaxTemporalLayers); in SetTemporalLayer() 93 RTC_DCHECK_LT(fdiff, 1 << 14); in AddFrameDependencyDiff()
|
/external/webrtc/modules/audio_processing/aec3/ |
D | filter_analyzer.cc | 114 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/ |
D | file_audio_device_factory.cc | 46 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/ |
D | circular_buffer.cc | 26 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/ |
D | dxgi_adapter_duplicator.cc | 145 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/ |
D | saturation_protector_buffer.cc | 54 RTC_DCHECK_LT(next_, buffer_.size()); in PushBack() 69 RTC_DCHECK_LT(FrontIndex(), buffer_.size()); in Front()
|
/external/webrtc/call/ |
D | rtp_payload_params.cc | 428 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/ |
D | packet_arrival_map.h | 66 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/ |
D | latebindingsymboltable_linux.h | 65 RTC_DCHECK_LT(index, NumSymbols()); in GetSymbolName() 107 RTC_DCHECK_LT(index, NumSymbols()); in GetSymbol()
|
/external/webrtc/common_audio/ |
D | channel_buffer.h | 94 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/ |
D | samples_stats_counter.cc | 71 RTC_DCHECK_LT(rank, samples_.size()); in GetPercentile() 73 RTC_DCHECK_LT(fract_part, 1); in GetPercentile()
|