Home
last modified time | relevance | path

Searched refs:RTC_DCHECK_GT (Results 1 – 25 of 28) sorted by relevance

12

/external/webrtc/webrtc/common_video/
Dvideo_frame_buffer.cc45 RTC_DCHECK_GT(width, 0); in I420Buffer()
46 RTC_DCHECK_GT(height, 0); in I420Buffer()
112 RTC_DCHECK_GT(width, 0); in NativeHandleBuffer()
113 RTC_DCHECK_GT(height, 0); in NativeHandleBuffer()
Dvideo_frame.cc65 RTC_DCHECK_GT(width, 0); in CreateEmptyFrame()
66 RTC_DCHECK_GT(height, 0); in CreateEmptyFrame()
/external/webrtc/webrtc/test/
Dlayer_filtering_transport.cc59 RTC_DCHECK_GT(length, header.headerLength); in SendRtp()
61 RTC_DCHECK_GT(payload_length, header.paddingLength); in SendRtp()
Dframe_generator.cc150 RTC_DCHECK_GT(num_frames_, 0u); in ScrollingImageFrameGenerator()
155 RTC_DCHECK_GT(scroll_time_ms + pause_time_ms, 0); in ScrollingImageFrameGenerator()
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Darray_util.cc61 RTC_DCHECK_GT(array_geometry.size(), 1u); in GetDirectionIfLinear()
76 RTC_DCHECK_GT(array_geometry.size(), 1u); in GetNormalIfPlanar()
Dnonlinear_beamformer.cc244 RTC_DCHECK_GT(low_mean_start_bin_, 0U); in InitLowFrequencyCorrectionRanges()
550 RTC_DCHECK_GT(last, first); in MaskRangeMean()
/external/webrtc/webrtc/common_audio/include/
Daudio_util.h157 RTC_DCHECK_GT(num_channels, 0); in DownmixInterleavedToMonoImpl()
158 RTC_DCHECK_GT(num_frames, 0u); in DownmixInterleavedToMonoImpl()
/external/webrtc/webrtc/base/
Dchecks.h174 #define RTC_DCHECK_GT(v1, v2) RTC_CHECK_GT(v1, v2) macro
183 #define RTC_DCHECK_GT(v1, v2) RTC_EAT_STREAM_PARAMETERS((v1) > (v2))
Dfilerotatingstream.cc40 RTC_DCHECK_GT(max_file_size, 0u); in FileRotatingStream()
41 RTC_DCHECK_GT(num_files, 1u); in FileRotatingStream()
/external/webrtc/webrtc/video/
Dreceive_statistics_proxy.cc167 RTC_DCHECK_GT(width, 0); in OnRenderedFrame()
168 RTC_DCHECK_GT(height, 0); in OnRenderedFrame()
Dvideo_send_stream.cc393 RTC_DCHECK_GT(streams[i].width, 0u); in ReconfigureVideoEncoder()
394 RTC_DCHECK_GT(streams[i].height, 0u); in ReconfigureVideoEncoder()
395 RTC_DCHECK_GT(streams[i].max_framerate, 0); in ReconfigureVideoEncoder()
428 RTC_DCHECK_GT(streams[0].max_framerate, 0); in ReconfigureVideoEncoder()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dscreenshare_layers.cc21 RTC_DCHECK_GT(num_layers, 0); in ScreenshareLayersVP9()
Dvp9_frame_buffer_pool.cc56 RTC_DCHECK_GT(min_size, 0u); in GetFrameBuffer()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_template.h391 RTC_DCHECK_GT(delay_ms, 0); in PlayoutDelay()
398 RTC_DCHECK_GT(delay_ms, 0); in RecordingDelay()
Daudio_record_jni.cc193 RTC_DCHECK_GT(total_delay_in_milliseconds_, 0); in AttachAudioBuffer()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc101 RTC_DCHECK_GT(hdr.num_ref_pics, 0U); in RefIndicesLength()
130 RTC_DCHECK_GT(hdr.num_spatial_layers, 0U); in SsDataLength()
271 RTC_DCHECK_GT(vp9.num_spatial_layers, 0U); in WriteSsData()
Dforward_error_correction.cc283 RTC_DCHECK_GT(fec_packet->length, 0u) in GenerateFecBitStrings()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus_unittest.cc108 RTC_DCHECK_GT(n, 1u); in IntervalSteps()
/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc69 RTC_DCHECK_GT(bitrate, 0); in SetSendBitrate()
/external/webrtc/webrtc/modules/pacing/
Dpaced_sender.cc319 RTC_DCHECK_GT(max_bitrate_kbps_, 0); in ExpectedQueueTimeMs()
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_enhancer.cc360 RTC_DCHECK_GT(freqs_, 0u); in FilterVariance()
/external/webrtc/webrtc/p2p/stunprober/
Dstunprober.cc501 RTC_DCHECK_GT(kv.second, 0); in GetStats()
/external/webrtc/webrtc/call/
Drampup_tests.cc222 RTC_DCHECK_GT(expected_bitrate_bps_, 0); in PollStats()
/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.cc590 RTC_DCHECK_GT(1024u, versionString.size() + 1); in GetVersion()
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.cc171 RTC_DCHECK_GT(encode_buffer_.size(), 0u); in Encode()

12