Home
last modified time | relevance | path

Searched refs:uint32VecType (Results 1 – 18 of 18) sorted by relevance

/external/opencore/fileformats/mp4/composer/src/
Dinterleavebuffer.cpp22 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
81 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _pTimeStampVec); in PVA_FF_InterLeaveBuffer()
82 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _pSampleSizeVec); in PVA_FF_InterLeaveBuffer()
94 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _pTimeStampVec); in ~PVA_FF_InterLeaveBuffer()
96 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _pSampleSizeVec); in ~PVA_FF_InterLeaveBuffer()
213 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _pTimeStampVec); in resetInterLeaveBuffer()
214 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _pSampleSizeVec); in resetInterLeaveBuffer()
218 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _pTimeStampVec); in resetInterLeaveBuffer()
219 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _pSampleSizeVec); in resetInterLeaveBuffer()
Dsampletochunkatom.cpp34 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
51 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _pfirstChunkVec); in PVA_FF_SampleToChunkAtom()
53 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _psamplesPerChunkVec); in PVA_FF_SampleToChunkAtom()
55 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _psampleDescriptionIndexVec); in PVA_FF_SampleToChunkAtom()
70 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _pfirstChunkVec); in ~PVA_FF_SampleToChunkAtom()
71 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _psamplesPerChunkVec); in ~PVA_FF_SampleToChunkAtom()
72 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _psampleDescriptionIndexVec); in ~PVA_FF_SampleToChunkAtom()
Dtrackreferencetypeatom.cpp30 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
35 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _trackIDs); in PVA_FF_TrackReferenceTypeAtom()
44 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _trackIDs); in ~PVA_FF_TrackReferenceTypeAtom()
Dsyncsampleatom.cpp30 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
37 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _psampleNumbers); in PVA_FF_SyncSampleAtom()
48 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _psampleNumbers); in ~PVA_FF_SyncSampleAtom()
Deditlistatom.cpp26 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
36 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _psegmentDurations); in PVA_FF_EditListAtom()
117 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _psegmentDurations); in ~PVA_FF_EditListAtom()
Dchunkoffsetatom.cpp29 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
41 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _pchunkOffsets); in PVA_FF_ChunkOffsetAtom()
55 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _pchunkOffsets); in ~PVA_FF_ChunkOffsetAtom()
Dsamplesizeatom.cpp30 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
39 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _psampleSizeVec); in PVA_FF_SampleSizeAtom()
49 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _psampleSizeVec); in ~PVA_FF_SampleSizeAtom()
Dtimetosampleatom.cpp30 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
42 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _psampleCountVec); in PVA_FF_TimeToSampleAtom()
52 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _psampleCountVec); in ~PVA_FF_TimeToSampleAtom()
Dfiletypeatom.cpp30 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
39 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _pCompatibleBrandVec); in PVA_FF_FileTypeAtom()
Dtrackfragmentatom.cpp22 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
Dtrackatom.cpp29 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
/external/opencore/fileformats/mp4/parser/src/
Dtrackreferencetypeatom.cpp35 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
52 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _trackIDs); in TrackReferenceTypeAtom()
77 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _trackIDs); in ~TrackReferenceTypeAtom()
Dfiletypeatom.cpp21 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
33 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _pCompatible_brand); in FileTypeAtom()
86 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _pCompatible_brand); in ~FileTypeAtom()
Dobjectdescriptor.cpp32 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
45 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _pESIDVec); in ObjectDescriptor()
132 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _pESIDVec); in ~ObjectDescriptor()
Deditlistatom.cpp21 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
40 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _psegmentDurations); in EditListAtom()
112 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _psegmentDurations); in ~EditListAtom()
/external/opencore/fileformats/mp4/composer/include/
Dfiletypeatom.h29 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
41 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _pCompatibleBrandVec); in ~PVA_FF_FileTypeAtom()
Dtrackfragmentatom.h30 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef
Dtrackatom.h40 typedef Oscl_Vector<uint32, OsclMemAllocator> uint32VecType; typedef