Home
last modified time | relevance | path

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

/external/webp/src/demux/
Ddemux.c77 PARSE_OK, enumerator
214 ParseStatus status = PARSE_OK; in StoreFrame()
264 status == PARSE_OK, &features, frame); in StoreFrame()
283 } while (!done && status == PARSE_OK); in StoreFrame()
300 return (*frame == NULL) ? PARSE_ERROR : PARSE_OK; in NewFrame()
315 if (status != PARSE_OK) return status; in ParseAnimationFrame()
387 return PARSE_OK; in ReadHeader()
440 ParseStatus status = PARSE_OK; in ParseVP8XChunks()
522 } while (status == PARSE_OK); in ParseVP8XChunks()
687 return PARSE_OK; in CreateRawImageDemuxer()
[all …]
/external/opencv3/3rdparty/libwebp/demux/
Ddemux.c79 PARSE_OK, enumerator
207 ParseStatus status = PARSE_OK; in StoreFrame()
263 frame->complete_ = (status == PARSE_OK); in StoreFrame()
282 } while (!done && status == PARSE_OK); in StoreFrame()
299 return (*frame == NULL) ? PARSE_ERROR : PARSE_OK; in NewFrame()
313 if (status != PARSE_OK) return status; in ParseAnimationFrame()
356 if (status != PARSE_OK) return status; in ParseFragment()
469 ParseStatus status = PARSE_OK; in ParseVP8X()
581 } while (status == PARSE_OK); in ParseVP8X()
692 if (status == PARSE_OK) dmux->state_ = WEBP_DEMUX_DONE; in WebPDemuxInternal()