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

  /external/chromium_org/media/filters/
fake_video_decoder.h 65 int total_bytes_decoded() const { return total_bytes_decoded_; }
75 // Callback for updating |total_bytes_decoded_|.
108 int total_bytes_decoded_; member in class:media::FakeVideoDecoder
video_frame_stream_unittest.cc 59 total_bytes_decoded_(0),
93 total_bytes_decoded_ += statistics.video_bytes_decoded;
320 EXPECT_EQ(decoder_->total_bytes_decoded(), total_bytes_decoded_);
342 int total_bytes_decoded_; member in class:media::VideoFrameStreamTest
fake_video_decoder.cc 22 total_bytes_decoded_(0),
190 total_bytes_decoded_ += buffer_size;

Completed in 75 milliseconds