OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RIFF
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.h
29
#define
RIFF
0x46464952 /* "
RIFF
" */
/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 35 milliseconds