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

/external/webp/src/demux/
H A Ddemux.c77 PARSE_OK, enumerator in enum:__anon24197
214 ParseStatus status = PARSE_OK;
264 status == PARSE_OK, &features, frame);
283 } while (!done && status == PARSE_OK);
290 // Returns PARSE_OK on success with *frame pointing to the new Frame.
300 return (*frame == NULL) ? PARSE_ERROR : PARSE_OK;
315 if (status != PARSE_OK) return status;
387 return PARSE_OK;
440 ParseStatus status = PARSE_OK;
522 } while (status == PARSE_OK);
[all...]

Completed in 55 milliseconds