OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RIFF
(Results
1 - 3
of
3
) 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/webp/src/enc/
syntax.c
44
uint8_t
RIFF
[KRIFF_SIZE] = {
53
PutLE32(
RIFF
+ 4, total_size + KSIZE_OFFSET);
54
PutLE32(
RIFF
+ 16, total_size);
55
if (!pic->writer(
RIFF
, sizeof(
RIFF
), pic)) {
259
// Compute total size (for the
RIFF
header)
Completed in 31 milliseconds