Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_video_header.h46 struct RTPVideoHeader { struct
61 RTPVideoHeader(); argument
69 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 …]
H A Drtp_video_header.cc20 RTPVideoHeader::RTPVideoHeader() : video_timing() {} in RTPVideoHeader() function in webrtc::RTPVideoHeader