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

  /external/opencore/fileformats/mp4/parser/include/
textsamplemodifiers.h 184 return (_altLength);
197 uint8 _altLength;
  /external/opencore/fileformats/mp4/composer/include/
textsamplemodifiers.h 193 uint8 _altLength;
  /external/opencore/fileformats/mp4/parser/src/
textsamplemodifiers.cpp 255 _altLength = 0;
291 if (!AtomUtils::read8(buf, _altLength))
298 PV_MP4_FF_ARRAY_NEW(NULL, uint8, (_altLength), _pAltString);
300 if (!AtomUtils::readByteData(buf, _altLength, _pAltString))

Completed in 597 milliseconds