Home
last modified time | relevance | path

Searched refs:_height (Results 1 – 25 of 36) sorted by relevance

12

/external/ImageMagick/Magick++/lib/
DGeometry.cpp72 _height(0), in Geometry()
87 _height(0), in Geometry()
103 _height(geometry_._height), in Geometry()
118 _height(0), in Geometry()
135 _height(height_), in Geometry()
164 _height=geometry_._height; in operator =()
229 _height=height_val; in operator =()
284 if (_height) in operator std::string()
286 FormatLocaleString(buffer,MagickPathExtent,"%.20g",(double) _height); in operator std::string()
359 _height=height_; in height()
[all …]
DDrawable.cpp491 _height(height_), in DrawableCompositeImage()
504 _height(height_), in DrawableCompositeImage()
516 _height(height_), in DrawableCompositeImage()
528 _height(height_), in DrawableCompositeImage()
539 _height(0), in DrawableCompositeImage()
543 _height=_image->rows(); in DrawableCompositeImage()
552 _height(0), in DrawableCompositeImage()
556 _height=_image->rows(); in DrawableCompositeImage()
566 _height(original_._height), in DrawableCompositeImage()
585 _height = original_._height; in operator =()
[all …]
/external/libxcam/modules/soft/
Dsoft_image.h52 uint32_t _height; variable
80 return _height; in get_height()
86 return (_buf_ptr && _width && _height); in is_valid()
160 if (y < 0 || y >= (int32_t)_height) in write_data()
178 if (y < 0 || y >= (int32_t)_height) in write_array()
200 else if (y >= (int32_t)_height) y = (int32_t)(_height - 1); in border_check_y()
213 , _width (0) , _height (0) , _pitch (0) in SoftImage()
226 _height = planar.height; in SoftImage()
236 , _width (0) , _height (0) , _pitch (0) in SoftImage()
247 _height = height; in SoftImage()
[all …]
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_channel.cc28 _height(DEFAULT_RENDER_FRAME_HEIGHT), _outWidth(0), _outHeight(0), in VideoX11Channel()
49 if (_width != videoFrame.width() || _height in RenderFrame()
89 _height, True); in DeliverFrame()
99 height = _height; in GetFrameSize()
203 if (CreateLocalRenderer(_width, _height) == -1) in ChangeWindow()
248 _height = height; in CreateLocalRenderer()
252 … &_shminfo, _width, _height); // this parameter needs to be the same for some reason. in CreateLocalRenderer()
Dvideo_x11_channel.h75 int32_t _height; // incoming frame height variable
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
Di420.cc142 _height(0), in I420Decoder()
162 _height = codecSettings->height; in InitDecode()
196 _height = height; in Decode()
199 size_t req_length = CalcBufferSize(kI420, _width, _height) + kI420HeaderSize; in Decode()
206 _decodedImage.CreateEmptyFrame(_width, _height, _width, half_width, in Decode()
209 int ret = ConvertToI420(kI420, buffer, 0, 0, _width, _height, 0, in Decode()
/external/libxcam/xcore/
Dxcam_analyzer.cpp114 , _height (0) in XAnalyzer()
150 XCAM_ASSERT (!_width && !_height); in init()
152 _height = height; in init()
164 XCAM_STR(get_name()), _width, _height); in init()
176 _height = 0; in deinit()
Dxcam_analyzer.h97 return _height; in get_height()
135 uint32_t _height; variable
Ddrm_display.cpp75 , _height (0) in DrmDisplay()
293 _height = height; in render_init()
444 0, 0, _width << 16, _height << 16); in set_plane()
Ddrm_display.h150 unsigned int _height; variable
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.mm28 _height( 0),
97 _height != videoFrame.height()) {
113 _height = height;
134 if (width == _width && _height == height)
143 _height = height;
152 _incomingBufferSize = CalcBufferSize(kI420, _width, _height);
153 _bufferSize = CalcBufferSize(kARGB, _width, _height);
180 if (texSize < _width || texSize < _height)
191 _height, // height
249 _height, // height
[all …]
Dvideo_render_agl.cc38 _height( 0), in VideoChannelAGL()
86 _height != videoFrame.height()) { in RenderFrame()
122 if (width == _width && _height == height) in FrameSizeChange()
131 _height = height; in FrameSizeChange()
140 _incomingBufferSize = CalcBufferSize(kI420, _width, _height); in FrameSizeChange()
141 _bufferSize = CalcBufferSize(kARGB, _width, _height);//_width * _height * bytesPerPixel; in FrameSizeChange()
192 if (texSize < _width || texSize < _height) in FrameSizeChange()
204 _height, // height in FrameSizeChange()
260 _height, // height in DeliverFrame()
311 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart); in RenderOffScreenBuffer()
[all …]
/external/webrtc/webrtc/modules/video_coding/test/
Dvideo_source.h67 uint16_t GetHeight() const { return _height; } in GetHeight()
80 uint16_t _height; variable
/external/skia/experimental/wasm-skp-debugger/
Dcpu.js45 surface._height = height;
65 var imageData = new ImageData(pixels, this._width, this._height);
/external/skia/modules/canvaskit/
Dcpu.js47 surface._height = height;
64 var imageData = new ImageData(pixels, this._width, this._height);
/external/skqp/experimental/canvaskit/
Dcpu.js47 surface._height = height;
64 var imageData = new ImageData(pixels, this._width, this._height);
/external/libxcam/tests/
Dtest-soft-image.cpp95 return _height; in get_height()
123 uint32_t _height; member in SoftElement
138 , _height (height) in SoftElement()
156 _height = height; in set_buf_size()
215 _width && _height, in cv_open_writer()
217 "invalid size width:%d height:%d", _width, _height); in cv_open_writer()
219 cv::Size frame_size = cv::Size (_width, _height); in cv_open_writer()
/external/libxcam/modules/isp/
Daiq_handler.h253 _height = height; in set_size()
257 out_height = _height; in get_size()
315 uint32_t _height; variable
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc45 _height(0), in D3D9Channel()
108 return _height; in GetTextureHeight()
120 _height = height; in FrameSizeChange()
132 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8, in FrameSizeChange()
147 if (_width != videoFrame.width() || _height != videoFrame.height()) in RenderFrame()
258 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8, in RecreateTexture()
/external/libxcam/plugins/smart/sample/
Dsample_smart_analysis.cpp166 uint32_t _height; member in SampleHandler
175 , _height (0) in SampleHandler()
198 _height = height; in init()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmemory.cpp132 _format(*format), _width(width), _height(height), _depth(depth), in image()
165 return _height; in height()
Dmemory.hpp129 size_t _height; member in clover::image
/external/mesa3d/src/hgl/
DGLView.cpp304 BGLView::GetPreferredSize(float* _width, float* _height) in GetPreferredSize() argument
308 if (_height) in GetPreferredSize()
309 *_height = 0; in GetPreferredSize()
/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/
Di420.h147 int _height; variable
/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py37 _height = 256 # Use smallest height for which all tests run/pass. variable in graphics_dEQP
329 height = self._height
433 height = self._height

12