OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SampleEntry
(Results
1 - 22
of
22
) sorted by null
/external/opencore/fileformats/mp4/parser/src/
sampleentry.cpp
20
/* MPEG-4
SampleEntry
Class */
24
This
SampleEntry
Class is the base class for the HinstSampleEntry,
32
#include "
sampleentry
.h"
36
SampleEntry
::
SampleEntry
(MP4_FF_FILE *fp, uint32 size, uint32 type)
62
SampleEntry
::~
SampleEntry
()
67
DecoderSpecificInfo *
SampleEntry
::getDecoderSpecificInfo() const
71
uint8
SampleEntry
::getObjectTypeIndication() const
76
uint32
SampleEntry
::getMaxBufferSizeDB() cons
[
all
...]
sampledescriptionatom.cpp
51
typedef Oscl_Vector<
SampleEntry
*, OsclMemAllocator> sampleEntryVecType;
112
SampleEntry
*entry = NULL;
410
SampleEntry
* pSampleEntryPtr = (
SampleEntry
*)(*_psampleEntryVec)[i];
450
SampleEntry
*ptr = (
SampleEntry
*)(*_psampleEntryVec)[i];
451
PV_MP4_FF_DELETE(NULL,
SampleEntry
, ptr);
479
const
SampleEntry
* entry = getSampleEntryAt(index);
495
const
SampleEntry
* entry = getSampleEntryAt(index);
535
const
SampleEntry
*se = getSampleEntryAt(index)
[
all
...]
mpegsampleentry.cpp
37
:
SampleEntry
(fp, size, type)
audiosampleentry.cpp
36
:
SampleEntry
(fp, size, type)
visualsampleentry.cpp
38
:
SampleEntry
(fp, size, type)
textsampleentry.cpp
39
:
SampleEntry
(fp, size, type)
oma2boxes.cpp
245
:
SampleEntry
(fp, size, type)
560
:
SampleEntry
(fp, size, type)
1002
:
SampleEntry
(fp, size, type)
[
all
...]