Searched defs:backward_bytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/
H A Dseekable_buffer.h18 // backward_bytes() will always be less than or equal to |backward_capacity|.
60 // reading caused backward_bytes() to exceed backward_capacity(), an eviction
91 // forward_bytes() when seeking forward and backward_bytes() when seeking
94 // If a forward seeking caused backward_bytes() to exceed backward_capacity(),
103 int backward_bytes() const { return backward_bytes_; } function in class:media::SeekableBuffer
157 // If the return value is false, |size| is greater than backward_bytes() and
/external/chromium_org/media/blink/
H A Dbuffered_resource_loader_unittest.cc253 void ConfirmBufferState(int backward_bytes, argument
257 EXPECT_EQ(backward_bytes, loader_->buffer_.backward_bytes());

Completed in 1443 milliseconds