Lines Matching refs:PARSE_OK
77 PARSE_OK,
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);
686 return PARSE_OK;
710 if (status != PARSE_OK) {
715 if (status == PARSE_OK) {
738 if (status == PARSE_OK) dmux->state_ = WEBP_DEMUX_DONE;