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

  /external/opencore/fileformats/mp4/composer/include/
avcconfigurationatom.h 42 _pParameterSet = NULL;
48 _pParameterSet = NULL;
55 PV_MP4_FF_ARRAY_NEW(NULL, uint8, _parameterSetLength, _pParameterSet);
62 _pParameterSet[i] = temp[i];
71 //_pParameterSet = NULL;
72 PV_MP4_ARRAY_DELETE(NULL, _pParameterSet);
82 return _pParameterSet;
89 uint8 *_pParameterSet;
  /external/opencore/fileformats/mp4/parser/include/
avcconfigurationbox.h 44 _pParameterSet = NULL;
52 PV_MP4_ARRAY_DELETE(NULL, _pParameterSet);
62 return _pParameterSet;
73 uint8 *_pParameterSet;
  /external/opencore/fileformats/mp4/parser/src/
avcconfigurationbox.cpp 180 _pParameterSet = NULL;
187 PV_MP4_FF_ARRAY_NEW(NULL, uint8, _parameterSetLength, _pParameterSet);
189 if (!AtomUtils::readByteData(fp, _parameterSetLength, _pParameterSet))

Completed in 373 milliseconds