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

  /external/opencore/fileformats/mp4/parser/include/
h263sampleentry.h 82 return (_height);
91 uint16 _height; member in class:H263SampleEntry
trackheaderatom.h 94 return _height;
134 int32 _height; member in class:TrackHeaderAtom
avcsampleentry.h 45 return (_height);
259 int16 _height; member in class:AVCSampleEntry
  /external/opencore/fileformats/mp4/composer/src/
avcsampleentry.cpp 60 _height = 144;
80 _height = height;
159 if (!PVA_FF_AtomUtils::render16(fp, _height))
246 size += sizeof(_height);
trackheaderatom.cpp 41 _height = 144;
88 _reserved7 = (_height << 16);;
114 _height = height;
116 _reserved7 = (_height << 16);;
  /external/opencore/fileformats/mp4/parser/src/
h263sampleentry.cpp 71 if (!AtomUtils::read16(fp, _height))
118 _pH263decSpecificInfo->_max_height = _height;
trackheaderatom.cpp 42 _height = 0;
138 _height = ((_reserved7 >> 16) & 0xFFFF);
avcsampleentry.cpp 93 _height = (int16)data16;
  /external/opencore/fileformats/mp4/composer/include/
avcsampleentry.h 68 int16 _height; member in class:PVA_FF_AVCSampleEntry
trackheaderatom.h 131 uint16 _height; member in class:PVA_FF_TrackHeaderAtom
  /external/qemu/
loadpng.c 12 void *loadpng(const char *fn, unsigned *_width, unsigned *_height)
121 *_height = height;
151 void *readpng(const unsigned char *base, size_t size, unsigned *_width, unsigned *_height)
252 *_height = height;
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
LineMetricsImpl.java 150 * @param _height font height
158 float _strikethroughOffset, float _leading, float _height,
168 height = _height;
  /external/qemu/android/skin/
image.c 272 extern void *loadpng(const char *fn, unsigned *_width, unsigned *_height);
273 extern void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
  /external/qemu/android/
main.c 170 void *loadpng(const char *fn, unsigned *_width, unsigned *_height);
171 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
    [all...]
  /external/webkit/WebCore/rendering/
RenderBlock.cpp 2417 int _height = o->height() + o->marginTop() + o->marginBottom(); local
    [all...]

Completed in 370 milliseconds