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;
  /packages/apps/LegacyCamera/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 503 WebRtc_UWord32 Height() const {return _height;}
511 void SetHeight(const WebRtc_UWord32 height) {_height = height;}
532 WebRtc_UWord32 _height; member in class:webrtc::VideoFrame
544 _height(0),
602 WebRtc_UWord32 tmpHeight = _height;
607 _height = videoFrame._height;
612 videoFrame._height = tmpHeight;
661 _height = videoFrame._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 350 milliseconds