Home
last modified time | relevance | path

Searched refs:RTC_DCHECK_GE (Results 1 – 25 of 229) sorted by relevance

12345678910

/external/webrtc/modules/video_coding/
Dvideo_codec_initializer.cc56 RTC_DCHECK_GE(config.min_transmit_bitrate_bps, 0); in VideoEncoderConfigToVideoCodec()
101 RTC_DCHECK_GE(streams[i].min_bitrate_bps, 0); in VideoEncoderConfigToVideoCodec()
102 RTC_DCHECK_GE(streams[i].target_bitrate_bps, streams[i].min_bitrate_bps); in VideoEncoderConfigToVideoCodec()
103 RTC_DCHECK_GE(streams[i].max_bitrate_bps, streams[i].target_bitrate_bps); in VideoEncoderConfigToVideoCodec()
104 RTC_DCHECK_GE(streams[i].max_qp, 0); in VideoEncoderConfigToVideoCodec()
154 RTC_DCHECK_GE(video_codec.VP8()->numberOfTemporalLayers, 1); in VideoEncoderConfigToVideoCodec()
171 RTC_DCHECK_GE(video_codec.VP9()->numberOfTemporalLayers, 1); in VideoEncoderConfigToVideoCodec()
235 RTC_DCHECK_GE(video_codec.VP9()->numberOfSpatialLayers, 1); in VideoEncoderConfigToVideoCodec()
241 RTC_DCHECK_GE(video_codec.VP9()->numberOfTemporalLayers, 1); in VideoEncoderConfigToVideoCodec()
253 RTC_DCHECK_GE(video_codec.H264()->numberOfTemporalLayers, 1); in VideoEncoderConfigToVideoCodec()
/external/webrtc/audio/
Daudio_transport_impl.cc108 RTC_DCHECK_GE(number_of_channels, 1); in RecordedDataIsAvailable()
111 RTC_DCHECK_GE(sample_rate, AudioProcessing::NativeRate::kSampleRate8kHz); in RecordedDataIsAvailable()
182 RTC_DCHECK_GE(nChannels, 1); in NeedMorePlayData()
184 RTC_DCHECK_GE( in NeedMorePlayData()
219 RTC_DCHECK_GE(number_of_channels, 1); in PullRenderData()
220 RTC_DCHECK_GE(sample_rate, AudioProcessing::NativeRate::kSampleRate8kHz); in PullRenderData()
/external/webrtc/modules/desktop_capture/win/
Ddxgi_adapter_duplicator.cc146 RTC_DCHECK_GE(monitor_id, 0); in DuplicateMonitor()
154 RTC_DCHECK_GE(id, 0); in ScreenRect()
160 RTC_DCHECK_GE(id, 0); in GetDeviceName()
180 RTC_DCHECK_GE(desktop_rect_.left(), 0); in TranslateRect()
181 RTC_DCHECK_GE(desktop_rect_.top(), 0); in TranslateRect()
/external/webrtc/call/
Drtp_bitrate_configurator.cc37 RTC_DCHECK_GE(bitrate_config.min_bitrate_bps, 0); in RtpBitrateConfigurator()
38 RTC_DCHECK_GE(bitrate_config.start_bitrate_bps, in RtpBitrateConfigurator()
41 RTC_DCHECK_GE(bitrate_config.max_bitrate_bps, in RtpBitrateConfigurator()
55 RTC_DCHECK_GE(bitrate_config.min_bitrate_bps, 0); in UpdateWithSdpParameters()
/external/webrtc/audio/voip/
Daudio_egress.cc43 RTC_DCHECK_GE(payload_type, 0); in SetEncoder()
136 RTC_DCHECK_GE(rtp_payload_type, 0); in RegisterTelephoneEventType()
145 RTC_DCHECK_GE(dtmf_event, 0); in SendTelephoneEvent()
147 RTC_DCHECK_GE(duration_ms, 0); in SendTelephoneEvent()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_generic_frame_descriptor.cc34 RTC_DCHECK_GE(temporal_layer, 0); in SetTemporalLayer()
63 RTC_DCHECK_GE(width, 0); in SetResolution()
65 RTC_DCHECK_GE(height, 0); in SetResolution()
Drtp_format_vp8.cc39 RTC_DCHECK_GE(hdr_info.pictureId, 0); in ValidateHeader()
43 RTC_DCHECK_GE(hdr_info.tl0PicIdx, 0); in ValidateHeader()
47 RTC_DCHECK_GE(hdr_info.temporalIdx, 0); in ValidateHeader()
53 RTC_DCHECK_GE(hdr_info.keyIdx, 0); in ValidateHeader()
Drtp_dependency_descriptor_writer.cc222 RTC_DCHECK_GE(structure_.structure_id, 0); in WriteTemplateDependencyStructure()
270 RTC_DCHECK_GE(fdiff - 1, 0); in WriteTemplateFdiffs()
280 RTC_DCHECK_GE(structure_.num_chains, 0); in WriteTemplateChains()
290 RTC_DCHECK_GE(protected_by, 0); in WriteTemplateChains()
297 RTC_DCHECK_GE(chain_diff, 0); in WriteTemplateChains()
381 RTC_DCHECK_GE(chain_diff, 0); in WriteFrameChains()
/external/webrtc/modules/audio_mixer/
Daudio_frame_manipulator.cc37 RTC_DCHECK_GE(start_gain, 0.0f); in Ramp()
38 RTC_DCHECK_GE(target_gain, 0.0f); in Ramp()
59 RTC_DCHECK_GE(target_number_of_channels, 1); in RemixFrame()
/external/webrtc/api/video_codecs/
Dvideo_encoder.cc226 RTC_DCHECK_GE(bitrate_limits[i].min_bitrate_bps, 0); in GetEncoderBitrateLimitsForResolution()
227 RTC_DCHECK_GE(bitrate_limits[i].min_start_bitrate_bps, 0); in GetEncoderBitrateLimitsForResolution()
228 RTC_DCHECK_GE(bitrate_limits[i].max_bitrate_bps, in GetEncoderBitrateLimitsForResolution()
232 RTC_DCHECK_GE(bitrate_limits[i].min_bitrate_bps, in GetEncoderBitrateLimitsForResolution()
234 RTC_DCHECK_GE(bitrate_limits[i].min_start_bitrate_bps, in GetEncoderBitrateLimitsForResolution()
236 RTC_DCHECK_GE(bitrate_limits[i].max_bitrate_bps, in GetEncoderBitrateLimitsForResolution()
Dvp8_temporal_layers_factory.cc32 RTC_DCHECK_GE(num_streams, 1); in Create()
38 RTC_DCHECK_GE(num_temporal_layers, 1); in Create()
/external/webrtc/modules/audio_processing/agc2/
Dadaptive_digital_gain_applier.cc111 RTC_DCHECK_GE(signal_with_levels.input_level_dbfs, -150.f); in Process()
112 RTC_DCHECK_GE(signal_with_levels.float_frame.num_channels(), 1); in Process()
113 RTC_DCHECK_GE(signal_with_levels.float_frame.samples_per_channel(), 1); in Process()
/external/webrtc/modules/audio_processing/vad/
Dvad_audio_proc.cc124 RTC_DCHECK_GE(length_corr, kLpcOrder + 1); in SubframeCorrelation()
140 RTC_DCHECK_GE(length_lpc, kNum10msSubframes * (kLpcOrder + 1)); in GetLpcPolynomials()
179 RTC_DCHECK_GE(length_f_peak, kNum10msSubframes); in FindFirstSpectralPeaks()
235 RTC_DCHECK_GE(length, kNum10msSubframes); in PitchAnalysis()
265 RTC_DCHECK_GE(length_rms, kNum10msSubframes); in Rms()
/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc24 RTC_DCHECK_GE(width, 0); in CalcBufferSize()
25 RTC_DCHECK_GE(height, 0); in CalcBufferSize()
239 RTC_DCHECK_GE(ref_buffer.width(), test_buffer.width()); in I420APSNR()
240 RTC_DCHECK_GE(ref_buffer.height(), test_buffer.height()); in I420APSNR()
285 RTC_DCHECK_GE(ref_buffer.width(), test_buffer.width()); in I420PSNR()
286 RTC_DCHECK_GE(ref_buffer.height(), test_buffer.height()); in I420PSNR()
316 RTC_DCHECK_GE(ref_buffer.width(), test_buffer.width()); in I420ASSIM()
317 RTC_DCHECK_GE(ref_buffer.height(), test_buffer.height()); in I420ASSIM()
351 RTC_DCHECK_GE(ref_buffer.width(), test_buffer.width()); in I420SSIM()
352 RTC_DCHECK_GE(ref_buffer.height(), test_buffer.height()); in I420SSIM()
/external/webrtc/api/video/
Dencoded_image.cc92 RTC_DCHECK_GE(spatial_index, 0); in SpatialLayerFrameSize()
105 RTC_DCHECK_GE(spatial_index, 0); in SetSpatialLayerFrameSize()
107 RTC_DCHECK_GE(size_bytes, 0); in SetSpatialLayerFrameSize()
Dvideo_adaptation_counters.h27 RTC_DCHECK_GE(resolution_adaptations, 0); in VideoAdaptationCounters()
28 RTC_DCHECK_GE(fps_adaptations, 0); in VideoAdaptationCounters()
/external/webrtc/rtc_base/
Drate_statistics.cc58 RTC_DCHECK_GE(count, 0); in Update()
132 RTC_DCHECK_GE(accumulated_count_, oldest_bucket.sum); in EraseOld()
133 RTC_DCHECK_GE(num_samples_, oldest_bucket.num_samples); in EraseOld()
Dbounded_inline_vector.h116 RTC_DCHECK_GE(new_size, 0); in resize()
132 RTC_DCHECK_GE(index, 0);
137 RTC_DCHECK_GE(index, 0);
/external/webrtc/rtc_base/numerics/
Ddivide_round.h25 RTC_DCHECK_GE(dividend, 0); in DivideRoundUp()
37 RTC_DCHECK_GE(dividend, 0); in DivideRoundToNearest()
/external/webrtc/test/logging/
Dlog_writer.h31 RTC_DCHECK_GE(predicted_length, 0); in LogWriteFormat()
37 RTC_DCHECK_GE(actual_length, 0); in LogWriteFormat()
/external/webrtc/modules/audio_coding/neteq/
Dexpand_uma_logger.cc58 RTC_DCHECK_GE(last_value_, *last_logged_value_); in UpdateSampleCounter()
64 RTC_DCHECK_GE(rate, 0); in UpdateSampleCounter()
/external/webrtc/modules/audio_processing/aec3/
Dspectrum_buffer.h41 RTC_DCHECK_GE(size, offset); in OffsetIndex()
43 RTC_DCHECK_GE(size + index + offset, 0); in OffsetIndex()
Dalignment_mixer.cc76 RTC_DCHECK_GE(x.size(), ch); in ProduceOutput()
83 RTC_DCHECK_GE(num_channels_, 2); in Downmix()
98 RTC_DCHECK_GE(num_channels_, 2); in SelectChannel()
/external/webrtc/modules/audio_processing/
Decho_control_mobile_impl.cc132 RTC_DCHECK_GE(AudioBuffer::kMaxSplitFrameLength, in PackRenderAudioBuffer()
163 RTC_DCHECK_GE(160, audio->num_frames_per_band()); in ProcessCaptureAudio()
165 RTC_DCHECK_GE(cancellers_.size(), stream_properties_->num_reverse_channels * in ProcessCaptureAudio()
179 RTC_DCHECK_GE(AudioBuffer::kMaxSplitFrameLength, in ProcessCaptureAudio()
/external/webrtc/modules/audio_coding/codecs/g711/
Daudio_decoder_pcm.h29 RTC_DCHECK_GE(num_channels, 1); in AudioDecoderPcmU()
53 RTC_DCHECK_GE(num_channels, 1); in AudioDecoderPcmA()

12345678910