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

  /external/opencore/fileformats/mp4/composer/include/
h263decoderspecificinfo3gpp.h 84 _max_width = max_width;
100 uint16 _max_width; member in class:PVA_FF_H263SpecficAtom
  /external/opencore/fileformats/mp4/parser/include/
h263decoderspecificinfo.h 64 return _max_width;
76 uint16 _max_width; member in class:H263DecoderSpecificInfo
  /external/opencore/fileformats/mp4/parser/src/
h263decoderspecificinfo.cpp 55 AtomUtils::read16(fp, _max_width);
visualsampleentry.cpp 107 if (_pH263decSpecificInfo->_max_width <= 0)
108 _pH263decSpecificInfo->_max_width = (uint16)(_reserved2 >> 16);
decoderconfigdescriptor.cpp 132 _pH263decSpecificInfo->_max_width =
h263sampleentry.cpp 117 _pH263decSpecificInfo->_max_width = _width;
oma2boxes.cpp 656 if (_pH263decSpecificInfo->_max_width <= 0)
657 _pH263decSpecificInfo->_max_width = (uint16)(_reserved2 >> 16);
677 _pH263decSpecificInfo->_max_width = width >> 16;
    [all...]
  /external/opencore/fileformats/mp4/composer/src/
h263decoderspecificinfo3gpp.cpp 36 _max_width = 176;

Completed in 2888 milliseconds