Home
last modified time | relevance | path

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

12

/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/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 …]
DSTL.cpp32 : _width(width_), in adaptiveThresholdImage()
39 image_.adaptiveThreshold( _width, _height, _offset ); in operator ()()
529 : _width( geometry_.width() ), in frameImage()
537 : _width( width_ ), in frameImage()
545 image_.frame( _width, _height, _innerBevel, _outerBevel ); in operator ()()
574 : _width( width_ ), in gaussianBlurImage()
580 image_.gaussianBlur( _width, _sigma ); in operator ()()
/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/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 …]
Dvideo_render_agl.h61 int _width; variable
Dvideo_render_nsopengl.h83 int32_t _width; variable
/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/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 …]
DGeometry.h128 size_t _width;
/external/kernel-headers/original/uapi/linux/
Dv4l2-dv-timings.h24 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument
25 { .bt = { _width , ## args } }
27 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument
28 .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()
Dvideo_render_direct3d9.h85 int _width; variable
/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()
Dmemory.hpp128 size_t _width; member in clover::image
/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/webrtc/webrtc/modules/video_coding/codecs/i420/include/
Di420.h146 int _width; variable
/external/python/cpython2/Lib/email/
Dgenerator.py353 _width = len(repr(sys.maxint-1)) variable
354 _fmt = '%%0%dd' % _width
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_disasm.c818 unsigned _vert_stride, unsigned _width, in src_align1_region() argument
825 err |= control(file, "width", width, _width, NULL); in src_align1_region()
837 unsigned _vert_stride, unsigned _width, unsigned _horiz_stride, in src_da1() argument
855 src_align1_region(file, _vert_stride, _width, _horiz_stride); in src_da1()
870 unsigned _horiz_stride, unsigned _width, unsigned _vert_stride) in src_ia1() argument
887 src_align1_region(file, _vert_stride, _width, _horiz_stride); in src_ia1()
/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py37 _width = 256 # Use smallest width for which all tests run/pass. variable in graphics_dEQP
311 width = self._width
419 width = self._width
/external/python/cpython2/Lib/
Dpprint.py110 self._width = width
142 sepLines = _len(rep) > (self._width - 1 - indent - allowance)

12