OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_hdr
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/examples/
decoder_tmpl.c
53
unsigned char
frame_hdr
[IVF_FRAME_HDR_SZ];
local
76
while(fread(
frame_hdr
, 1, IVF_FRAME_HDR_SZ, infile) == IVF_FRAME_HDR_SZ) {
77
int frame_sz = mem_get_le32(
frame_hdr
);
/external/libvpx/libvpx/test/
ivf_video_source.h
77
uint8_t
frame_hdr
[kIvfFrameHdrSize];
local
79
if (fread(
frame_hdr
, 1, kIvfFrameHdrSize, input_file_)
85
frame_sz_ = MemGetLe32(
frame_hdr
);
Completed in 90 milliseconds