Searched defs:RTPVideoHeader (Results 1 – 2 of 2) sorted by relevance
46 struct RTPVideoHeader { struct61 RTPVideoHeader(); argument69 absl::optional<GenericDescriptorInfo> generic;71 VideoFrameType frame_type = VideoFrameType::kEmptyFrame;72 uint16_t width = 0;73 uint16_t height = 0;74 VideoRotation rotation = VideoRotation::kVideoRotation_0;75 VideoContentType content_type = VideoContentType::UNSPECIFIED;76 bool is_first_packet_in_frame = false;77 bool is_last_packet_in_frame = false;[all …]
20 RTPVideoHeader::RTPVideoHeader() : video_timing() {} in RTPVideoHeader() function in webrtc::RTPVideoHeader