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

  /external/chromium_org/third_party/webrtc/common_audio/
wav_header.cc 111 } riff; member in struct:webrtc::__anon20345
129 WriteFourCC(&header.riff.header.ID, 'R', 'I', 'F', 'F');
130 WriteLE32(&header.riff.header.Size,
132 WriteFourCC(&header.riff.Format, 'W', 'A', 'V', 'E');
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 17 #include "../webp/format_constants.h" // RIFF constants
40 uint8_t riff[RIFF_HEADER_SIZE] = { local
44 PutLE32(riff + TAG_SIZE, (uint32_t)riff_size);
45 if (!pic->writer(riff, sizeof(riff), pic)) {
154 // RIFF header.
335 // Compute RIFF size
vp8l.c 784 uint8_t riff[RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE + VP8L_SIGNATURE_SIZE] = { local
788 PutLE32(riff + TAG_SIZE, (uint32_t)riff_size);
789 PutLE32(riff + RIFF_HEADER_SIZE + TAG_SIZE, (uint32_t)vp8l_size);
790 if (!pic->writer(riff, sizeof(riff), pic)) {
    [all...]
  /external/webp/src/enc/
syntax.c 17 #include "webp/format_constants.h" // RIFF constants
40 uint8_t riff[RIFF_HEADER_SIZE] = { local
44 PutLE32(riff + TAG_SIZE, (uint32_t)riff_size);
45 if (!pic->writer(riff, sizeof(riff), pic)) {
154 // RIFF header.
335 // Compute RIFF size