Home
last modified time | relevance | path

Searched refs:RTC_CHECK_GE (Results 1 – 25 of 71) sorted by relevance

123

/external/webrtc/media/base/
Dfake_rtp.cc28 RTC_CHECK_GE(packet1_size, 12 + 4); in CompareHeaderExtensions()
29 RTC_CHECK_GE(packet2_size, 12 + 4); in CompareHeaderExtensions()
42 RTC_CHECK_GE(packet1_size, 12 + 4 + extension_words * 4); in CompareHeaderExtensions()
43 RTC_CHECK_GE(packet2_size, 12 + 4 + extension_words * 4); in CompareHeaderExtensions()
Dfake_frame_source.cc32 RTC_CHECK_GE(next_timestamp_us_, 0); in FakeFrameSource()
/external/webrtc/modules/audio_processing/agc2/
Dlimiter_db_gain_curve.cc83 RTC_CHECK_GE(max_input_level_db_, knee_start_dbfs_ + knee_smoothness_db_); in LimiterDbGainCurve()
111 RTC_CHECK_GE(x, limiter_start_linear_ - 1e-7 * kMaxAbsFloatS16Value); in GetGainFirstDerivativeLinear()
119 RTC_CHECK_GE(x0, limiter_start_linear_); // Beyond-knee region only. in GetGainIntegralLinear()
/external/webrtc/modules/audio_processing/vad/
Dvoice_activity_detector.cc72 RTC_CHECK_GE( in ProcessChunk()
76 RTC_CHECK_GE(pitch_based_vad_.VoicingProbability( in ProcessChunk()
/external/webrtc/api/video/
Di010_buffer.cc220 RTC_CHECK_GE(offset_x, 0); in CropAndScaleFrom()
221 RTC_CHECK_GE(offset_y, 0); in CropAndScaleFrom()
252 RTC_CHECK_GE(offset_col, 0); in PasteFrom()
253 RTC_CHECK_GE(offset_row, 0); in PasteFrom()
Di420_buffer.cc193 RTC_CHECK_GE(offset_x, 0); in CropAndScaleFrom()
194 RTC_CHECK_GE(offset_y, 0); in CropAndScaleFrom()
235 RTC_CHECK_GE(offset_col, 0); in PasteFrom()
236 RTC_CHECK_GE(offset_row, 0); in PasteFrom()
/external/webrtc/api/test/
Dcreate_peer_connection_quality_test_frame_generator.cc48 RTC_CHECK_GE(screen_share_config.scrolling_params->source_width, in ValidateScreenShareConfig()
50 RTC_CHECK_GE(screen_share_config.scrolling_params->source_height, in ValidateScreenShareConfig()
/external/webrtc/sdk/android/native_api/base/
Dinit.cc20 RTC_CHECK_GE(jni::InitGlobalJniVariables(jvm), 0); in InitAndroid()
/external/webrtc/modules/audio_coding/neteq/tools/
Dfake_decode_from_file.cc87 RTC_CHECK_GE(encoded_len, 12); in DecodeInternal()
157 RTC_CHECK_GE(encoded.size(), 12); in PrepareEncoded()
Dinput_audio_file.cc73 RTC_CHECK_GE(new_pos, 0) in Seek()
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_color_aligner.cc44 RTC_CHECK_GE(u_data.size() * 2, y_data.size()); in CalculateYChannel()
45 RTC_CHECK_GE(v_data.size() * 2, y_data.size()); in CalculateYChannel()
142 RTC_CHECK_GE(reference_video->number_of_frames(), in CalculateColorTransformationMatrix()
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dfake_polqa.cc38 RTC_CHECK_GE(argc, 3) << kErrorMessage; in main()
/external/webrtc/test/pc/e2e/
Dpeer_configurer.cc105 RTC_CHECK_GE(run_params.video_codecs.size(), 1); in ValidateParams()
150 RTC_CHECK_GE(*video_config.simulcast_config->target_spatial_index, 0); in ValidateParams()
/external/webrtc/common_audio/
Dreal_fourier.cc33 RTC_CHECK_GE(order, 0); in FftLength()
Daudio_converter.cc126 RTC_CHECK_GE(converters_.size(), 2); in CompositionConverter()
216 RTC_CHECK_GE(dst_capacity, dst_channels() * dst_frames()); in CheckSizes()
Dreal_fourier_ooura.cc45 RTC_CHECK_GE(fft_order, 1); in RealFourierOoura()
/external/webrtc/modules/audio_coding/neteq/test/
Dneteq_speed_test.cc43 RTC_CHECK_GE(absl::GetFlag(FLAGS_lossrate), 0); in main()
/external/webrtc/modules/audio_processing/test/conversational_speech/
Dsimulator.cc137 RTC_CHECK_GE(interval_begin, wav_writer->num_samples()); in PadLeftWriteChunk()
153 RTC_CHECK_GE(pad_samples, wav_writer->num_samples()); in PadRightWrite()
Dtiming.cc33 RTC_CHECK_GE(fields.size(), 3); in LoadTiming()
/external/webrtc/modules/video_coding/
Dframe_dependencies_calculator.cc33 RTC_CHECK_GE(buffer_usage.id, 0); in FromBuffersUsage()
/external/webrtc/rtc_base/numerics/
Dhistogram_percentile_counter.cc54 RTC_CHECK_GE(fraction, 0.0); in GetPercentile()
/external/webrtc/common_audio/resampler/
Dpush_sinc_resampler.cc53 RTC_CHECK_GE(destination_capacity, destination_frames_); in Resample()
/external/webrtc/rtc_base/
Dchecks.h406 #define RTC_CHECK_GE(val1, val2) RTC_CHECK_OP(Ge, >=, val1, val2) macro
418 #define RTC_DCHECK_GE(v1, v2) RTC_CHECK_GE(v1, v2)
465 #define RTC_CHECK_GE(a, b) RTC_CHECK((a) >= (b)) macro
/external/webrtc/call/
Dcall_factory.cc52 RTC_CHECK_GE(queue_length, 0); in ParseDegradationConfig()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_format_h264.cc169 RTC_CHECK_GE(payload_size_left, fragment.size()); in PacketizeStapA()
264 RTC_CHECK_GE(payload_capacity, kNalHeaderSize); in NextAggregatePacket()

123