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

  /external/opencore/fileformats/mp4/composer/include/
avcconfigurationatom.h 41 _parameterSetLength = 0;
47 _parameterSetLength = 0;
53 _parameterSetLength = length;
55 PV_MP4_FF_ARRAY_NEW(NULL, uint8, _parameterSetLength, _pParameterSet);
60 for (int32 i = 0; i < _parameterSetLength; i++)
77 return _parameterSetLength;
88 uint16 _parameterSetLength;
  /external/opencore/fileformats/mp4/parser/include/
avcconfigurationbox.h 43 _parameterSetLength = 0;
57 return _parameterSetLength;
72 uint16 _parameterSetLength;
  /external/opencore/fileformats/mp4/parser/src/
avcconfigurationbox.cpp 179 _parameterSetLength = 0;
185 _parameterSetLength = length;
187 PV_MP4_FF_ARRAY_NEW(NULL, uint8, _parameterSetLength, _pParameterSet);
189 if (!AtomUtils::readByteData(fp, _parameterSetLength, _pParameterSet))

Completed in 33 milliseconds