OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPAnimDecoder
(Results
1 - 3
of
3
) sorted by null
/external/webp/include/webp/
demux.h
216
//
WebPAnimDecoder
API
225
WebPAnimDecoder
* dec = WebPAnimDecoderNew(webp_data, &dec_options);
243
typedef struct
WebPAnimDecoder
WebPAnimDecoder
; // Main opaque object.
269
WEBP_EXTERN(
WebPAnimDecoder
*) WebPAnimDecoderNewInternal(
272
// Creates and initializes a
WebPAnimDecoder
object.
275
// lifetime of the output
WebPAnimDecoder
object.
280
// A pointer to the newly created
WebPAnimDecoder
object, or NULL in case of
282
static WEBP_INLINE
WebPAnimDecoder
* WebPAnimDecoderNew(
304
WEBP_EXTERN(int) WebPAnimDecoderGetInfo(const
WebPAnimDecoder
* dec
[
all
...]
/external/webp/src/webp/
demux.h
216
//
WebPAnimDecoder
API
225
WebPAnimDecoder
* dec = WebPAnimDecoderNew(webp_data, &dec_options);
243
typedef struct
WebPAnimDecoder
WebPAnimDecoder
; // Main opaque object.
269
WEBP_EXTERN(
WebPAnimDecoder
*) WebPAnimDecoderNewInternal(
272
// Creates and initializes a
WebPAnimDecoder
object.
275
// lifetime of the output
WebPAnimDecoder
object.
280
// A pointer to the newly created
WebPAnimDecoder
object, or NULL in case of
282
static WEBP_INLINE
WebPAnimDecoder
* WebPAnimDecoderNew(
304
WEBP_EXTERN(int) WebPAnimDecoderGetInfo(const
WebPAnimDecoder
* dec
[
all
...]
/external/webp/src/demux/
anim_decode.c
32
struct
WebPAnimDecoder
{
64
WebPAnimDecoder
* const dec) {
85
WebPAnimDecoder
* WebPAnimDecoderNewInternal(
89
WebPAnimDecoder
* dec = NULL;
96
dec = (
WebPAnimDecoder
*)WebPSafeCalloc(1ULL, sizeof(*dec));
134
int WebPAnimDecoderGetInfo(const
WebPAnimDecoder
* dec, WebPAnimInfo* info) {
305
int WebPAnimDecoderGetNext(
WebPAnimDecoder
* dec,
416
int WebPAnimDecoderHasMoreFrames(const
WebPAnimDecoder
* dec) {
421
void WebPAnimDecoderReset(
WebPAnimDecoder
* dec) {
430
const WebPDemuxer* WebPAnimDecoderGetDemuxer(const
WebPAnimDecoder
* dec)
[
all
...]
Completed in 492 milliseconds