OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FinishDecoding
(Results
1 - 2
of
2
) 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/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 72 milliseconds