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

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 78 MosaicFrame(int _width, int _height, bool allocate=true)
81 height = _height;
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 87 virtual bool open(const char* _address, const char* _port, int _width, int _height);
105 bool CVCapture_Socket::open(const char* _address, const char* _port, int _width, int _height)
116 height = _height;
  /external/webkit/Source/WebCore/inspector/front-end/
ShortcutsHelp.js 59 height += this._sections[section]._height;
81 columnHeight += orderedSections[section]._height, section++) {
155 get _height()
  /external/webrtc/src/modules/interface/
module_common_types.h 465 WebRtc_UWord32 Height() const {return _height;}
473 void SetHeight(const WebRtc_UWord32 height) {_height = height;}
494 WebRtc_UWord32 _height; member in class:webrtc::VideoFrame
506 _height(0),
564 WebRtc_UWord32 tmpHeight = _height;
569 _height = videoFrame._height;
574 videoFrame._height = tmpHeight;
623 _height = videoFrame._height;
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/test/
test_socket.cpp 334 static const GLsizei _width = 2, _height = 2; local
337 static const short _pixels [_width * _height] = {11, 22, 33, 44};
349 EXPECT_EQ(_height, height);
361 Debug_glTexImage2D(_target, _level, _internalformat, _width, _height, _border,
372 EXPECT_EQ(_height, read.arg4());
397 static const GLsizei _width = 2, _height = 3; local
399 static const int _pixels [_width * _height] = {11, 22, 33, 44, 55, 66};
412 EXPECT_EQ(_height, height);
421 EXPECT_EQ(_height, height);
434 Debug_glCopyTexImage2D(_target, _level, _internalformat, _x, _y, _width, _height,
    [all...]
  /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;
  /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-common.c 213 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
    [all...]

Completed in 697 milliseconds