OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:moof_head_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/mp4/
mp4_stream_parser.h
94
// |
moof_head_
| is the offset of the start of the most recently parsed moof
97
int64
moof_head_
;
member in class:media::mp4::MP4StreamParser
mp4_stream_parser.cc
30
moof_head_
(0),
73
moof_head_
= 0;
103
int64 max_clear = runs_->GetMaxClearOffset() +
moof_head_
;
136
moof_head_
= queue_.head();
450
queue_.PeekAt(runs_->aux_info_offset() +
moof_head_
, &buf, &buf_size);
456
queue_.PeekAt(runs_->sample_offset() +
moof_head_
, &buf, &buf_size);
Completed in 193 milliseconds