Searched defs:RTPVideoHeader (Results 1 – 2 of 2) sorted by relevance
45 struct RTPVideoHeader { struct60 RTPVideoHeader(); argument65 absl::optional<GenericDescriptorInfo> generic;67 VideoFrameType frame_type = VideoFrameType::kEmptyFrame;68 uint16_t width = 0;69 uint16_t height = 0;70 VideoRotation rotation = VideoRotation::kVideoRotation_0;71 VideoContentType content_type = VideoContentType::UNSPECIFIED;72 bool is_first_packet_in_frame = false;73 bool is_last_packet_in_frame = false;[all …]
15 RTPVideoHeader::RTPVideoHeader() : video_timing() {} in RTPVideoHeader() function in webrtc::RTPVideoHeader