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

  /external/webp/include/webp/
mux.h 84 WEBP_CHUNK_VP8X, // VP8X
  /external/webp/src/webp/
mux.h 84 WEBP_CHUNK_VP8X, // VP8X
  /external/webp/src/mux/
muxinternal.c 22 { MKFOURCC('V', 'P', '8', 'X'), WEBP_CHUNK_VP8X, VP8X_CHUNK_SIZE },
426 case WEBP_CHUNK_VP8X: return (WebPChunk**)&mux->vp8x_;
muxread.c 262 if (id == WEBP_CHUNK_VP8X) { // grab global specs

Completed in 97 milliseconds