HomeSort by relevance Sort by last modified time
    Searched refs:PVA_FF_TextSampleEntry (Results 1 - 3 of 3) sorted by null

  /external/opencore/fileformats/mp4/composer/src/
textsampleentry.cpp 31 PVA_FF_TextSampleEntry::PVA_FF_TextSampleEntry()
42 PVA_FF_TextSampleEntry::~PVA_FF_TextSampleEntry()
54 void PVA_FF_TextSampleEntry::init()
80 void PVA_FF_TextSampleEntry::addTextDecoderSpecificInfo(PVA_FF_TextSampleDescInfo *pinfo)
140 bool PVA_FF_TextSampleEntry::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp)
207 void PVA_FF_TextSampleEntry::recomputeSize()
sampledescriptionatom.cpp 90 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_TextSampleEntry, (), entry);
203 PVA_FF_TextSampleEntry* textentry = OSCL_STATIC_CAST(PVA_FF_TextSampleEntry*, entry);
204 PV_MP4_FF_DELETE(NULL, PVA_FF_TextSampleEntry, textentry);
261 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_TextSampleEntry, (), entry);
  /external/opencore/fileformats/mp4/composer/include/
textsampleentry.h 37 class PVA_FF_TextSampleEntry : public PVA_FF_SampleEntry
41 OSCL_IMPORT_REF PVA_FF_TextSampleEntry();
42 OSCL_IMPORT_REF virtual ~PVA_FF_TextSampleEntry(); // Destructor

Completed in 277 milliseconds