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

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 78 MosaicFrame(int _width, int _height, bool allocate=true)
80 width = _width;
  /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};
348 EXPECT_EQ(_width, width);
361 Debug_glTexImage2D(_target, _level, _internalformat, _width, _height, _border,
371 EXPECT_EQ(_width, read.arg3());
397 static const GLsizei _width = 2, _height = 3; local
399 static const int _pixels [_width * _height] = {11, 22, 33, 44, 55, 66};
411 EXPECT_EQ(_width, width);
420 EXPECT_EQ(_width, width);
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)
120 *_width = width;
151 void *readpng(const unsigned char *base, size_t size, unsigned *_width, unsigned *_height)
251 *_width = width;
  /external/webrtc/src/modules/interface/
module_common_types.h 461 WebRtc_UWord32 Width() const {return _width;}
469 void SetWidth(const WebRtc_UWord32 width) {_width = width;}
493 WebRtc_UWord32 _width; member in class:webrtc::VideoFrame
505 _width(0),
563 WebRtc_UWord32 tmpWidth = _width;
568 _width = videoFrame._width;
573 videoFrame._width = tmpWidth;
622 _width = videoFrame._width;
    [all...]
  /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)
115 width = _width;
  /external/webkit/Source/WebCore/inspector/front-end/
TimelineOverviewPane.js 450 this._width = parent.offsetWidth;
454 this._windowSelector.style.right = this._width - this._startPosition + + "px";
473 position = Math.max(0, Math.min(position, this._width));
480 position = Math.max(0, Math.min(position, this._width));
483 this._windowSelector.style.right = this._width - this._startPosition + "px";
486 this._windowSelector.style.right = this._width - position + "px";
  /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/libvpx/examples/includes/geshi/geshi/
actionscript.php 63 '_url', '_visible', '_width', '_x', '_xmouse', '_xscale', '_y', '_ymouse', '_yscale', 'abs',
  /external/qemu/android/
main-common.c 213 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2002-12-03     [all...]

Completed in 1300 milliseconds