HomeSort by relevance Sort by last modified time
    Searched defs:DecodeChunk (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h 31 // transmission, it can be passed to DecodeChunk(), which will then output
38 // if (!v.DecodeChunk(data, len, &output_string)) {
47 // StartDecoding DecodeChunk* FinishDecoding
49 // NOTE: It is not necessary to call FinishDecoding if DecodeChunk
50 // returns false. When DecodeChunk returns false to signal an
79 // of the number of calls to DecodeChunk().
82 bool DecodeChunk(const char* data, size_t len, OutputType* output) {
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc 344 bool DecodeChunk(const char* data,
428 // Returns the amount of input data passed to the last DecodeChunk()
442 // No complete delta file header has been parsed yet. DecodeChunk()
459 // No complete delta file window has been parsed yet. DecodeChunk()
530 // DecodeChunk() reaches the end of its input and returns RESULT_END_OF_DATA.
532 // supplied to the next call to DecodeChunk(), so that they appear in
537 // used to fill the output string for DecodeChunk(), and will also be used to
587 // more calls to DecodeChunk(), followed by a single call to
740 // from VCDiffStreamingDecoderImpl::DecodeChunk()
    [all...]

Completed in 55 milliseconds