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

/external/chromium_org/courgette/
H A Dstreams.h175 // The layout of the streams are as written by SinkStreamSet::CopyTo.
199 // A SinkStreamSet is a set of SinkStreams. Data is collected by writing to the
202 // data pairwise into another SinkStreamSet by calling that SinkStreamSet's
204 class SinkStreamSet { class in namespace:courgette
206 SinkStreamSet();
207 ~SinkStreamSet();
209 // Initializes the SinkStreamSet to have |stream_index_limit| streams. Must
216 // CopyTo serializes the streams in this SinkStreamSet into a single target
224 CheckBool WriteSet(SinkStreamSet* se
[all...]
H A Dstreams.cc319 SinkStreamSet::SinkStreamSet() function in class:courgette::SinkStreamSet
323 SinkStreamSet::~SinkStreamSet() {
326 void SinkStreamSet::Init(size_t stream_index_limit) {
332 CheckBool SinkStreamSet::CopyHeaderTo(SinkStream* header) {
345 CheckBool SinkStreamSet::CopyTo(SinkStream *combined_stream) {
366 CheckBool SinkStreamSet::WriteSet(SinkStreamSet* set) {

Completed in 65 milliseconds