HomeSort by relevance Sort by last modified time
    Searched defs:TextSampleEntry (Results 1 - 2 of 2) 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...]
  /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

Completed in 102 milliseconds