/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | sli.cc | 47 RTC_DCHECK_LE(first, 0x1fff); in Macroblocks() 48 RTC_DCHECK_LE(number, 0x1fff); in Macroblocks() 49 RTC_DCHECK_LE(picture_id, 0x3f); in Macroblocks()
|
D | transport_feedback.cc | 137 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()
|
D | bye.cc | 102 RTC_DCHECK_LE(bytes_to_pad, 3u); in Create() 122 RTC_DCHECK_LE(reason.size(), 0xffu); in WithReason()
|
D | receiver_report.cc | 56 RTC_DCHECK_LE(next_report_block, payload + header.payload_size_bytes); in Parse()
|
D | app.cc | 46 RTC_DCHECK_LE(subtype, 0x1f); in WithSubType()
|
D | nack.cc | 108 RTC_DCHECK_LE(*index, max_length); in Create()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp9.cc | 102 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()
|
D | rtp_sender.cc | 428 RTC_DCHECK_LE(payload_type, 127); in SetRtxPayloadType() 429 RTC_DCHECK_LE(associated_payload_type, 127); in SetRtxPayloadType()
|
D | rtp_rtcp_impl.cc | 478 RTC_DCHECK_LE(mtu, IP_PACKET_SIZE) << "Invalid mtu: " << mtu; in SetMaxTransferUnit()
|
/external/webrtc/webrtc/common_audio/ |
D | swap_queue.h | 142 RTC_DCHECK_LE(num_elements_, queue_.size()); in Insert() 175 RTC_DCHECK_LE(num_elements_, queue_.size()); in Remove()
|
/external/webrtc/webrtc/video/ |
D | video_send_stream.cc | 178 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()
|
D | vie_channel.cc | 481 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()
|
D | video_receive_stream.cc | 209 RTC_DCHECK_LE(id, 14); in VideoReceiveStream()
|
/external/webrtc/webrtc/base/ |
D | checks.h | 171 #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))
|
D | bitbuffer.cc | 22 RTC_DCHECK_LE(bit_count, 8u); in LowestBits() 29 RTC_DCHECK_LE(bit_count, 8u); in HighestBits()
|
D | filerotatingstream.cc | 334 RTC_DCHECK_LE(num_digits, max_digits); in GetFilePath()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | audio_encoder_opus.cc | 45 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/ |
D | voice_activity_detector.cc | 41 RTC_DCHECK_LE(length, kMaxLength); in ProcessChunk()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | screenshare_layers.cc | 22 RTC_DCHECK_LE(num_layers, kMaxVp9NumberOfSpatialLayers); in ScreenshareLayersVP9()
|
/external/webrtc/webrtc/test/ |
D | layer_filtering_transport.cc | 52 RTC_DCHECK_LE(length, static_cast<size_t>(IP_PACKET_SIZE)); in SendRtp()
|
D | call_test.cc | 182 RTC_DCHECK_LE(num_audio_streams, 1u); in CreateSendConfig()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | aimd_rate_control.cc | 109 RTC_DCHECK_LE(kBitrateWindowMs, kInitializationTimeMs); in Update()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | statistics_calculator.cc | 198 RTC_DCHECK_LE(waiting_times_.size(), kLenWaitingTimes); in StoreWaitingTime()
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
D | intelligibility_enhancer.cc | 106 RTC_DCHECK_LE(config.rho, 1.0f); in IntelligibilityEnhancer()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | codec_database.cc | 203 RTC_DCHECK_LE(send_codec->startBitrate, 1000000u); in SetSendCodec()
|