Home
last modified time | relevance | path

Searched refs:PARSE_OK (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A Ddemux.c77 PARSE_OK, enumerator
216 ParseStatus status = PARSE_OK; in StoreFrame()
285 } while (!done && status == PARSE_OK); in StoreFrame()
302 return (*frame == NULL) ? PARSE_ERROR : PARSE_OK; in NewFrame()
317 if (status != PARSE_OK) return status; in ParseAnimationFrame()
389 return PARSE_OK; in ReadHeader()
442 ParseStatus status = PARSE_OK; in ParseVP8XChunks()
524 } while (status == PARSE_OK); in ParseVP8XChunks()
688 return PARSE_OK; in CreateRawImageDemuxer()
712 if (status != PARSE_OK) { in WebPDemuxInternal()
[all …]

Completed in 4 milliseconds