Home
last modified time | relevance | path

Searched refs:OSP_DCHECK_GE (Results 1 – 16 of 16) sorted by relevance

/external/openscreen/cast/streaming/
Dbandwidth_estimator.cc52 OSP_DCHECK_GE(num_packets_sent, 0); in OnBurstComplete()
59 OSP_DCHECK_GE(estimated_round_trip_time, Clock::duration::zero()); in OnRtcpReceived()
70 OSP_DCHECK_GE(payload_bytes_acknowledged, 0); in OnPayloadReceived()
71 OSP_DCHECK_GE(estimated_round_trip_time, Clock::duration::zero()); in OnPayloadReceived()
Drtcp_common.cc125 OSP_DCHECK_GE(packet_fraction_lost_numerator, in AppendFields()
129 OSP_DCHECK_GE(cumulative_packets_lost, 0); in AppendFields()
140 OSP_DCHECK_GE(jitter_ticks, 0); in AppendFields()
145 OSP_DCHECK_GE(delay_ticks, 0); in AppendFields()
Dframe_collector.cc94 OSP_DCHECK_GE(chunk.payload.data(), chunk.buffer.data()); in CollectRtpPacket()
100 OSP_DCHECK_GE(num_missing_packets_, 0); in CollectRtpPacket()
Dsender.cc101 OSP_DCHECK_GE(frame.referenced_frame_id, FrameId::first()); in EnqueueFrame()
248 OSP_DCHECK_GE(approximate_octet_count, 0); in GetRtpPacketForImmediateSend()
Dcompound_rtcp_builder.cc28 OSP_DCHECK_GE(frame_id, checkpoint_frame_id_); in SetCheckpointFrame()
/external/openscreen/cast/common/certificate/
Dtypes.cc53 OSP_DCHECK_GE(sec, 0); in DateTimeFromSeconds()
80 OSP_DCHECK_GE(time.month, 1); in DateTimeToSeconds()
81 OSP_DCHECK_GE(time.year, 1900); in DateTimeToSeconds()
/external/openscreen/cast/standalone_sender/
Dstreaming_vp8_encoder.cc469 OSP_DCHECK_GE(frame.width, 0); in CloneAsVpxImage()
470 OSP_DCHECK_GE(frame.height, 0); in CloneAsVpxImage()
471 OSP_DCHECK_GE(frame.yuv_strides[0], 0); in CloneAsVpxImage()
472 OSP_DCHECK_GE(frame.yuv_strides[1], 0); in CloneAsVpxImage()
473 OSP_DCHECK_GE(frame.yuv_strides[2], 0); in CloneAsVpxImage()
Dsimulated_capturer.cc302 OSP_DCHECK_GE(num_leftover_input_samples, 0); in ProcessDecodedFrame()
309 OSP_DCHECK_GE(num_output_samples_desired, 0); in ProcessDecodedFrame()
/external/openscreen/cast/test/
Dmake_crl_tests.cc88 OSP_DCHECK_GE(fd, 0); in PackCrlIntoFile()
184 OSP_DCHECK_GE(serial, 10); in CastMain()
199 OSP_DCHECK_GE(serial, 10); in CastMain()
/external/openscreen/util/
Dosp_logging.h98 #define OSP_DCHECK_GE(a, b) OSP_CHECK_GE(a, b) macro
111 #define OSP_DCHECK_GE(a, b) OSP_EAT_STREAM << !((a) >= (b)) macro
Dyet_another_bit_vector.cc118 OSP_DCHECK_GE(steps, 0); in ShiftRight()
247 OSP_DCHECK_GE(new_size, 0); in InitializeForNewSize()
/external/openscreen/platform/impl/
Dtls_write_buffer.cc78 OSP_DCHECK_GE(currently_written_bytes - current_read_bytes, byte_count); in Consume()
Dlogging_unittest.cc239 ASSERT_DEATH(OSP_DCHECK_GE(1, 2), in TEST_F()
/external/openscreen/cast/standalone_receiver/
Dsdl_audio_player.cc112 OSP_DCHECK_GE(required_samples, 1); in RenderNextFrame()
/external/openscreen/discovery/mdns/
Dmdns_publisher.cc60 OSP_DCHECK_GE(max_announcement_attempts_, 0); in MdnsPublisher()
Dmdns_querier.cc789 OSP_DCHECK_GE(expire_count, 1); in ProcessMultiTrackedUniqueRecord()