Home
last modified time | relevance | path

Searched refs:decode_time_ms_ (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_coding/codecs/multiplex/
H A Dmultiplex_decoder_adapter.cc71 decode_time_ms_(decode_time_ms), in DecodedImageData()
80 const absl::optional<int32_t> decode_time_ms_; member
198 other_image_data.decode_time_ms_, other_image_data.qp_, in Decoded()
204 other_image_data.decode_time_ms_, other_image_data.qp_, in Decoded()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_analyzer.cc511 decode_time_ms_.AddSample(receive_stats.decode_ms); in PollStats()
719 decode_time_ms_, Unit::kMilliseconds, in PrintResults()
H A Dvideo_analyzer.h250 SamplesStatsCounter decode_time_ms_ RTC_GUARDED_BY(comparison_lock_);