OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_sz
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/examples/
decoder_tmpl.c
77
int
frame_sz
= mem_get_le32(frame_hdr);
local
83
if(
frame_sz
> sizeof(frame))
84
die("Frame %d data too big for example code buffer",
frame_sz
);
85
if(fread(frame, 1,
frame_sz
, infile) !=
frame_sz
)
/external/chromium_org/media/mp2t/
es_parser_adts.cc
82
// |
frame_sz
| returns the size of the ADTS frame (if found).
86
int* new_pos, int*
frame_sz
) {
125
*
frame_sz
= frame_size;
Completed in 118 milliseconds