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

  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.h 29 #define RIFF 0x46464952 /* "RIFF" */
SDL_wave.c 423 RIFFchunk = RIFF;
427 if ( (RIFFchunk != RIFF) || (WAVEmagic != WAVE) ) {
560 /* seek to the end of the file (given by the RIFF chunk) */
  /frameworks/av/services/audioflinger/
test-resample.cpp 34 strncpy(RIFF, "RIFF", 4);
49 char RIFF[4]; // RIFF
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
image_parsers.js 130 if (riffSignature != 'RIFF')
131 throw new Error('Invalid RIFF signature: ' + riffSignature);

Completed in 97 milliseconds