OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAVE
(Results
1 - 6
of
6
) 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",
/frameworks/av/services/audioflinger/
test-resample.cpp
36
strncpy(
WAVE
, "
WAVE
", 4);
51
char
WAVE
[4]; //
WAVE
/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
...]
/external/icu4c/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 62 milliseconds