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

  /external/chromium_org/third_party/libwebp/enc/
syntax.c 17 #include "../webp/format_constants.h" // RIFF constants
44 uint8_t riff[RIFF_HEADER_SIZE] = { local
48 PutLE32(riff + TAG_SIZE, (uint32_t)riff_size);
49 if (!pic->writer(riff, sizeof(riff), pic)) {
158 // RIFF header.
379 // Compute RIFF size
vp8l.c 724 uint8_t riff[RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE + VP8L_SIGNATURE_SIZE] = { local
728 PutLE32(riff + TAG_SIZE, (uint32_t)riff_size);
729 PutLE32(riff + RIFF_HEADER_SIZE + TAG_SIZE, (uint32_t)vp8l_size);
730 if (!pic->writer(riff, sizeof(riff), pic)) {
    [all...]
  /external/webp/src/enc/
syntax.c 17 #include "webp/format_constants.h" // RIFF constants
44 uint8_t riff[RIFF_HEADER_SIZE] = { local
48 PutLE32(riff + TAG_SIZE, (uint32_t)riff_size);
49 if (!pic->writer(riff, sizeof(riff), pic)) {
158 // RIFF header.
379 // Compute RIFF size
vp8l.c 724 uint8_t riff[RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE + VP8L_SIGNATURE_SIZE] = { local
728 PutLE32(riff + TAG_SIZE, (uint32_t)riff_size);
729 PutLE32(riff + RIFF_HEADER_SIZE + TAG_SIZE, (uint32_t)vp8l_size);
730 if (!pic->writer(riff, sizeof(riff), pic)) {
    [all...]

Completed in 351 milliseconds