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

  /external/opencore/fileformats/mp4/parser/include/
h263decoderspecificinfo.h 68 return _max_height;
77 uint16 _max_height; member in class:H263DecoderSpecificInfo
  /external/opencore/fileformats/mp4/parser/src/
h263decoderspecificinfo.cpp 57 AtomUtils::read16(fp, _max_height);
visualsampleentry.cpp 105 if (_pH263decSpecificInfo->_max_height <= 0)
106 _pH263decSpecificInfo->_max_height = (uint16)((_reserved2 << 16) >> 16);
decoderconfigdescriptor.cpp 135 _pH263decSpecificInfo->_max_height =
h263sampleentry.cpp 118 _pH263decSpecificInfo->_max_height = _height;
oma2boxes.cpp 654 if (_pH263decSpecificInfo->_max_height <= 0)
655 _pH263decSpecificInfo->_max_height = (uint16)((_reserved2 << 16) >> 16);
678 _pH263decSpecificInfo->_max_height = _reserved2 & 0x0000FFFF;
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
h263decoderspecificinfo3gpp.h 88 _max_height = max_height;
101 uint16 _max_height; member in class:PVA_FF_H263SpecficAtom
  /external/opencore/fileformats/mp4/composer/src/
h263decoderspecificinfo3gpp.cpp 37 _max_height = 144;

Completed in 2183 milliseconds