/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfPreviewImage.cpp | 54 _height = height; in PreviewImage() 56 [checkArraySize (uiMult (_width, _height), sizeof (PreviewRgba))]; in PreviewImage() 60 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage() 65 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage() 73 _height (other._height), in PreviewImage() 74 _pixels (new PreviewRgba [other._width * other._height]) in PreviewImage() 76 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage() 93 _height = other._height; in operator =() 94 _pixels = new PreviewRgba [other._width * other._height]; in operator =() 96 for (unsigned int i = 0; i < _width * _height; ++i) in operator =()
|
D | ImfPreviewImage.h | 105 unsigned int height () const {return _height;} in height() 124 unsigned int _height; variable
|
D | ImfRgbaFile.cpp | 221 int _height; member in Imf::RgbaOutputFile::ToYca 250 _height = dw.max.y - dw.min.y + 1; in ToYca() 470 if (_linesConverted >= _height) in writePixels() 472 for (int j = 0; j < N2 - _height; ++j) in writePixels() 479 for (int j = 1; j < min (_height, N2); ++j) in writePixels() 834 int _height; member in Imf::RgbaInputFile::FromYca 861 _height = dw.max.y - dw.min.y + 1; in FromYca()
|
/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 | 522 _height(height_), in DrawableCompositeImage() 535 _height(height_), in DrawableCompositeImage() 547 _height(height_), in DrawableCompositeImage() 559 _height(height_), in DrawableCompositeImage() 570 _height(0), in DrawableCompositeImage() 574 _height=_image->rows(); in DrawableCompositeImage() 583 _height(0), in DrawableCompositeImage() 587 _height=_image->rows(); in DrawableCompositeImage() 597 _height(original_._height), in DrawableCompositeImage() 616 _height = original_._height; in operator =() [all …]
|
/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/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/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCV.hpp | 756 _height = 0; in clear() 771 dst._height == this->_height, NCV_MEM_COPY_ERROR); in copySolid() 772 howMuch = this->_pitch * this->_height; in copySolid() 776 ncvAssertReturn(dst._pitch * dst._height >= howMuch && in copySolid() 777 this->_pitch * this->_height >= howMuch && in copySolid() 814 NcvBool bOutRange = (x >= this->_width || y >= this->_height); in at() 825 Ncv32u height() const {return this->_height;} in height() 826 NcvSize32u size() const {return NcvSize32u(this->_width, this->_height);} in size() 834 Ncv32u _height; member in NCVMatrix 878 this->_height = height_; in NCVMatrixAlloc() [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | _bitmap.py | 97 self._height = height 112 return self._crop_box[3] if self._crop_box else self._height 117 crop_box = self._crop_box or (0, 0, self._width, self._height) 118 return _BitmapTools((self._bpp, self._width, self._height) + crop_box, 126 _, _, self._width, self._height = self._crop_box 221 cur_box = self._crop_box or (0, 0, self._width, self._height)
|
/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 …]
|
D | video_render_agl.h | 62 int _height; variable
|
D | video_render_nsopengl.h | 84 int32_t _height; variable
|
/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/opencv/otherlibs/highgui/ |
D | 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) in open() argument 116 height = _height; in open()
|
/external/opencv3/modules/videoio/src/ |
D | cap_winrt_bridge.cpp | 153 void VideoioBridge::setHeight(int _height) in setHeight() argument 155 height = _height; in setHeight()
|
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/ |
D | encoders.py | 52 self._height = 0 62 self._height = height 108 return {'size': '%sx%s' % (int(self._width), int(self._height))} 166 mark_length = max(self._width, self._height)
|
D | bar_chart_test.py | 120 self.chart.display._height = 1000 130 self.chart.display._height = 1
|
/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/autotest/client/site_tests/graphics_dEQP/ |
D | graphics_dEQP.py | 31 _height = 256 # Use smallest height for which all tests run/pass. variable in graphics_dEQP 238 height = self._height 299 height = self._height
|
/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/ |
D | i420.h | 147 int _height; variable
|
/external/opencv3/modules/videoio/src/cap_winrt/ |
D | MediaStreamSink.cpp | 40 , _height(0) 380 CHK(MFGetAttributeSize(mt.Get(), MF_MT_FRAME_SIZE, &_width, &_height)); in _UpdateMediaType()
|
D | MediaStreamSink.hpp | 107 unsigned int _height; member in Media::WrlSealed
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 146 _height = FXSYS_round(r.size.height); in CFX_QuartzDeviceDriver() 155 _height = CGImageGetHeight(image); in CFX_QuartzDeviceDriver() 174 _height + offset_y)); in CFX_QuartzDeviceDriver() 198 return _height; in GetDeviceCaps() 481 if (height + pt.y > _height) { in GetDIBits() 482 height -= (height + pt.y - _height); in GetDIBits()
|