Home
last modified time | relevance | path

Searched defs:RTPVideoHeader (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_video_header.h45 struct RTPVideoHeader { struct
60 RTPVideoHeader(); argument
65 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 …]
Drtp_video_header.cc15 RTPVideoHeader::RTPVideoHeader() : video_timing() {} in RTPVideoHeader() function in webrtc::RTPVideoHeader