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

  /external/webp/src/enc/
syntax.c 42 uint8_t riff[RIFF_HEADER_SIZE] = { local
46 PutLE32(riff + TAG_SIZE, (uint32_t)riff_size);
47 if (!pic->writer(riff, sizeof(riff), pic)) {
156 // RIFF header.
377 // Compute RIFF size
vp8l.c 722 uint8_t riff[RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE + VP8L_SIGNATURE_SIZE] = { local
726 PutLE32(riff + TAG_SIZE, (uint32_t)riff_size);
727 PutLE32(riff + RIFF_HEADER_SIZE + TAG_SIZE, (uint32_t)vp8l_size);
728 if (!pic->writer(riff, sizeof(riff), pic)) {
    [all...]

Completed in 4797 milliseconds