Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/video/
H A Dvideo_timing.h54 struct TimingFrameInfo { struct
84 uint32_t rtp_timestamp; // Identifier of a frame.
89 int64_t capture_time_ms; // Captrue time of a frame.
90 int64_t encode_start_ms; // Encode start time.
91 int64_t encode_finish_ms; // Encode completion time.
92 int64_t packetization_finish_ms; // Time when frame was passed to pacer.
93 int64_t pacer_exit_ms; // Time when last packet was pushed out of pacer.
95 int64_t network_timestamp_ms;
96 int64_t network2_timestamp_ms;
97 int64_t receive_start_ms; // First received packet time.
[all …]
H A Dvideo_timing.cc37 TimingFrameInfo::TimingFrameInfo() in TimingFrameInfo() function in webrtc::TimingFrameInfo