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

  /external/opencore/fileformats/mp4/composer/include/
filetypeatom.h 45 void setMajorBrand(uint32 brand)
47 _Brand = brand;
53 void addCompatibleBrand(uint32 brand);
a_impeg4file.h 317 virtual void setMajorBrand(uint32 brand = BRAND_3GPP4) = 0;
319 virtual void addCompatibleBrand(uint32 brand) = 0;
mpeg4file.h 154 virtual void setMajorBrand(uint32 brand)
158 _pFileTypeAtom->setMajorBrand(brand);
171 virtual void addCompatibleBrand(uint32 brand)
175 _pFileTypeAtom->addCompatibleBrand(brand);
  /external/opencore/fileformats/mp4/composer/src/
filetypeatom.cpp 80 PVA_FF_FileTypeAtom::addCompatibleBrand(uint32 brand)
84 _pCompatibleBrandVec->push_back(brand);
  /external/opencore/android/
pvmediascanner.cpp 355 uint32_t brand = mp4Input->getCompatibiltyMajorBrand(); local
377 if (brand != 0) { // if filetype exists, see whether it is 3gpp or mp4
379 mime[0] = ((brand >> 24) & 0x00FF);
380 mime[1] = ((brand >> 16) & 0x00FF);
381 mime[2] = ((brand >> 8) & 0x00FF);
382 mime[3] = ((brand >> 0) & 0x00FF);
397 brand = 0;
400 if (brand == 0) { // otherwise, mark it as mp4 as previously
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 73 Including two brand new CTF features.
  /build/core/
Makefile 165 ro.product.brand= \
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
mpeg4file.cpp 2288 uint32 brand = (*_compatibleBrand)[i]; local
    [all...]

Completed in 243 milliseconds