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

  /external/opencore/fileformats/mp4/parser/include/
textsamplemodifiers.h 126 return (_pEndCharOffsetVec);
135 uint16 *_pEndCharOffsetVec;
  /external/opencore/fileformats/mp4/parser/src/
textsamplemodifiers.cpp 144 _pEndCharOffsetVec = NULL;
171 PV_MP4_FF_ARRAY_NEW(NULL, uint16, (_entryCount), _pEndCharOffsetVec);
198 _pEndCharOffsetVec[i] = endOffset;
223 if (_pEndCharOffsetVec != NULL)
225 PV_MP4_ARRAY_DELETE(NULL, _pEndCharOffsetVec);
  /external/opencore/fileformats/mp4/composer/include/
textsamplemodifiers.h 154 uint16 *_pEndCharOffsetVec;

Completed in 291 milliseconds