OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8EnterCritical
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/dec/
vp8i.h
309
VP8StatusCode
VP8EnterCritical
(VP8Decoder* const dec, VP8Io* const io);
310
// Must always be called in pair with
VP8EnterCritical
().
frame.c
288
VP8StatusCode
VP8EnterCritical
(VP8Decoder* const dec, VP8Io* const io) {
idec.c
390
if (
VP8EnterCritical
(dec, io) != VP8_STATUS_OK) {
vp8.c
741
ok = (
VP8EnterCritical
(dec, io) == VP8_STATUS_OK);
Completed in 2613 milliseconds