Home
last modified time | relevance | path

Searched refs:_width (Results 1 – 25 of 52) sorted by relevance

123

/external/ImageMagick/Magick++/lib/
DGeometry.cpp71 : _width(0), in Geometry()
86 : _width(0), in Geometry()
102 : _width(geometry_._width), in Geometry()
117 : _width(0), in Geometry()
134 : _width(width_), in Geometry()
163 _width=geometry_._width; in operator =()
223 _width=width_val; in operator =()
278 if (_width) in operator std::string()
280 FormatLocaleString(buffer,MagickPathExtent,"%.20g",(double) _width); in operator std::string()
399 _width=width_; in width()
[all …]
DDrawable.cpp521 _width(width_), in DrawableCompositeImage()
534 _width(width_), in DrawableCompositeImage()
546 _width(width_), in DrawableCompositeImage()
558 _width(width_), in DrawableCompositeImage()
569 _width(0), in DrawableCompositeImage()
573 _width=_image->columns(); in DrawableCompositeImage()
582 _width(0), in DrawableCompositeImage()
586 _width=_image->columns(); in DrawableCompositeImage()
596 _width(original_._width), in DrawableCompositeImage()
615 _width = original_._width; in operator =()
[all …]
/external/libxcam/modules/soft/
Dsoft_image.h51 uint32_t _width; variable
77 return _width; in get_width()
86 return (_buf_ptr && _width && _height); in is_valid()
135 if (x + N < _width) { in read_array()
158 if (x < 0 || x >= (int32_t)_width) in write_data()
181 if (x >= 0 && x + N <= _width) { in write_array()
186 if (x < 0 || x >= (int32_t)_width) continue; in write_array()
195 else if (x >= (int32_t)_width) x = (int32_t)(_width - 1); in border_check_x()
213 , _width (0) , _height (0) , _pitch (0) in SoftImage()
227 _width = planar.pixel_bytes * planar.width / sizeof (T); in SoftImage()
[all …]
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
Di420.cc141 _width(0), in I420Decoder()
161 _width = codecSettings->width; in InitDecode()
195 _width = width; in Decode()
199 size_t req_length = CalcBufferSize(kI420, _width, _height) + kI420HeaderSize; in Decode()
205 int half_width = (_width + 1) / 2; 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/
Dvideo_x11_channel.cc27 _width(DEFAULT_RENDER_FRAME_WIDTH), in VideoX11Channel()
49 if (_width != videoFrame.width() || _height in RenderFrame()
88 XShmPutImage(_display, _window, _gc, _image, 0, 0, _xPos, _yPos, _width, in DeliverFrame()
98 width = _width; in GetFrameSize()
203 if (CreateLocalRenderer(_width, _height) == -1) in ChangeWindow()
247 _width = width; in CreateLocalRenderer()
252 … &_shminfo, _width, _height); // this parameter needs to be the same for some reason. in CreateLocalRenderer()
/external/libxcam/xcore/
Dxcam_analyzer.cpp113 , _width (0) in XAnalyzer()
150 XCAM_ASSERT (!_width && !_height); in init()
151 _width = width; in init()
164 XCAM_STR(get_name()), _width, _height); in init()
175 _width = 0; in deinit()
Dxcam_analyzer.h94 return _width; in get_width()
134 uint32_t _width; variable
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.mm27 _width( 0),
96 if(_width != videoFrame.width() ||
112 _width = width;
134 if (width == _width && _height == height)
142 _width = width;
152 _incomingBufferSize = CalcBufferSize(kI420, _width, _height);
153 _bufferSize = CalcBufferSize(kARGB, _width, _height);
180 if (texSize < _width || texSize < _height)
190 _width, // width
248 _width, // width
[all …]
Dvideo_render_agl.cc37 _width( 0), in VideoChannelAGL()
85 if (_width != videoFrame.width() || in RenderFrame()
122 if (width == _width && _height == height) in FrameSizeChange()
130 _width = width; 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()
203 _width, // width in FrameSizeChange()
259 _width, // width in DeliverFrame()
310 glTexCoord2f(_width, 0.0); glVertex2f(xStop, yStop); in RenderOffScreenBuffer()
[all …]
/external/opencv/otherlibs/highgui/
Dcvcap_socket.cpp87 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
115 width = _width; in open()
/external/libxcam/tests/
Dtest-soft-image.cpp92 return _width; in get_width()
122 uint32_t _width; member in SoftElement
137 , _width (width) in SoftElement()
155 _width = width; 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/webrtc/webrtc/modules/video_coding/test/
Dvideo_source.h66 uint16_t GetWidth() const { return _width; } in GetWidth()
79 uint16_t _width; variable
/external/syslinux/gpxe/src/include/gpxe/efi/
Defi_pci.h23 #define EFIPCI_LOCATION( _offset, _width ) \ argument
24 ( (_offset) | ( (_width) << 16 ) )
/external/libxcam/modules/isp/
Daiq_handler.h252 _width = width; in set_size()
256 out_width = _width; in get_size()
314 uint32_t _width; variable
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h811 _width = width_; in width()
815 return _width; in width()
838 double _width; variable
1409 size_t _width; variable
1514 _width(width_), in DrawableRoundRectangle()
1548 _width = width_; in width()
1552 return _width; in width()
1585 double _width; variable
1950 : _width(width_) in DrawableStrokeWidth()
1963 _width = width_; in width()
[all …]
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc44 _width(0), in D3D9Channel()
103 return _width; in GetTextureWidth()
119 _width = width; 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/kernel-headers/original/uapi/linux/
Dv4l2-dv-timings.h25 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument
26 { .bt = { _width , ## args } }
28 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument
29 .bt = { _width , ## args }
/external/libxcam/plugins/smart/sample/
Dsample_smart_analysis.cpp165 uint32_t _width; member in SampleHandler
174 , _width (0) in SampleHandler()
197 _width = width; in init()
/external/python/cpython3/Lib/
Dpprint.py131 self._width = width
162 max_width = self._width - indent - allowance
254 max_width1 = max_width = self._width - indent
306 for rep in _wrap_bytes_repr(object, self._width - indent, allowance):
357 width = max_width = self._width - indent + 1
/external/mesa3d/src/hgl/
DGLView.cpp304 BGLView::GetPreferredSize(float* _width, float* _height) in GetPreferredSize() argument
306 if (_width) in GetPreferredSize()
307 *_width = 0; in GetPreferredSize()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmemory.cpp132 _format(*format), _width(width), _height(height), _depth(depth), in image()
160 return _width; in width()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/
Dstar-underscore-hacks.out1 #elementarr{width:1px;*width:3pt;_width:2em}
Dstar-underscore-hacks.out.b1 #elementarr{width:1px;*width:3pt;_width:2em}
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
Dstar-underscore-hacks.css4 _width: 2em;
Dstar-underscore-hacks.css.min1 #elementarr{width:1px;*width:3pt;_width:2em}

123