Searched refs:_width (Results 1 - 7 of 7) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dcvcap_socket.cpp87 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) argument
115 width = _width;
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h499 WebRtc_UWord32 Width() const {return _width;}
507 void SetWidth(const WebRtc_UWord32 width) {_width = width;}
531 WebRtc_UWord32 _width; member in class:webrtc::VideoFrame
543 _width(0),
601 WebRtc_UWord32 tmpWidth = _width;
606 _width = videoFrame._width;
611 videoFrame._width = tmpWidth;
660 _width = videoFrame._width;
[all...]
/external/qemu/
H A Dloadpng.c12 void *loadpng(const char *fn, unsigned *_width, unsigned *_height) argument
120 *_width = width;
151 void *readpng(const unsigned char *base, size_t size, unsigned *_width, unsigned *_height) argument
251 *_width = width;
/external/webkit/Source/WebCore/inspector/front-end/
H A DTimelineOverviewPane.js450 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/
H A Dimage.c272 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/
H A Dmain-common.c213 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 191 milliseconds