Loading content/media/nsMediaCache.cpp +244 −184 File changed.Preview size limit exceeded, changes collapsed. Show changes content/media/nsMediaCache.h +4 −0 Original line number Diff line number Diff line Loading @@ -436,6 +436,10 @@ private: // block is the earliest in the stream (so the last block will be the // least valuable). BlockList mReadaheadBlocks; // The list of metadata blocks; the first block is the most recently used BlockList mMetadataBlocks; // The list of played-back blocks; the first block is the most recently used BlockList mPlayedBlocks; // The last reported estimate of the decoder's playback rate PRUint32 mPlaybackBytesPerSecond; // The number of times this stream has been Pinned without a Loading Loading
content/media/nsMediaCache.cpp +244 −184 File changed.Preview size limit exceeded, changes collapsed. Show changes
content/media/nsMediaCache.h +4 −0 Original line number Diff line number Diff line Loading @@ -436,6 +436,10 @@ private: // block is the earliest in the stream (so the last block will be the // least valuable). BlockList mReadaheadBlocks; // The list of metadata blocks; the first block is the most recently used BlockList mMetadataBlocks; // The list of played-back blocks; the first block is the most recently used BlockList mPlayedBlocks; // The last reported estimate of the decoder's playback rate PRUint32 mPlaybackBytesPerSecond; // The number of times this stream has been Pinned without a Loading