OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_brands
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/media/mp4/
box_definitions.cc
20
size_t
num_brands
= (reader->size() - reader->pos()) / sizeof(FourCC);
local
21
return reader->SkipBytes(sizeof(FourCC) *
num_brands
); // compatible_brands
Completed in 30 milliseconds