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/base/media/libstagefright/include/
SampleTable.h
100
uint32_t
mChunkOffsetType
;
/frameworks/base/media/libstagefright/
SampleIterator.cpp
189
if (mTable->
mChunkOffsetType
== SampleTable::kChunkOffsetType32) {
201
CHECK_EQ(mTable->
mChunkOffsetType
, SampleTable::kChunkOffsetType64);
SampleTable.cpp
111
mChunkOffsetType
(0),
172
mChunkOffsetType
= type;
191
if (
mChunkOffsetType
== kChunkOffsetType32) {
Completed in 49 milliseconds