HomeSort by relevance Sort by last modified time
    Searched refs:_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;
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
MosaicTypes.h 78 MosaicFrame(int _width, int _height, bool allocate=true)
80 width = _width;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 78 MosaicFrame(int _width, int _height, bool allocate=true)
80 width = _width;
  /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/webrtc/src/modules/interface/
module_common_types.h 499 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/
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/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/qemu/android/
main-common.c 214 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 119 milliseconds