OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_chunk_hdr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
syntax.c
108
uint8_t
vp8_chunk_hdr
[CHUNK_HEADER_SIZE] = {
local
112
PutLE32(
vp8_chunk_hdr
+ TAG_SIZE, (uint32_t)vp8_size);
113
if (!pic->writer(
vp8_chunk_hdr
, sizeof(
vp8_chunk_hdr
), pic)) {
/external/webp/src/enc/
syntax.c
108
uint8_t
vp8_chunk_hdr
[CHUNK_HEADER_SIZE] = {
local
112
PutLE32(
vp8_chunk_hdr
+ TAG_SIZE, (uint32_t)vp8_size);
113
if (!pic->writer(
vp8_chunk_hdr
, sizeof(
vp8_chunk_hdr
), pic)) {
Completed in 447 milliseconds