Home
last modified time | relevance | path

Searched refs:GetFrameWithTimestamp (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_stats_impl.h36 FrameStatistics* GetFrameWithTimestamp(size_t timestamp, size_t spatial_idx);
Dvideoprocessor.cc358 stats_->GetFrameWithTimestamp(encoded_image.Timestamp(), spatial_idx); in FrameEncoded()
433 stats_->GetFrameWithTimestamp(encoded_image.Timestamp(), i); in FrameEncoded()
472 stats_->GetFrameWithTimestamp(decoded_frame.timestamp(), spatial_idx); in FrameDecoded()
541 stats_->GetFrameWithTimestamp(encoded_image.Timestamp(), spatial_idx); in DecodeFrame()
Dvideocodec_test_stats_impl_unittest.cc53 FrameStatistics* frame_stat = stats.GetFrameWithTimestamp(kTimestamp + i, 0); in TEST()
Dvideocodec_test_stats_impl.cc52 FrameStatistics* VideoCodecTestStatsImpl::GetFrameWithTimestamp( in GetFrameWithTimestamp() function in webrtc::test::VideoCodecTestStatsImpl