Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc61 encoded_frame_size_(0), in VideoProcessorImpl()
167 return encoded_frame_size_; in EncodedFrameSize()
212 encoded_frame_size_ = 0; in ProcessFrame()
243 encoded_frame_size_ = encoded_image._length; in FrameEncoded()
Dvideoprocessor.h215 size_t encoded_frame_size_; variable
/external/webrtc/webrtc/video/
Dvideo_quality_test.cc184 encoded_frame_size_.AddSample(frame.length_); in EncodedFrameCallback()
466 PrintResult("encoded_frame_size", encoded_frame_size_, " bytes"); in PrintResults()
505 encoded_frame_size_.AddSample(comparison.encoded_frame_size); in PerformFrameComparison()
575 test::Statistics encoded_frame_size_ GUARDED_BY(comparison_lock_);