Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_receive_stream2.h55 struct VideoFrameMetaData { struct
56 VideoFrameMetaData(const webrtc::VideoFrame& frame, Timestamp now) in VideoFrameMetaData() argument
64 int64_t render_time_ms() const { in render_time_ms()
68 const uint32_t rtp_timestamp;
69 const int64_t timestamp_us;
70 const int64_t ntp_time_ms;
71 const int width;
72 const int height;
74 const Timestamp decode_timestamp;