Searched refs:int32VecType (Results 1 – 6 of 6) sorted by relevance
/external/opencore/fileformats/mp4/composer/src/ |
D | interleavebuffer.cpp | 24 typedef Oscl_Vector<int32, OsclMemAllocator> int32VecType; typedef 84 PV_MP4_FF_NEW(fp->auditCB, int32VecType, (), _pIndexVec); in PVA_FF_InterLeaveBuffer() 100 PV_MP4_FF_TEMPLATED_DELETE(NULL, int32VecType, Oscl_Vector, _pIndexVec); in ~PVA_FF_InterLeaveBuffer() 216 PV_MP4_FF_TEMPLATED_DELETE(NULL, int32VecType, Oscl_Vector, _pIndexVec); in resetInterLeaveBuffer() 221 PV_MP4_FF_NEW(fp->auditCB, int32VecType, (), _pIndexVec); in resetInterLeaveBuffer()
|
D | editlistatom.cpp | 27 typedef Oscl_Vector<int32, OsclMemAllocator> int32VecType; typedef 37 PV_MP4_FF_NEW(fp->auditCB, int32VecType, (), _pmediaTimes); in PVA_FF_EditListAtom() 118 PV_MP4_FF_TEMPLATED_DELETE(NULL, int32VecType, Oscl_Vector, _pmediaTimes); in ~PVA_FF_EditListAtom()
|
D | timetosampleatom.cpp | 31 typedef Oscl_Vector<int32, OsclMemAllocator> int32VecType; typedef 43 PV_MP4_FF_NEW(fp->auditCB, int32VecType, (), _psampleDeltaVec); in PVA_FF_TimeToSampleAtom() 53 PV_MP4_FF_TEMPLATED_DELETE(NULL, int32VecType, Oscl_Vector, _psampleDeltaVec); in ~PVA_FF_TimeToSampleAtom()
|
D | trackatom.cpp | 30 typedef Oscl_Vector<int32, OsclMemAllocator> int32VecType; typedef
|
/external/opencore/fileformats/mp4/parser/src/ |
D | editlistatom.cpp | 22 typedef Oscl_Vector<int32, OsclMemAllocator> int32VecType; typedef 41 PV_MP4_FF_NEW(fp->auditCB, int32VecType, (), _pmediaTimes); in EditListAtom() 116 PV_MP4_FF_TEMPLATED_DELETE(NULL, int32VecType, Oscl_Vector, _pmediaTimes); in ~EditListAtom()
|
/external/opencore/fileformats/mp4/composer/include/ |
D | trackatom.h | 41 typedef Oscl_Vector<int32, OsclMemAllocator> int32VecType; typedef
|