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

  /external/opencore/fileformats/mp4/composer/include/
boxrecord.h 29 class PVA_FF_BoxRecord : public PVA_FF_Atom
33 PVA_FF_BoxRecord(); // Default constructor
34 PVA_FF_BoxRecord(int16 Top, int16 Bottom, int16 Left, int16 Right);
35 virtual ~PVA_FF_BoxRecord() {}; // Destructor
textsampleentry.h 28 class PVA_FF_BoxRecord;
82 PVA_FF_BoxRecord *_pBoxRecord;
textsamplemodifiers.h 202 PVA_FF_BoxRecord* setBoxRecord(int16 Top, int16 Bottom, int16 Left, int16 Right)
204 PVA_FF_BoxRecord *rec = NULL;
205 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_BoxRecord, (Top, Bottom, Left, Right), rec);
214 PVA_FF_BoxRecord* _pBoxRecord;
  /external/opencore/fileformats/mp4/composer/src/
boxrecord.cpp 27 PVA_FF_BoxRecord::PVA_FF_BoxRecord() : PVA_FF_Atom(FourCharConstToUint32('t', 't', 's', 'b'))
36 void PVA_FF_BoxRecord::setBoxTop(int16 top1)
44 void PVA_FF_BoxRecord::setBoxLeft(int16 left1)
52 void PVA_FF_BoxRecord::setBoxBottom(int16 bottom1)
60 void PVA_FF_BoxRecord::setBoxRight(int16 right1)
69 bool PVA_FF_BoxRecord::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp)
97 void PVA_FF_BoxRecord::recomputeSize()
115 uint32 PVA_FF_BoxRecord::getSize()
textsampleentry.cpp 49 PV_MP4_FF_DELETE(NULL, PVA_FF_BoxRecord, _pBoxRecord);
73 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_BoxRecord, (), _pBoxRecord);

Completed in 437 milliseconds