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

  /external/chromium_org/third_party/libwebp/enc/
syntax.c 104 uint8_t vp8_chunk_hdr[CHUNK_HEADER_SIZE] = { local
108 PutLE32(vp8_chunk_hdr + TAG_SIZE, (uint32_t)vp8_size);
109 if (!pic->writer(vp8_chunk_hdr, sizeof(vp8_chunk_hdr), pic)) {
  /external/webp/src/enc/
syntax.c 104 uint8_t vp8_chunk_hdr[CHUNK_HEADER_SIZE] = { local
108 PutLE32(vp8_chunk_hdr + TAG_SIZE, (uint32_t)vp8_size);
109 if (!pic->writer(vp8_chunk_hdr, sizeof(vp8_chunk_hdr), pic)) {

Completed in 153 milliseconds