Home
last modified time | relevance | path

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

12

/external/opencv3/3rdparty/openexr/IlmImf/
DImfPreviewImage.cpp53 _width = width; 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()
72 _width (other._width), in PreviewImage()
74 _pixels (new PreviewRgba [other._width * other._height]) in PreviewImage()
76 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage()
92 _width = other._width; in operator =()
94 _pixels = new PreviewRgba [other._width * other._height]; in operator =()
96 for (unsigned int i = 0; i < _width * _height; ++i) in operator =()
DImfRgbaFile.cpp220 int _width; member in Imf::RgbaOutputFile::ToYca
249 _width = dw.max.x - dw.min.x + 1; in ToYca()
262 ptrdiff_t pad = cachePadding (_width * sizeof (Rgba)) / sizeof (Rgba); in ToYca()
264 _bufBase = new Rgba[(_width + pad) * N]; in ToYca()
267 _buf[i] = _bufBase + (i * (_width + pad)); in ToYca()
269 _tmpBuf = new Rgba[_width + N - 1]; in ToYca()
379 for (int j = 0; j < _width; ++j) in writePixels()
390 RGBAtoYCA (_yw, _width, _writeA, _tmpBuf, _tmpBuf); in writePixels()
414 for (int j = 0; j < _width; ++j) in writePixels()
424 RGBAtoYCA (_yw, _width, _writeA, _tmpBuf + N2, _tmpBuf + N2); in writePixels()
[all …]
DImfPreviewImage.h104 unsigned int width () const {return _width;} in width()
116 {return _pixels[y * _width + x];} in pixel()
119 {return _pixels[y * _width + x];} in pixel()
123 unsigned int _width;
/external/jetty/src/java/org/eclipse/jetty/util/
DStringMap.java47 protected int _width=__HASH_WIDTH; field in StringMap
81 _width=width; in StringMap()
108 _width=width; in setWidth()
114 return _width; in getWidth()
158 node=(node._children==null)?null:node._children[c%_width]; in put()
200 parent._children=new Node[_width]; in put()
201 parent._children[c%_width]=node; in put()
202 int oi=node._ochar[0]%_width; in put()
203 if (node._ochar!=null && node._char[0]%_width!=oi) in put()
286 node=(node._children==null)?null:node._children[c%_width]; in getEntry()
[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()
Dvideo_x11_channel.h74 int32_t _width; // incoming frame width variable
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
D_bitmap.py96 self._width = width
108 return self._crop_box[2] if self._crop_box else self._width
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
141 base = self._bpp * (y * self._width + x)
221 cur_box = self._crop_box or (0, 0, self._width, self._height)
/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/webrtc/webrtc/modules/video_coding/test/
Dvideo_source.h66 uint16_t GetWidth() const { return _width; } in GetWidth()
79 uint16_t _width; variable
/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/opencv3/modules/videoio/src/
Dcap_winrt_bridge.cpp148 void VideoioBridge::setWidth(int _width) in setWidth() argument
150 width = _width; in setWidth()
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp755 _width = 0; in clear()
814 NcvBool bOutRange = (x >= this->_width || y >= this->_height); in at()
824 Ncv32u width() const {return this->_width;} in width()
826 NcvSize32u size() const {return NcvSize32u(this->_width, this->_height);} in size()
833 Ncv32u _width; member in NCVMatrix
877 this->_width = width_; in NCVMatrixAlloc()
952 this->_width = width_; in NCVMatrixReuse()
970 this->_width = roi.width; in NCVMatrixReuse()
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
Dencoders.py51 self._width = 0 # These are set when someone calls Url()
61 self._width = width
108 return {'size': '%sx%s' % (int(self._width), int(self._height))}
166 mark_length = max(self._width, self._height)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
Dstar-underscore-hacks.css.min1 #elementarr{width:1px;*width:3pt;_width:2em}
Dstar-underscore-hacks.css4 _width: 2em;
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/out/
Dstar-underscore-hacks.out.b1 #elementarr{width:1px;*width:3pt;_width:2em}
Dstar-underscore-hacks.out1 #elementarr{width:1px;*width:3pt;_width:2em}
/external/kernel-headers/original/uapi/linux/
Dv4l2-dv-timings.h29 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument
30 { .bt = { _width , ## args } }
32 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument
33 .bt = { _width , ## args }
/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/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py30 _width = 256 # Use smallest width for which all tests run/pass. variable in graphics_dEQP
237 width = self._width
298 width = self._width
/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/
Di420.h146 int _width; variable
/external/opencv3/modules/videoio/src/cap_winrt/
DMediaStreamSink.cpp39 , _width(0)
380 CHK(MFGetAttributeSize(mt.Get(), MF_MT_FRAME_SIZE, &_width, &_height)); in _UpdateMediaType()
DMediaStreamSink.hpp106 unsigned int _width; member in Media::WrlSealed

12