Searched refs:PVA_FF_MediaAtom (Results 1 – 4 of 4) sorted by relevance
/external/opencore/fileformats/mp4/composer/src/ |
D | mediaatom.cpp | 30 PVA_FF_MediaAtom::PVA_FF_MediaAtom(int32 mediaType, in PVA_FF_MediaAtom() function in PVA_FF_MediaAtom 57 PVA_FF_MediaAtom::~PVA_FF_MediaAtom() in ~PVA_FF_MediaAtom() 65 PVA_FF_MediaAtom::nextSample(int32 mediaType, in nextSample() 79 PVA_FF_MediaAtom::nextTextSample(int32 mediaType, in nextTextSample() 94 PVA_FF_MediaAtom::nextSample(int32 mediaType, in nextSample() 109 PVA_FF_MediaAtom::nextTextSample(int32 mediaType, in nextTextSample() 125 PVA_FF_MediaAtom::reAuthorFirstSample(uint32 size, in reAuthorFirstSample() 136 PVA_FF_MediaAtom::updateLastTSEntry(uint32 ts) in updateLastTSEntry() 146 PVA_FF_MediaAtom::recomputeSize() in recomputeSize() 166 PVA_FF_MediaAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) in renderToFileStream() [all …]
|
D | trackatom.cpp | 74 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_MediaAtom, (type, in PVA_FF_TrackAtom() 93 PV_MP4_FF_DELETE(NULL, PVA_FF_MediaAtom, _pmediaAtom); in ~PVA_FF_TrackAtom()
|
/external/opencore/fileformats/mp4/composer/include/ |
D | mediaatom.h | 32 class PVA_FF_MediaAtom : public PVA_FF_Atom 40 PVA_FF_MediaAtom(int32 mediaType, 48 virtual ~PVA_FF_MediaAtom();
|
D | trackatom.h | 81 const PVA_FF_MediaAtom &getMediaAtom() const in getMediaAtom() 85 const PVA_FF_MediaAtom &getMutableMediaAtom() in getMutableMediaAtom() 271 PVA_FF_MediaAtom *_pmediaAtom;
|