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) */
  /frameworks/av/services/audioflinger/
test-resample.cpp 34 strncpy(RIFF, "RIFF", 4);
49 char RIFF[4]; // RIFF

Completed in 202 milliseconds