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

/external/chromium_org/third_party/libwebp/webp/
H A Dformat_constants.h73 #define ANMF_CHUNK_SIZE 16 // Size of an ANMF chunk. macro
/external/webp/include/webp/
H A Dformat_constants.h73 #define ANMF_CHUNK_SIZE 16 // Size of an ANMF chunk. macro
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c301 const uint32_t anmf_payload_size = frame_chunk_size - ANMF_CHUNK_SIZE;
307 NewFrame(mem, ANMF_CHUNK_SIZE, frame_chunk_size, &frame);
/external/webp/src/demux/
H A Ddemux.c301 const uint32_t anmf_payload_size = frame_chunk_size - ANMF_CHUNK_SIZE;
307 NewFrame(mem, ANMF_CHUNK_SIZE, frame_chunk_size, &frame);

Completed in 187 milliseconds