OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPAnimDecoderGetNext
(Results
1 - 3
of
3
) sorted by null
/external/webp/include/webp/
demux.h
232
WebPAnimDecoderGetNext
(dec, &buf, ×tamp);
311
//
WebPAnimDecoderGetNext
(), WebPAnimDecoderReset() or WebPAnimDecoderDelete().
319
WEBP_EXTERN(int)
WebPAnimDecoderGetNext
(WebPAnimDecoder* dec,
331
//
WebPAnimDecoderGetNext
() will restart decoding from 1st frame. This would be
/external/webp/src/webp/
demux.h
232
WebPAnimDecoderGetNext
(dec, &buf, ×tamp);
311
//
WebPAnimDecoderGetNext
(), WebPAnimDecoderReset() or WebPAnimDecoderDelete().
319
WEBP_EXTERN(int)
WebPAnimDecoderGetNext
(WebPAnimDecoder* dec,
331
//
WebPAnimDecoderGetNext
() will restart decoding from 1st frame. This would be
/external/webp/src/demux/
anim_decode.c
309
int
WebPAnimDecoderGetNext
(WebPAnimDecoder* dec,
Completed in 204 milliseconds