OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextSampleEntry
(Results
1 - 4
of
4
) sorted by null
/external/opencore/fileformats/mp4/parser/src/
textsampleentry.cpp
20
/* MPEG-4
TextSampleEntry
Class */
24
This
TextSampleEntry
Class is used for text streams.
33
#include "
textsampleentry
.h"
38
OSCL_EXPORT_REF
TextSampleEntry
::
TextSampleEntry
(MP4_FF_FILE *fp, uint32 size, uint32 type)
92
OSCL_EXPORT_REF
TextSampleEntry
::~
TextSampleEntry
()
112
OSCL_EXPORT_REF int16
TextSampleEntry
::getBoxTop()
124
OSCL_EXPORT_REF int16
TextSampleEntry
::getBoxLeft()
136
OSCL_EXPORT_REF int16
TextSampleEntry
::getBoxBottom(
[
all
...]
sampledescriptionatom.cpp
38
#include "
textsampleentry
.h"
236
PV_MP4_FF_NEW(fp->auditCB,
TextSampleEntry
, (fp, atomSize, atomType), entry);
241
TextSampleEntry
*ptr = (
TextSampleEntry
*)entry;
242
PV_MP4_FF_DELETE(NULL,
TextSampleEntry
, ptr);
424
TextSampleEntry
*ptr = (
TextSampleEntry
*)(*_psampleEntryVec)[i];
425
PV_MP4_FF_DELETE(NULL,
TextSampleEntry
, ptr);
/external/opencore/fileformats/mp4/parser/include/
textsampleentry.h
20
/* MPEG-4
TextSampleEntry
Class */
24
This
TextSampleEntry
Class is used for text streams.
46
class
TextSampleEntry
: public SampleEntry
50
OSCL_IMPORT_REF
TextSampleEntry
(MP4_FF_FILE *fp, uint32 size, uint32 type);
51
OSCL_IMPORT_REF virtual ~
TextSampleEntry
(); // Destructor
/external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp
5472
TextSampleEntry*
textsampleentry
= NULL;
local
[
all
...]
Completed in 802 milliseconds