Searched refs:base_event (Results 1 – 8 of 8) sorted by relevance
341 const EventType* const base_event = batch[0]; in EncodeRtcpPacket() local342 proto_batch->set_timestamp_ms(base_event->timestamp_ms()); in EncodeRtcpPacket()344 std::vector<uint8_t> buffer(base_event->packet().size()); in EncodeRtcpPacket()346 RemoveNonAllowlistedRtcpBlocks(base_event->packet(), buffer.data()); in EncodeRtcpPacket()364 encoded_deltas = EncodeDeltas(ToUnsigned(base_event->timestamp_ms()), values); in EncodeRtcpPacket()392 const EventType* const base_event = batch[0]; in EncodeRtpPacket() local393 proto_batch->set_timestamp_ms(base_event->timestamp_ms()); in EncodeRtpPacket()394 proto_batch->set_marker(base_event->Marker()); in EncodeRtpPacket()396 proto_batch->set_payload_type(base_event->PayloadType()); in EncodeRtpPacket()397 proto_batch->set_sequence_number(base_event->SequenceNumber()); in EncodeRtpPacket()[all …]
293 kevent64_s base_event{}; in WatchFileDescriptor() local294 base_event.ident = static_cast<uint64_t>(fd); in WatchFileDescriptor()295 base_event.flags = EV_ADD | (!persistent ? EV_ONESHOT : 0); in WatchFileDescriptor()298 base_event.filter = EVFILT_READ; in WatchFileDescriptor()299 base_event.udata = fd_controllers_.Add(controller); in WatchFileDescriptor()300 events.push_back(base_event); in WatchFileDescriptor()303 base_event.filter = EVFILT_WRITE; in WatchFileDescriptor()304 base_event.udata = fd_controllers_.Add(controller); in WatchFileDescriptor()305 events.push_back(base_event); in WatchFileDescriptor()379 kevent64_s base_event{}; in StopWatchingFileDescriptor() local[all …]
38 uint8_t base_event, base_error; in xkb_x11_setup_xkb_extension() local59 base_event = reply->first_event; in xkb_x11_setup_xkb_extension()102 *base_event_out = base_event; in xkb_x11_setup_xkb_extension()
169 __u16 base_event; member
2624 LoggedRemoteEstimateEvent base_event; in StoreRemoteEstimateEvent() local2625 base_event.timestamp = Timestamp::Millis(proto.timestamp_ms()); in StoreRemoteEstimateEvent()2630 base_event.link_capacity_lower = in StoreRemoteEstimateEvent()2637 base_event.link_capacity_upper = in StoreRemoteEstimateEvent()2641 remote_estimate_events_.push_back(base_event); in StoreRemoteEstimateEvent()
962 pub base_event: u16, field
19941 __u16 base_event; member