Home
last modified time | relevance | path

Searched refs:RTC_CHECK_LE (Results 1 – 25 of 54) sorted by relevance

123

/external/webrtc/test/fuzzers/
Drtp_packetizer_av1_fuzzer.cc50 RTC_CHECK_LE(rtp_packet.payload_size(), in FuzzOneInput()
56 RTC_CHECK_LE(rtp_packet.payload_size(), in FuzzOneInput()
62 RTC_CHECK_LE(rtp_packet.payload_size(), limits.max_payload_len) in FuzzOneInput()
67 RTC_CHECK_LE(rtp_packet.payload_size(), in FuzzOneInput()
Drtp_dependency_descriptor_fuzzer.cc57 RTC_CHECK_LE(value_size, raw.size()); in FuzzOneInput()
/external/webrtc/api/video/
Di010_buffer.cc216 RTC_CHECK_LE(crop_width, src.width()); in CropAndScaleFrom()
217 RTC_CHECK_LE(crop_height, src.height()); in CropAndScaleFrom()
218 RTC_CHECK_LE(crop_width + offset_x, src.width()); in CropAndScaleFrom()
219 RTC_CHECK_LE(crop_height + offset_y, src.height()); in CropAndScaleFrom()
250 RTC_CHECK_LE(picture.width() + offset_col, width()); in PasteFrom()
251 RTC_CHECK_LE(picture.height() + offset_row, height()); in PasteFrom()
Di420_buffer.cc189 RTC_CHECK_LE(crop_width, src.width()); in CropAndScaleFrom()
190 RTC_CHECK_LE(crop_height, src.height()); in CropAndScaleFrom()
191 RTC_CHECK_LE(crop_width + offset_x, src.width()); in CropAndScaleFrom()
192 RTC_CHECK_LE(crop_height + offset_y, src.height()); in CropAndScaleFrom()
233 RTC_CHECK_LE(picture.width() + offset_col, width()); in PasteFrom()
234 RTC_CHECK_LE(picture.height() + offset_row, height()); in PasteFrom()
/external/webrtc/audio/utility/
Dchannel_mixer.cc46 RTC_CHECK_LE(frame->samples_per_channel() * output_channels_, in Transform()
84 RTC_CHECK_LE(index, audio_vector_size_); in Transform()
/external/webrtc/video/
Dbuffered_frame_decryptor.cc74 RTC_CHECK_LE(max_plaintext_byte_size, frame->size()); in DecryptFrame()
102 RTC_CHECK_LE(decrypt_result.bytes_written, max_plaintext_byte_size); in DecryptFrame()
/external/webrtc/modules/audio_coding/codecs/opus/test/
Dlapped_transform.h51 RTC_CHECK_LE(row, rows_); in Row()
56 RTC_CHECK_LE(row, rows_); in Row()
Dblocker.cc119 RTC_CHECK_LE(num_output_channels_, num_input_channels_); in Blocker()
120 RTC_CHECK_LE(shift_amount_, block_size_); in Blocker()
/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_encoded_image_data_injector.cc78 RTC_CHECK_LE(insertion_pos + kEncodedImageBufferExpansion, source.size()); in ExtractData()
113 RTC_CHECK_LE(source_pos + kEncodedImageBufferExpansion + info.length, in ExtractData()
/external/webrtc/sdk/android/src/jni/pc/
Ddata_channel.cc120 RTC_CHECK_LE(id, std::numeric_limits<int32_t>::max()) in JNI_DataChannel_Id()
134 RTC_CHECK_LE(buffered_amount, std::numeric_limits<int64_t>::max()) in JNI_DataChannel_BufferedAmount()
/external/webrtc/api/audio/
Daudio_frame.cc90 RTC_CHECK_LE(length, kMaxDataSizeSamples); in UpdateFrame()
117 RTC_CHECK_LE(length, kMaxDataSizeSamples); in CopyFrom()
/external/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.cc218 RTC_CHECK_LE(quality, WEBRTC_CNG_MAX_LPC_ORDER);
223 RTC_CHECK_LE(quality, WEBRTC_CNG_MAX_LPC_ORDER); in Reset()
259 RTC_CHECK_LE(num_samples, kCngMaxOutsizeOrder); in Encode()
/external/webrtc/test/
Dmock_audio_encoder.cc52 RTC_CHECK_LE(info_.encoded_bytes, payload_.size()); in operator ()()
Dframe_generator_capturer.cc119 RTC_CHECK_LE(crop_width, config.width); in Create()
120 RTC_CHECK_LE(crop_height, config.height); in Create()
/external/webrtc/api/
Drtc_event_log_output_file.cc47 RTC_CHECK_LE(max_size_bytes_, kMaxReasonableFileSize); in RtcEventLogOutputFile()
/external/webrtc/rtc_base/numerics/
Dhistogram_percentile_counter.cc53 RTC_CHECK_LE(fraction, 1.0); in GetPercentile()
Dsamples_stats_counter.cc48 RTC_CHECK_LE(percentile, 1); in GetPercentile()
Dpercentile_filter.h64 RTC_CHECK_LE(percentile, 1.0f); in PercentileFilter()
/external/webrtc/modules/audio_processing/test/conversational_speech/
Dtiming.cc34 RTC_CHECK_LE(fields.size(), 4); in LoadTiming()
/external/webrtc/rtc_base/
Dchecks.h404 #define RTC_CHECK_LE(val1, val2) RTC_CHECK_OP(Le, <=, val1, val2) macro
416 #define RTC_DCHECK_LE(v1, v2) RTC_CHECK_LE(v1, v2)
463 #define RTC_CHECK_LE(a, b) RTC_CHECK((a) <= (b)) macro
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_packet.cc33 RTC_CHECK_LE(max_length, IP_PACKET_SIZE); in Build()
/external/webrtc/test/testsupport/
Dvideo_frame_writer.cc32 RTC_CHECK_LE(std::abs(static_cast<double>(width) / height - in ExtractI420BufferWithSize()
/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc81 RTC_CHECK_LE(*low_loss_threshold, 1.0f) in ReadBweLossExperimentParameters()
85 RTC_CHECK_LE(*high_loss_threshold, 1.0f) in ReadBweLossExperimentParameters()
87 RTC_CHECK_LE(*low_loss_threshold, *high_loss_threshold) in ReadBweLossExperimentParameters()
/external/webrtc/api/test/
Dcreate_peer_connection_quality_test_frame_generator.cc46 RTC_CHECK_LE(screen_share_config.scrolling_params->duration, in ValidateScreenShareConfig()
/external/webrtc/modules/audio_processing/agc2/
Dlimiter_db_gain_curve.cc118 RTC_CHECK_LE(x0, x1); // Valid interval. in GetGainIntegralLinear()

123