HomeSort by relevance Sort by last modified time
    Searched refs:RIFF (Results 1 - 3 of 3) 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) */
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
image_parsers.js 131 if (riffSignature != 'RIFF')
132 throw new Error('Invalid RIFF signature: ' + riffSignature);

Completed in 482 milliseconds