OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IVF_FILE_HDR_SZ
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/examples/
decoder_tmpl.c
26
#define
IVF_FILE_HDR_SZ
(32)
49
unsigned char file_hdr[
IVF_FILE_HDR_SZ
];
64
if(!(fread(file_hdr, 1,
IVF_FILE_HDR_SZ
, infile) ==
IVF_FILE_HDR_SZ
encoder_tmpl.c
26
#define
IVF_FILE_HDR_SZ
(32)
114
unsigned char file_hdr[
IVF_FILE_HDR_SZ
];
/external/libvpx/
vpxenc.c
359
#define
IVF_FILE_HDR_SZ
(32)
366
char raw_hdr[
IVF_FILE_HDR_SZ
];
375
if (fread(raw_hdr + 4, 1,
IVF_FILE_HDR_SZ
- 4, infile)
376
==
IVF_FILE_HDR_SZ
- 4)
[
all
...]
Completed in 507 milliseconds