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

  /external/opencore/fileformats/mp4/composer/src/
avcconfiguration.cpp 35 _avcProfileIndication = 1;
43 _avcProfileIndication = profile;
82 if (_avcProfileIndication == 1)
84 _avcProfileIndication = *(_sample + 1);
89 if (_avcProfileIndication != *(_sample + 1))
129 _avcProfileIndication = 1;
133 if (((_avcProfileIndication == 0x66) ||
134 (_avcProfileIndication == 0x77) ||
135 (_avcProfileIndication == 0x88)) &&
143 if (_avcProfileIndication == 0x66
    [all...]
  /external/opencore/fileformats/mp4/parser/include/
avcconfigurationbox.h 86 return _avcProfileIndication;
141 uint8 _avcProfileIndication;
  /external/opencore/fileformats/mp4/composer/include/
avcconfigurationatom.h 110 uint8 _avcProfileIndication;
  /external/opencore/fileformats/mp4/parser/src/
avcconfigurationbox.cpp 51 if (!AtomUtils::read8(fp, _avcProfileIndication))

Completed in 133 milliseconds