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

  /external/webrtc/webrtc/common_audio/
wav_header.cc 52 } riff; member in struct:webrtc::__anon43981::WavHeader
160 WriteFourCC(&header.riff.header.ID, 'R', 'I', 'F', 'F');
161 WriteLE32(&header.riff.header.Size, RiffChunkSize(bytes_in_payload));
162 WriteFourCC(&header.riff.Format, 'W', 'A', 'V', 'E');
220 if (ReadFourCC(header.riff.header.ID) != "RIFF")
222 if (ReadFourCC(header.riff.Format) != "WAVE")
229 if (ReadLE32(header.riff.header.Size) < RiffChunkSize(bytes_in_payload))
  /external/webp/src/enc/
syntax_enc.c 17 #include "src/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.
341 // Compute RIFF size
vp8l_enc.c 1130 uint8_t riff[RIFF_HEADER_SIZE + CHUNK_HEADER_SIZE + VP8L_SIGNATURE_SIZE] = { local
    [all...]

Completed in 192 milliseconds