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

/external/chromium_org/third_party/libwebp/webp/
H A Dformat_constants.h75 #define FRGM_CHUNK_SIZE 6 // Size of a FRGM chunk. macro
/external/webp/include/webp/
H A Dformat_constants.h75 #define FRGM_CHUNK_SIZE 6 // Size of a FRGM chunk. macro
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c347 const uint32_t frgm_payload_size = fragment_chunk_size - FRGM_CHUNK_SIZE;
352 NewFrame(mem, FRGM_CHUNK_SIZE, fragment_chunk_size, &frame);
/external/webp/src/demux/
H A Ddemux.c347 const uint32_t frgm_payload_size = fragment_chunk_size - FRGM_CHUNK_SIZE;
352 NewFrame(mem, FRGM_CHUNK_SIZE, fragment_chunk_size, &frame);

Completed in 241 milliseconds