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

  /external/opencore/fileformats/mp4/composer/src/
interleavebuffer.cpp 26 PVA_FF_InterLeaveBuffer::PVA_FF_InterLeaveBuffer(uint32 mediaType,
88 PVA_FF_InterLeaveBuffer::~PVA_FF_InterLeaveBuffer()
106 PVA_FF_InterLeaveBuffer::addSampleToInterLeaveBuffer(
167 PVA_FF_InterLeaveBuffer::checkInterLeaveBufferSpace(uint32 size)
177 PVA_FF_InterLeaveBuffer::getTimeStampVec()
183 PVA_FF_InterLeaveBuffer::getSampleSizeVec()
190 PVA_FF_InterLeaveBuffer::getFlagsVec()
196 PVA_FF_InterLeaveBuffer::getTextIndexVec(
    [all...]
mpeg4file.cpp 85 typedef Oscl_Vector<PVA_FF_InterLeaveBuffer*, OsclMemAllocator> PVA_FF_InterLeaveBufferVecType;
450 PVA_FF_InterLeaveBuffer *pInterLeaveBuffer = NULL;
519 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_InterLeaveBuffer, (MEDIA_TYPE_AUDIO,
569 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_InterLeaveBuffer, (MEDIA_TYPE_VISUAL,
604 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_InterLeaveBuffer, (MEDIA_TYPE_TEXT,
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
interleavebuffer.h 31 class PVA_FF_InterLeaveBuffer
36 PVA_FF_InterLeaveBuffer(uint32 mediaType, uint32 codecType, uint32 trackId);
38 virtual ~PVA_FF_InterLeaveBuffer();
mpeg4file.h 254 void addInterLeaveBuffer(PVA_FF_InterLeaveBuffer *pInterLeaveBuffer);
255 PVA_FF_InterLeaveBuffer* getInterLeaveBuffer(uint32 trackID);
362 Oscl_Vector<PVA_FF_InterLeaveBuffer*, OsclMemAllocator> *_pInterLeaveBufferVec;

Completed in 306 milliseconds