HomeSort by relevance Sort by last modified time
    Searched refs:PARSE_OK (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/demux/
demux.c 79 PARSE_OK,
207 ParseStatus status = PARSE_OK;
263 frame->complete_ = (status == PARSE_OK);
282 } while (!done && status == PARSE_OK);
289 // Returns PARSE_OK on success with *frame pointing to the new Frame.
299 return (*frame == NULL) ? PARSE_ERROR : PARSE_OK;
313 if (status != PARSE_OK) return status;
356 if (status != PARSE_OK) return status;
469 ParseStatus status = PARSE_OK;
581 } while (status == PARSE_OK);
    [all...]
  /external/webp/src/demux/
demux.c 81 PARSE_OK,
206 ParseStatus status = PARSE_OK;
261 frame->complete_ = (status == PARSE_OK);
280 } while (!done && status == PARSE_OK);
287 // Returns PARSE_OK on success with *frame pointing to the new Frame.
297 return (*frame == NULL) ? PARSE_ERROR : PARSE_OK;
312 if (status != PARSE_OK) return status;
357 if (status != PARSE_OK) return status;
469 ParseStatus status = PARSE_OK;
581 } while (status == PARSE_OK);
    [all...]

Completed in 32 milliseconds