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

  /external/opencore/fileformats/mp4/parser/include/
mpeg4sampleentryextensions.h 37 return _maxBitRate;
46 uint32 _maxBitRate;
3gpp_h263decoderspecificinfo.h 62 return _maxBitRate;
73 uint32 _maxBitRate;
  /external/opencore/fileformats/mp4/composer/src/
mpeg4bitrateatom.cpp 27 , _maxBitRate(MaxBitRate)
37 && PVA_FF_AtomUtils::render32(fp, _maxBitRate)
  /external/opencore/fileformats/mp4/composer/include/
mpeg4bitrateatom.h 37 uint32 _maxBitRate;
  /external/opencore/fileformats/mp4/parser/src/
3gpp_h263decoderspecificinfo.cpp 42 _maxBitRate = 0;
84 if (!AtomUtils::read32(fp, _maxBitRate))
mpeg4sampleentryextensions.cpp 41 if (!AtomUtils::read32(fp, _maxBitRate))

Completed in 442 milliseconds