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

  /external/opencore/fileformats/mp4/parser/src/
avcconfigurationbox.cpp 34 _sequenceParameterSetVec = NULL;
44 PV_MP4_FF_NEW(fp->auditCB, parameterSetVecType, (), _sequenceParameterSetVec);
103 (*_sequenceParameterSetVec).push_back(paramSet);
160 if ((uint32)index < _sequenceParameterSetVec->size())
162 ParameterSet *pSet = (*_sequenceParameterSetVec)[index];
200 if (_sequenceParameterSetVec != NULL)
202 for (uint32 i = 0; i < _sequenceParameterSetVec->size(); i++)
204 PV_MP4_FF_DELETE(NULL, ParameterSet, (*_sequenceParameterSetVec)[i]);
206 PV_MP4_FF_TEMPLATED_DELETE(NULL, parameterSetVecType, Oscl_Vector, _sequenceParameterSetVec);
  /external/opencore/fileformats/mp4/composer/src/
avcconfiguration.cpp 47 PV_MP4_FF_NEW(fp->auditCB, parameterSetVecType, (), _sequenceParameterSetVec);
125 (*_sequenceParameterSetVec).push_back(paramSet);
190 if (_sequenceParameterSetVec != NULL)
192 for (uint32 i = 0; i < _sequenceParameterSetVec->size(); i++)
194 OSCL_DELETE((*_sequenceParameterSetVec)[i]);
196 PV_MP4_FF_TEMPLATED_DELETE(NULL, parameterSetVecType, Oscl_Vector, _sequenceParameterSetVec);
263 PVA_FF_ParameterSet *pSet = (*_sequenceParameterSetVec)[i];
324 if (_sequenceParameterSetVec->size() >= _numSequenceParameterSets)
328 PVA_FF_ParameterSet *pSet = (*_sequenceParameterSetVec)[i];
  /external/opencore/fileformats/mp4/parser/include/
avcconfigurationbox.h 126 return _sequenceParameterSetVec->size();
154 Oscl_Vector<ParameterSet*, OsclMemAllocator> *_sequenceParameterSetVec;
  /external/opencore/fileformats/mp4/composer/include/
avcconfigurationatom.h 123 Oscl_Vector<PVA_FF_ParameterSet*, OsclMemAllocator> *_sequenceParameterSetVec;

Completed in 461 milliseconds