Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc287 const int64_t encode_start_ns = rtc::TimeNanos(); in ProcessFrame() local
290 frame_stat->encode_start_ns = encode_start_ns; in ProcessFrame()
383 frame_stat->encode_start_ns, encode_stop_ns - post_encode_time_ns_); in FrameEncoded()
/external/webrtc/api/test/
Dvideocodec_test_stats.h40 int64_t encode_start_ns = 0; member