HomeSort by relevance Sort by last modified time
    Searched full:encoded_frame_size_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc 61 encoded_frame_size_(0),
167 return encoded_frame_size_;
212 encoded_frame_size_ = 0;
243 encoded_frame_size_ = encoded_image._length;
videoprocessor.h 215 size_t encoded_frame_size_; member in class:webrtc::test::VideoProcessorImpl
  /external/webrtc/webrtc/video/
video_quality_test.cc 184 encoded_frame_size_.AddSample(frame.length_);
466 PrintResult("encoded_frame_size", encoded_frame_size_, " bytes");
505 encoded_frame_size_.AddSample(comparison.encoded_frame_size);
575 test::Statistics encoded_frame_size_ GUARDED_BY(comparison_lock_);
    [all...]

Completed in 162 milliseconds