Home
last modified time | relevance | path

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

/external/webrtc/api/video/
Dvideo_timing.h51 struct TimingFrameInfo { struct
81 uint32_t rtp_timestamp; // Identifier of a frame.
86 int64_t capture_time_ms; // Captrue time of a frame.
87 int64_t encode_start_ms; // Encode start time.
88 int64_t encode_finish_ms; // Encode completion time.
89 int64_t packetization_finish_ms; // Time when frame was passed to pacer.
90 int64_t pacer_exit_ms; // Time when last packet was pushed out of pacer.
92 int64_t network_timestamp_ms;
93 int64_t network2_timestamp_ms;
94 int64_t receive_start_ms; // First received packet time.
[all …]
Dvideo_timing.cc28 TimingFrameInfo::TimingFrameInfo() in TimingFrameInfo() function in webrtc::TimingFrameInfo