OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SampleTable
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/extractors/mp4/
SampleTable.cpp
17
#define LOG_TAG "
SampleTable
"
23
#include "
SampleTable
.h"
40
const uint32_t
SampleTable
::kChunkOffsetType32 = FOURCC("stco");
42
const uint32_t
SampleTable
::kChunkOffsetType64 = FOURCC("co64");
44
const uint32_t
SampleTable
::kSampleSizeType32 = FOURCC("stsz");
46
const uint32_t
SampleTable
::kSampleSizeTypeCompact = FOURCC("stz2");
52
struct
SampleTable
::CompositionDeltaLookup {
72
SampleTable
::CompositionDeltaLookup::CompositionDeltaLookup()
79
void
SampleTable
::CompositionDeltaLookup::setEntries(
89
int32_t
SampleTable
::CompositionDeltaLookup::getCompositionTimeOffset
[
all
...]
SampleTable.h
34
class
SampleTable
: public RefBase {
36
explicit
SampleTable
(DataSourceHelper *source);
97
~
SampleTable
();
173
SampleTable
(const
SampleTable
&);
174
SampleTable
&operator=(const
SampleTable
&);
Completed in 814 milliseconds