Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/include/
Daligned_array.h51 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/
Dfine_audio_buffer.cc99 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_audio/
Dblocker.cc121 RTC_CHECK_LE(num_output_channels_, num_input_channels_); in Blocker()
122 RTC_CHECK_LE(shift_amount_, block_size_); in Blocker()
Dreal_fourier_openmax.cc28 RTC_CHECK_LE(order, TWIDDLE_TABLE_ORDER); in CreateOpenmaxState()
Dwav_file.cc77 RTC_CHECK_LE(read, num_samples_remaining_); in ReadSamples()
/external/webrtc/webrtc/common_video/
Dvideo_frame_buffer.cc212 RTC_CHECK_LE(cropped_width, buffer->width()); in ShallowCenterCrop()
213 RTC_CHECK_LE(cropped_height, buffer->height()); in ShallowCenterCrop()
/external/webrtc/webrtc/base/
Dchecks.h158 #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/
Daudio_encoder.cc36 RTC_CHECK_LE(info.encoded_bytes, max_encoded_bytes); in Encode()
/external/webrtc/webrtc/video/
Dvideo_quality_test.cc663 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/
Dnack.cc201 RTC_CHECK_LE(max_nack_list_size, kNackListSizeLimitLocal); in SetMaxNackListSize()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Daudio_encoder_isac_t_impl.h136 RTC_CHECK_LE(static_cast<size_t>(r), max_encoded_bytes); in EncodeInternal()
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Daudio_encoder_cng.cc115 RTC_CHECK_LE(static_cast<int>(frames_to_encode * 10), kMaxFrameSizeMs) in EncodeInternal()
/external/webrtc/webrtc/modules/audio_coding/codecs/red/
Daudio_encoder_copy_red_unittest.cc93 RTC_CHECK_LE(info_.encoded_bytes, max_encoded_bytes); in Encode()
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc223 RTC_CHECK_LE(out_channels, channels); in ReadAndDeinterleave()
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc872 RTC_CHECK_LE(buffered_amount, std::numeric_limits<int64_t>::max()) in JOW()