HomeSort by relevance Sort by last modified time
    Searched refs:_height (Results 1 - 14 of 14) 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/Camera2/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/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/chromium_org/tools/telemetry/telemetry/core/
bitmap.py 51 self._height = height
68 return self._height
212 self._height = height
  /external/skia/gm/rebaseline_server/
imagediffdb.py 102 (self._width, self._height) = diff_image.size
114 (self._width * self._height))
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 947 GLsizei _height, GLint _border, GLsizei _imageSize, uint32 _data_shm_id,
954 height = _height;
963 GLsizei _width, GLsizei _height, GLint _border, GLsizei _imageSize,
967 _target, _level, _internalformat, _width, _height, _border,
1022 GLsizei _height, GLint _border, GLuint _bucket_id) {
1028 height = _height;
1035 GLsizei _width, GLsizei _height, GLint _border, GLuint _bucket_id) {
1038 _target, _level, _internalformat, _width, _height, _border,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js 1330 this._height = 0;
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 308 GLsizei _height,
317 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 214 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
local_extensions.css     [all...]

Completed in 923 milliseconds