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

  /external/opencore/fileformats/mp4/composer/src/
sampletochunkatom.cpp 55 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _psampleDescriptionIndexVec);
72 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _psampleDescriptionIndexVec);
115 (((*_psampleDescriptionIndexVec)[uint32(_pfirstChunkVec->size()-1)]) ==
116 ((*_psampleDescriptionIndexVec)[uint32(_pfirstChunkVec->size()-2)])))
136 uint32 index = _psampleDescriptionIndexVec->back();
234 _psampleDescriptionIndexVec->push_back(index);
246 _psampleDescriptionIndexVec->pop_back();
250 _psampleDescriptionIndexVec->push_back(index);
258 if (index < _psampleDescriptionIndexVec->size())
260 return (*_psampleDescriptionIndexVec)[index]
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
sampletochunkatom.cpp 45 _psampleDescriptionIndexVec = NULL;
133 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_stbl_buff_size), _psampleDescriptionIndexVec);
134 if (_psampleDescriptionIndexVec == NULL)
182 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_entryCount), _psampleDescriptionIndexVec);
219 _psampleDescriptionIndexVec[j] = (sampleDescrIndex);
232 _psampleDescriptionIndexVec = NULL;
306 _psampleDescriptionIndexVec[_curr_entry_point] = (sampleDescrIndex);
324 if (_psampleDescriptionIndexVec != NULL)
326 PV_MP4_ARRAY_DELETE(NULL, _psampleDescriptionIndexVec);
393 if (_psampleDescriptionIndexVec == NULL
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
sampletochunkatom.h 71 Oscl_Vector<uint32, OsclMemAllocator>* _psampleDescriptionIndexVec;
  /external/opencore/fileformats/mp4/parser/include/
sampletochunkatom.h 112 uint32 *_psampleDescriptionIndexVec;

Completed in 3403 milliseconds