OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mChunkOffsetType
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/extractors/mp4/
SampleIterator.cpp
210
if (mTable->
mChunkOffsetType
== SampleTable::kChunkOffsetType32) {
222
CHECK_EQ(mTable->
mChunkOffsetType
, SampleTable::kChunkOffsetType64);
SampleTable.h
114
uint32_t
mChunkOffsetType
;
SampleTable.cpp
120
mChunkOffsetType
(0),
183
mChunkOffsetType
= type;
202
if (
mChunkOffsetType
== kChunkOffsetType32) {
Completed in 51 milliseconds