Home
last modified time | relevance | path

Searched refs:RTC_DCHECK_LE (Results 1 – 25 of 26) sorted by relevance

12

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dsli.cc47 RTC_DCHECK_LE(first, 0x1fff); in Macroblocks()
48 RTC_DCHECK_LE(number, 0x1fff); in Macroblocks()
49 RTC_DCHECK_LE(picture_id, 0x3f); in Macroblocks()
Dtransport_feedback.cc137 RTC_DCHECK_LE(encoded_symbol, 1u); in WriteTo()
143 RTC_DCHECK_LE(encoded_symbol, 1u); in WriteTo()
251 RTC_DCHECK_LE(size, 0x1FFFu); in RunLengthChunk()
588 RTC_DCHECK_LE(base_seq_, 0xFFFF); in Create()
593 RTC_DCHECK_LE(status_count, 0xFFFF); in Create()
744 RTC_DCHECK_LE(index, end_index); in ParseFrom()
Dbye.cc102 RTC_DCHECK_LE(bytes_to_pad, 3u); in Create()
122 RTC_DCHECK_LE(reason.size(), 0xffu); in WithReason()
Dreceiver_report.cc56 RTC_DCHECK_LE(next_report_block, payload + header.payload_size_bytes); in Parse()
Dapp.cc46 RTC_DCHECK_LE(subtype, 0x1f); in WithSubType()
Dnack.cc108 RTC_DCHECK_LE(*index, max_length); in Create()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc102 RTC_DCHECK_LE(hdr.num_ref_pics, kMaxVp9RefPics); in RefIndicesLength()
131 RTC_DCHECK_LE(hdr.num_spatial_layers, kMaxVp9NumberOfSpatialLayers); in SsDataLength()
132 RTC_DCHECK_LE(hdr.gof.num_frames_in_gof, kMaxVp9FramesInGof); in SsDataLength()
143 RTC_DCHECK_LE(hdr.gof.num_ref_pics[i], kMaxVp9RefPics); in SsDataLength()
272 RTC_DCHECK_LE(vp9.num_spatial_layers, kMaxVp9NumberOfSpatialLayers); in WriteSsData()
273 RTC_DCHECK_LE(vp9.gof.num_frames_in_gof, kMaxVp9FramesInGof); in WriteSsData()
Drtp_sender.cc428 RTC_DCHECK_LE(payload_type, 127); in SetRtxPayloadType()
429 RTC_DCHECK_LE(associated_payload_type, 127); in SetRtxPayloadType()
Drtp_rtcp_impl.cc478 RTC_DCHECK_LE(mtu, IP_PACKET_SIZE) << "Invalid mtu: " << mtu; in SetMaxTransferUnit()
/external/webrtc/webrtc/common_audio/
Dswap_queue.h142 RTC_DCHECK_LE(num_elements_, queue_.size()); in Insert()
175 RTC_DCHECK_LE(num_elements_, queue_.size()); in Remove()
/external/webrtc/webrtc/video/
Dvideo_send_stream.cc178 RTC_DCHECK_LE(id, 14); in VideoSendStream()
214 RTC_DCHECK_LE(config_.rtp.max_packet_size, static_cast<size_t>(0xFFFF - 28)); in VideoSendStream()
219 RTC_DCHECK_LE(config.encoder_settings.payload_type, 127); in VideoSendStream()
380 RTC_DCHECK_LE(streams.size(), static_cast<size_t>(kMaxSimulcastStreams)); in ReconfigureVideoEncoder()
386 RTC_DCHECK_LE(video_codec.codecSpecific.VP9.numberOfSpatialLayers, in ReconfigureVideoEncoder()
Dvie_channel.cc481 RTC_DCHECK_LE(payload_type_red, 127); in SetProtectionMode()
482 RTC_DCHECK_LE(payload_type_fec, 127); in SetProtectionMode()
684 RTC_DCHECK_LE(idx, rtp_rtcp_modules_.size()); in GetLocalSSRC()
Dvideo_receive_stream.cc209 RTC_DCHECK_LE(id, 14); in VideoReceiveStream()
/external/webrtc/webrtc/base/
Dchecks.h171 #define RTC_DCHECK_LE(v1, v2) RTC_CHECK_LE(v1, v2) macro
180 #define RTC_DCHECK_LE(v1, v2) RTC_EAT_STREAM_PARAMETERS((v1) <= (v2))
Dbitbuffer.cc22 RTC_DCHECK_LE(bit_count, 8u); in LowestBits()
29 RTC_DCHECK_LE(bit_count, 8u); in HighestBits()
Dfilerotatingstream.cc334 RTC_DCHECK_LE(num_digits, max_digits); in GetFilePath()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.cc45 RTC_DCHECK_LE(new_loss_rate, 1.0); in OptimizePacketLossRate()
47 RTC_DCHECK_LE(old_loss_rate, 1.0); in OptimizePacketLossRate()
/external/webrtc/webrtc/modules/audio_processing/vad/
Dvoice_activity_detector.cc41 RTC_DCHECK_LE(length, kMaxLength); in ProcessChunk()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dscreenshare_layers.cc22 RTC_DCHECK_LE(num_layers, kMaxVp9NumberOfSpatialLayers); in ScreenshareLayersVP9()
/external/webrtc/webrtc/test/
Dlayer_filtering_transport.cc52 RTC_DCHECK_LE(length, static_cast<size_t>(IP_PACKET_SIZE)); in SendRtp()
Dcall_test.cc182 RTC_DCHECK_LE(num_audio_streams, 1u); in CreateSendConfig()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.cc109 RTC_DCHECK_LE(kBitrateWindowMs, kInitializationTimeMs); in Update()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.cc198 RTC_DCHECK_LE(waiting_times_.size(), kLenWaitingTimes); in StoreWaitingTime()
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_enhancer.cc106 RTC_DCHECK_LE(config.rho, 1.0f); in IntelligibilityEnhancer()
/external/webrtc/webrtc/modules/video_coding/
Dcodec_database.cc203 RTC_DCHECK_LE(send_codec->startBitrate, 1000000u); in SetSendCodec()

12