OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FRGM_CHUNK_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/webp/
format_constants.h
75
#define
FRGM_CHUNK_SIZE
6 // Size of a FRGM chunk.
/external/webp/include/webp/
format_constants.h
75
#define
FRGM_CHUNK_SIZE
6 // Size of a FRGM chunk.
/external/chromium_org/third_party/libwebp/demux/
demux.c
351
const uint32_t frgm_payload_size = fragment_chunk_size -
FRGM_CHUNK_SIZE
;
356
NewFrame(mem,
FRGM_CHUNK_SIZE
, fragment_chunk_size, &frame);
[
all
...]
/external/webp/src/demux/
demux.c
351
const uint32_t frgm_payload_size = fragment_chunk_size -
FRGM_CHUNK_SIZE
;
356
NewFrame(mem,
FRGM_CHUNK_SIZE
, fragment_chunk_size, &frame);
Completed in 176 milliseconds