Searched refs:OSP_DCHECK_GT (Results 1 – 17 of 17) sorted by relevance
/external/openscreen/cast/streaming/ |
D | sender_packet_router.cc | 45 OSP_DCHECK_GT(packet_buffer_size_, kRequiredNetworkPacketSize); in SenderPacketRouter() 235 OSP_DCHECK_GT(max_burst_bitrate, 0); in ComputeMaxPacketsPerBurst() 236 OSP_DCHECK_GT(packet_size, 0); in ComputeMaxPacketsPerBurst() 237 OSP_DCHECK_GT(burst_interval, milliseconds(0)); in ComputeMaxPacketsPerBurst() 250 OSP_DCHECK_GT(packet_size, 0); in ComputeMaxBurstBitrate() 251 OSP_DCHECK_GT(max_packets_per_burst, 0); in ComputeMaxBurstBitrate() 252 OSP_DCHECK_GT(burst_interval, milliseconds(0)); in ComputeMaxBurstBitrate()
|
D | bandwidth_estimator.cc | 22 OSP_DCHECK_GT(time_window, Clock::duration::zero()); in ToClampedBitsPerSecond() 44 OSP_DCHECK_GT(max_packets_per_timeslice, 0); in BandwidthEstimator() 45 OSP_DCHECK_GT(timeslice_duration, Clock::duration::zero()); in BandwidthEstimator()
|
D | receiver.cc | 366 OSP_DCHECK_GT(as_of_frame, checkpoint_frame()); in RecordNewTargetPlayoutDelay() 389 OSP_DCHECK_GT(frame_id, last_frame_consumed_); in ResolveTargetPlayoutDelay() 411 OSP_DCHECK_GT(new_checkpoint, checkpoint_frame()); in AdvanceCheckpoint() 431 OSP_DCHECK_GT(first_kept_frame, first_to_drop); in DropAllFramesBefore() 432 OSP_DCHECK_GT(first_kept_frame, checkpoint_frame()); in DropAllFramesBefore()
|
D | rtp_packetizer.cc | 47 OSP_DCHECK_GT(max_packet_size_, kMaxRtpHeaderSize); in RtpPacketizer() 58 OSP_DCHECK_GT(num_packets, 0); in GeneratePacket()
|
D | sender.cc | 41 OSP_DCHECK_GT(rtp_timebase_, 0); in Sender() 104 OSP_DCHECK_GT(frame.rtp_timestamp, pending_sender_report_.rtp_timestamp); in EnqueueFrame() 105 OSP_DCHECK_GT(frame.reference_time, pending_sender_report_.reference_time); in EnqueueFrame() 534 OSP_DCHECK_GT(num_frames_in_flight_, 0); in CancelPendingFrame()
|
D | rtp_time.h | 123 OSP_DCHECK_GT(rtp_timebase, 0); in ToDuration()
|
D | compound_rtcp_builder.cc | 182 OSP_DCHECK_GT(playout_delay_.count(), 0); in AppendCastFeedbackPacket()
|
/external/openscreen/util/ |
D | osp_logging.h | 97 #define OSP_DCHECK_GT(a, b) OSP_CHECK_GT(a, b) macro 110 #define OSP_DCHECK_GT(a, b) OSP_EAT_STREAM << !((a) > (b)) macro
|
/external/openscreen/discovery/mdns/ |
D | mdns_responder.cc | 303 OSP_DCHECK_GT(max_allowed_messages_, 0); in TruncatedQuery() 304 OSP_DCHECK_GT(max_allowed_records_, 0); in TruncatedQuery() 388 OSP_DCHECK_GT(config_.maximum_truncated_messages_per_query, 0); in MdnsResponder() 389 OSP_DCHECK_GT(config_.maximum_concurrent_truncated_queries_per_interface, 0); in MdnsResponder()
|
D | mdns_reader.cc | 39 OSP_DCHECK_GT(config.maximum_valid_rdata_size, 0); in MdnsReader() 105 OSP_DCHECK_GT(label_length, 0); in Read()
|
D | mdns_querier.cc | 238 OSP_DCHECK_GT(config_.querier_max_records_cached, 0); in RecordTrackerLruCache()
|
/external/openscreen/cast/standalone_sender/ |
D | simulated_capturer.cc | 247 OSP_DCHECK_GT(num_channels_, 0); in SimulatedAudioCapturer() 248 OSP_DCHECK_GT(sample_rate_, 0); in SimulatedAudioCapturer()
|
D | streaming_opus_encoder.cc | 89 OSP_DCHECK_GT(num_samples, 0); in EncodeAndSend()
|
/external/openscreen/platform/test/ |
D | fake_clock.cc | 59 OSP_DCHECK_GT(step_to, now()); in Advance()
|
/external/openscreen/discovery/dnssd/impl/ |
D | service_dispatcher.cc | 69 OSP_DCHECK_GT(config.network_info.size(), 0); in ServiceDispatcher()
|
/external/openscreen/platform/impl/ |
D | logging_unittest.cc | 236 ASSERT_DEATH(OSP_DCHECK_GT(1, 2), in TEST_F()
|
/external/openscreen/osp/impl/presentation/ |
D | url_availability_requester_unittest.cc | 95 OSP_DCHECK_GT(request_result_size, 0); in ExpectStreamMessage()
|