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

  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.h 24 /* WAVE files are little-endian */
27 /* Define values for Microsoft WAVE format */
30 #define WAVE 0x45564157 /* "WAVE" */
42 /* Normally, these three chunks come consecutively in a WAVE file */
56 /* The general chunk found in the WAVE file */
SDL_wave.c 24 /* Microsoft WAVE file loading routines */
420 if ( wavelen == WAVE ) { /* The RIFFchunk has already been read */
427 if ( (RIFFchunk != RIFF) || (WAVEmagic != WAVE) ) {
428 SDL_SetError("Unrecognized file type (not WAVE)");
432 headerDiff += sizeof(Uint32); /* for WAVE */
453 SDL_SetError("Complex WAVE files not supported");
484 SDL_SetError("Unknown WAVE data format: 0x%.4x",
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT};
842 case '~' : tokenType = WAVE; break;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 189 milliseconds