Searched refs:RTC_CHECK_LE (Results 1 – 15 of 15) sorted by relevance
/external/webrtc/webrtc/system_wrappers/include/ |
D | aligned_array.h | 51 RTC_CHECK_LE(row, rows_); in Row() 56 RTC_CHECK_LE(row, rows_); in Row() 61 RTC_CHECK_LE(col, cols_); in At() 66 RTC_CHECK_LE(col, cols_); in At()
|
/external/webrtc/webrtc/modules/audio_device/ |
D | fine_audio_buffer.cc | 99 RTC_CHECK_LE(bytes_left, 0); in GetPlayoutData() 108 RTC_CHECK_LE(playout_cached_bytes_, bytes_per_10_ms_); in GetPlayoutData()
|
/external/webrtc/webrtc/common_video/ |
D | video_frame_buffer.cc | 212 RTC_CHECK_LE(cropped_width, buffer->width()); in ShallowCenterCrop() 213 RTC_CHECK_LE(cropped_height, buffer->height()); in ShallowCenterCrop()
|
/external/webrtc/webrtc/common_audio/ |
D | blocker.cc | 121 RTC_CHECK_LE(num_output_channels_, num_input_channels_); in Blocker() 122 RTC_CHECK_LE(shift_amount_, block_size_); in Blocker()
|
D | real_fourier_openmax.cc | 28 RTC_CHECK_LE(order, TWIDDLE_TABLE_ORDER); in CreateOpenmaxState()
|
D | wav_file.cc | 77 RTC_CHECK_LE(read, num_samples_remaining_); in ReadSamples()
|
/external/webrtc/webrtc/base/ |
D | checks.h | 158 #define RTC_CHECK_LE(val1, val2) RTC_CHECK_OP(LE, <=, val1, val2) macro 171 #define RTC_DCHECK_LE(v1, v2) RTC_CHECK_LE(v1, v2)
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ |
D | audio_encoder.cc | 36 RTC_CHECK_LE(info.encoded_bytes, max_encoded_bytes); in Encode()
|
/external/webrtc/webrtc/video/ |
D | video_quality_test.cc | 663 RTC_CHECK_LE(params_.ss.selected_sl, params_.ss.num_spatial_layers); in CheckParams() 755 RTC_CHECK_LE(params->common.num_temporal_layers, 2); in FillScalabilitySettings() 870 RTC_CHECK_LE(params_.common.width, kWidth); in SetupScreenshare() 871 RTC_CHECK_LE(params_.common.height, kHeight); in SetupScreenshare() 876 RTC_CHECK_LE(params_.screenshare.scroll_duration, in SetupScreenshare()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | nack.cc | 201 RTC_CHECK_LE(max_nack_list_size, kNackListSizeLimitLocal); in SetMaxNackListSize()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | audio_encoder_isac_t_impl.h | 136 RTC_CHECK_LE(static_cast<size_t>(r), max_encoded_bytes); in EncodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
D | audio_encoder_cng.cc | 115 RTC_CHECK_LE(static_cast<int>(frames_to_encode * 10), kMaxFrameSizeMs) in EncodeInternal()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/red/ |
D | audio_encoder_copy_red_unittest.cc | 93 RTC_CHECK_LE(info_.encoded_bytes, max_encoded_bytes); in Encode()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | debug_dump_test.cc | 223 RTC_CHECK_LE(out_channels, channels); in ReadAndDeinterleave()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 872 RTC_CHECK_LE(buffered_amount, std::numeric_limits<int64_t>::max()) in JOW()
|