/external/ImageMagick/Magick++/lib/ |
D | Geometry.cpp | 72 _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 …]
|
D | Drawable.cpp | 491 _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/ |
D | soft_image.h | 52 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/ |
D | video_x11_channel.cc | 28 _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()
|
D | video_x11_channel.h | 75 int32_t _height; // incoming frame height variable
|
/external/webrtc/webrtc/modules/video_coding/codecs/i420/ |
D | i420.cc | 142 _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/ |
D | xcam_analyzer.cpp | 114 , _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()
|
D | xcam_analyzer.h | 97 return _height; in get_height() 135 uint32_t _height; variable
|
D | drm_display.cpp | 75 , _height (0) in DrmDisplay() 293 _height = height; in render_init() 444 0, 0, _width << 16, _height << 16); in set_plane()
|
D | drm_display.h | 150 unsigned int _height; variable
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_nsopengl.mm | 28 _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 …]
|
D | video_render_agl.cc | 38 _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/ |
D | video_source.h | 67 uint16_t GetHeight() const { return _height; } in GetHeight() 80 uint16_t _height; variable
|
/external/skia/experimental/wasm-skp-debugger/ |
D | cpu.js | 45 surface._height = height; 65 var imageData = new ImageData(pixels, this._width, this._height);
|
/external/skia/modules/canvaskit/ |
D | cpu.js | 47 surface._height = height; 64 var imageData = new ImageData(pixels, this._width, this._height);
|
/external/skqp/experimental/canvaskit/ |
D | cpu.js | 47 surface._height = height; 64 var imageData = new ImageData(pixels, this._width, this._height);
|
/external/libxcam/tests/ |
D | test-soft-image.cpp | 95 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/ |
D | aiq_handler.h | 253 _height = height; in set_size() 257 out_height = _height; in get_size() 315 uint32_t _height; variable
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 45 _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/ |
D | sample_smart_analysis.cpp | 166 uint32_t _height; member in SampleHandler 175 , _height (0) in SampleHandler() 198 _height = height; in init()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | memory.cpp | 132 _format(*format), _width(width), _height(height), _depth(depth), in image() 165 return _height; in height()
|
D | memory.hpp | 129 size_t _height; member in clover::image
|
/external/mesa3d/src/hgl/ |
D | GLView.cpp | 304 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/ |
D | i420.h | 147 int _height; variable
|
/external/autotest/client/site_tests/graphics_dEQP/ |
D | graphics_dEQP.py | 37 _height = 256 # Use smallest height for which all tests run/pass. variable in graphics_dEQP 329 height = self._height 433 height = self._height
|