OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasBytes
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/mp4/
cenc.cc
27
if (!reader->
HasBytes
(1)) return true;
31
reader->
HasBytes
(subsample_count * kEntrySize));
box_reader.cc
23
RCHECK(
HasBytes
(1));
30
RCHECK(
HasBytes
(sizeof(T)));
53
RCHECK(
HasBytes
(count));
61
RCHECK(
HasBytes
(bytes));
213
if (!
HasBytes
(8)) return false;
221
if (!
HasBytes
(8)) return false;
box_reader.h
34
bool
HasBytes
(int count) { return (pos() + count <= size()); }
box_definitions.cc
34
reader->
HasBytes
(size));
53
reader->
HasBytes
(count * (reader->version() == 1 ? 8 : 4)));
266
RCHECK(reader->
HasBytes
(count * 20));
268
RCHECK(reader->
HasBytes
(count * 12));
703
RCHECK(reader->
HasBytes
(fields * sample_count));
Completed in 25 milliseconds