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

  /external/opencore/fileformats/mp4/composer/src/
avcconfiguration.cpp 57 _sample = (uint8*)samp;
65 _numSequenceParameterSets = *(uint8*)_sample;
66 _sample += sizeof(uint8);
78 oscl_memcpy(&_seqParameterSetLen, _sample, 2);
79 _sample += sizeof(uint16);
84 _avcProfileIndication = *(_sample + 1);
89 if (_avcProfileIndication != *(_sample + 1))
93 uint8 li = *(_sample + 3);
94 uint8 pc = *(_sample + 2);
119 _pSequenceParameterSet = _sample;
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
boxrecord.h 46 uint8* _sample; member in class:PVA_FF_BoxRecord
fonttableatom.h 69 uint8* _sample; member in class:PVA_FF_FontTableAtom
stylerecord.h 44 uint8* _sample; member in class:PVA_FF_StyleRecord
avcconfigurationatom.h 108 uint8* _sample; member in class:PVA_FF_AVCConfigurationAtom

Completed in 376 milliseconds