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

  /external/webp/src/dec/
webp.c 97 // If a VP8X chunk is found, found_vp8x is set to true and *width_ptr,
102 int* const found_vp8x,
108 assert(found_vp8x != NULL);
110 *found_vp8x = 0;
141 *found_vp8x = 1;
297 int found_vp8x = 0; local
322 status = ParseVP8X(&data, &data_size, &found_vp8x,
329 if (!found_riff && found_vp8x) {
340 if (found_vp8x && (animation_present || fragments_present) &&
353 if ((found_riff && found_vp8x) ||
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
webp.c 97 // If a VP8X chunk is found, found_vp8x is set to true and *width_ptr,
102 int* const found_vp8x,
108 assert(found_vp8x != NULL);
110 *found_vp8x = 0;
141 *found_vp8x = 1;
297 int found_vp8x = 0; local
322 status = ParseVP8X(&data, &data_size, &found_vp8x,
329 if (!found_riff && found_vp8x) {
338 if (found_vp8x && (animation_present || fragments_present) &&
349 if ((found_riff && found_vp8x) ||
    [all...]

Completed in 437 milliseconds