Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Drtc_event_frame_decoded.h29 struct LoggedFrameDecoded { struct
30 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()
31 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()
32 Timestamp log_time() const { return timestamp; } in log_time()
35 int64_t render_time_ms;
36 uint32_t ssrc;
37 int width;
38 int height;
39 VideoCodecType codec;
40 uint8_t qp;