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_dec.h
289
VP8StatusCode
VP8EnterCritical
(VP8Decoder* const dec, VP8Io* const io);
290
// Must always be called in pair with
VP8EnterCritical
().
vp8_dec.c
687
ok = (
VP8EnterCritical
(dec, io) == VP8_STATUS_OK);
frame_dec.c
549
VP8StatusCode
VP8EnterCritical
(VP8Decoder* const dec, VP8Io* const io) {
idec_dec.c
432
if (
VP8EnterCritical
(dec, io) != VP8_STATUS_OK) {
Completed in 188 milliseconds