Home
last modified time | relevance | path

Searched refs:encode_start_ns (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.cc293 const int64_t encode_start_ns = rtc::TimeNanos(); in ProcessFrame() local
296 frame_stat->encode_start_ns = encode_start_ns; in ProcessFrame()
408 frame_stat->encode_start_ns, encode_stop_ns - post_encode_time_ns_); in FrameEncoded()
/aosp_15_r20/external/webrtc/api/test/
H A Dvideocodec_test_stats.h44 int64_t encode_start_ns = 0; member