Searched refs:VP8ExitCritical (Results 1 - 4 of 4) sorted by relevance

/external/webp/src/dec/
H A Dvp8i.h322 // After this call returns, one must always call VP8ExitCritical() with the
328 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io);
H A Didec.c484 if (!VP8ExitCritical(dec, io)) {
632 VP8ExitCritical((VP8Decoder*)idec->dec_, &idec->io_);
H A Dvp8.c642 ok &= VP8ExitCritical(dec, io);
H A Dframe.c447 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io) { function

Completed in 106 milliseconds