OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8_STATUS_BITSTREAM_ERROR
(Results
1 - 5
of
5
) sorted by null
/external/webp/src/dec/
vp8.c
285
return VP8SetError(dec,
VP8_STATUS_BITSTREAM_ERROR
,
294
return VP8SetError(dec,
VP8_STATUS_BITSTREAM_ERROR
,
299
return VP8SetError(dec,
VP8_STATUS_BITSTREAM_ERROR
,
315
return VP8SetError(dec,
VP8_STATUS_BITSTREAM_ERROR
,
332
return VP8SetError(dec,
VP8_STATUS_BITSTREAM_ERROR
,
381
return VP8SetError(dec,
VP8_STATUS_BITSTREAM_ERROR
,
386
return VP8SetError(dec,
VP8_STATUS_BITSTREAM_ERROR
,
445
return VP8SetError(dec,
VP8_STATUS_BITSTREAM_ERROR
,
webp.c
97
status =
VP8_STATUS_BITSTREAM_ERROR
;
296
return
VP8_STATUS_BITSTREAM_ERROR
; // unsupported RIFF header
300
return
VP8_STATUS_BITSTREAM_ERROR
;
idec.c
258
return IDecError(idec,
VP8_STATUS_BITSTREAM_ERROR
);
372
return IDecError(idec,
VP8_STATUS_BITSTREAM_ERROR
);
530
return
VP8_STATUS_BITSTREAM_ERROR
;
frame.c
286
return VP8SetError(dec,
VP8_STATUS_BITSTREAM_ERROR
,
/external/webp/include/webp/
decode.h
172
VP8_STATUS_BITSTREAM_ERROR
,
Completed in 25 milliseconds