Searched refs:OSP_DCHECK_GE (Results 1 – 16 of 16) sorted by relevance
/external/openscreen/cast/streaming/ |
D | bandwidth_estimator.cc | 52 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()
|
D | rtcp_common.cc | 125 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()
|
D | frame_collector.cc | 94 OSP_DCHECK_GE(chunk.payload.data(), chunk.buffer.data()); in CollectRtpPacket() 100 OSP_DCHECK_GE(num_missing_packets_, 0); in CollectRtpPacket()
|
D | sender.cc | 101 OSP_DCHECK_GE(frame.referenced_frame_id, FrameId::first()); in EnqueueFrame() 248 OSP_DCHECK_GE(approximate_octet_count, 0); in GetRtpPacketForImmediateSend()
|
D | compound_rtcp_builder.cc | 28 OSP_DCHECK_GE(frame_id, checkpoint_frame_id_); in SetCheckpointFrame()
|
/external/openscreen/cast/common/certificate/ |
D | types.cc | 53 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/ |
D | streaming_vp8_encoder.cc | 469 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()
|
D | simulated_capturer.cc | 302 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/ |
D | make_crl_tests.cc | 88 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/ |
D | osp_logging.h | 98 #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
|
D | yet_another_bit_vector.cc | 118 OSP_DCHECK_GE(steps, 0); in ShiftRight() 247 OSP_DCHECK_GE(new_size, 0); in InitializeForNewSize()
|
/external/openscreen/platform/impl/ |
D | tls_write_buffer.cc | 78 OSP_DCHECK_GE(currently_written_bytes - current_read_bytes, byte_count); in Consume()
|
D | logging_unittest.cc | 239 ASSERT_DEATH(OSP_DCHECK_GE(1, 2), in TEST_F()
|
/external/openscreen/cast/standalone_receiver/ |
D | sdl_audio_player.cc | 112 OSP_DCHECK_GE(required_samples, 1); in RenderNextFrame()
|
/external/openscreen/discovery/mdns/ |
D | mdns_publisher.cc | 60 OSP_DCHECK_GE(max_announcement_attempts_, 0); in MdnsPublisher()
|
D | mdns_querier.cc | 789 OSP_DCHECK_GE(expire_count, 1); in ProcessMultiTrackedUniqueRecord()
|