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

  /external/chromium_org/third_party/libwebp/dec/
idec.c 242 static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) {
483 return FinishDecoding(idec);
535 return FinishDecoding(idec);
  /external/webp/src/dec/
idec.c 242 static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) {
483 return FinishDecoding(idec);
535 return FinishDecoding(idec);
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder.cc 341 bool FinishDecoding();
432 // conditions are not met, then FinishDecoding() should not be called.
570 // If FinishDecoding() is called before this number is met, an error
594 // FinishDecoding().
642 VCD_DFATAL << "StartDecoding() called twice without FinishDecoding()"
    [all...]

Completed in 62 milliseconds