OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RIFF
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.h
29
#define
RIFF
0x46464952 /* "
RIFF
" */
SDL_wave.c
427
RIFFchunk =
RIFF
;
431
if ( (RIFFchunk !=
RIFF
) || (WAVEmagic != WAVE) ) {
562
/* seek to the end of the file (given by the
RIFF
chunk) */
/external/opencore/fileformats/avi/parser/src/
pv_avifile_parser_utils.cpp
41
if (aChkType ==
RIFF
pv_avifile_parser.cpp
77
//first chunk must be
RIFF
78
if (chunkType !=
RIFF
)
80
PVAVIFILE_LOGERROR((0, "PVAviFileParser::ParseFile: First Chunk Must be
RIFF
"));
/external/opencore/fileformats/avi/parser/include/
pv_avifile_typedefs.h
90
const uint32
RIFF
MAKE_FOURCC('R', 'I', 'F', 'F');
Completed in 43 milliseconds