Searched defs:_width (Results 1 - 25 of 26) sorted by relevance

12

/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/
H A Di420.h146 int _width; member in class:webrtc::I420Decoder
/external/ImageMagick/Magick++/lib/Magick++/
H A DGeometry.h128 size_t _width; member in class:Magick::Geometry
H A DDrawable.h811 _width = width_;
815 return _width;
838 double _width; member in class:Magick::DrawableCompositeImage
1409 size_t _width; member in class:Magick::DrawablePushPattern
1514 _width(width_),
1548 _width = width_;
1552 return _width;
1585 double _width; member in class:Magick::DrawableRoundRectangle
1950 : _width(width_)
1963 _width
1971 double _width; member in class:Magick::DrawableStrokeWidth
[all...]
H A DSTL.h73 size_t _width; member in class:Magick::adaptiveThresholdImage
562 size_t _width; member in class:Magick::frameImage
598 double _width; member in class:Magick::gaussianBlurImage
/external/libxcam/xcore/
H A Dxcam_analyzer.h94 return _width;
134 uint32_t _width; member in class:XCam::XAnalyzer
H A Ddrm_display.h149 unsigned int _width; member in class:XCam::DrmDisplay
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmemory.hpp128 size_t _width; member in class:clover::image
/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.h74 int32_t _width; // incoming frame width member in class:webrtc::VideoX11Channel
/external/python/cpython2/Lib/email/
H A Dgenerator.py356 _width = len(repr(sys.maxint-1))
357 _fmt = '%%0%dd' % _width
353 _width = len(repr(sys.maxint-1)) variable
/external/python/cpython3/Lib/email/
H A Dgenerator.py508 _width = len(repr(sys.maxsize-1))
509 _fmt = '%%0%dd' % _width
504 _width = len(repr(sys.maxsize-1)) variable
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.h85 int _width; member in class:webrtc::D3D9Channel
/external/autotest/client/site_tests/graphics_dEQP/
H A Dgraphics_dEQP.py37 _width = 256 # Use smallest width for which all tests run/pass. variable in class:graphics_dEQP
311 width = self._width
419 width = self._width
/external/opencv/otherlibs/highgui/
H A 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) argument
115 width = _width;
/external/webrtc/webrtc/modules/video_coding/test/
H A Dvideo_source.h66 uint16_t GetWidth() const { return _width; }
79 uint16_t _width; member in class:VideoSource
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.h61 int _width; member in class:webrtc::VideoChannelAGL
H A Dvideo_render_nsopengl.h83 int32_t _width; member in class:webrtc::VideoChannelNSOpenGL
/external/libxcam/modules/isp/
H A Daiq_handler.h252 _width = width;
256 out_width = _width;
314 uint32_t _width; member in class:XCam::AiqCompositor
/external/libxcam/modules/soft/
H A Dsoft_image.h51 uint32_t _width; member in class:XCam::SoftImage
77 return _width;
86 return (_buf_ptr && _width && _height);
135 if (x + N < _width) {
158 if (x < 0 || x >= (int32_t)_width)
181 if (x >= 0 && x + N <= _width) {
186 if (x < 0 || x >= (int32_t)_width) continue;
195 else if (x >= (int32_t)_width) x = (int32_t)(_width - 1);
213 , _width (
[all...]
/external/libxcam/plugins/smart/sample/
H A Dsample_smart_analysis.cpp165 uint32_t _width; member in class:SampleHandler
174 , _width (0)
197 _width = width;
/external/mesa3d/src/hgl/
H A DGLView.cpp304 BGLView::GetPreferredSize(float* _width, float* _height) argument
306 if (_width)
307 *_width = 0;
/external/libxcam/tests/
H A Dtest-soft-image.cpp92 return _width;
122 uint32_t _width; member in class:SoftElement
137 , _width (width)
155 _width = width;
215 _width && _height,
217 "invalid size width:%d height:%d", _width, _height);
219 cv::Size frame_size = cv::Size (_width, _height);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_disasm.c818 unsigned _vert_stride, unsigned _width,
825 err |= control(file, "width", width, _width, NULL);
837 unsigned _vert_stride, unsigned _width, unsigned _horiz_stride,
855 src_align1_region(file, _vert_stride, _width, _horiz_stride);
870 unsigned _horiz_stride, unsigned _width, unsigned _vert_stride)
887 src_align1_region(file, _vert_stride, _width, _horiz_stride);
817 src_align1_region(FILE *file, unsigned _vert_stride, unsigned _width, unsigned _horiz_stride) argument
833 src_da1(FILE *file, const struct gen_device_info *devinfo, unsigned opcode, unsigned type, unsigned _reg_file, unsigned _vert_stride, unsigned _width, unsigned _horiz_stride, unsigned reg_num, unsigned sub_reg_num, unsigned __abs, unsigned _negate) argument
861 src_ia1(FILE *file, const struct gen_device_info *devinfo, unsigned opcode, unsigned type, unsigned _reg_file, int _addr_imm, unsigned _addr_subreg_nr, unsigned _negate, unsigned __abs, unsigned _horiz_stride, unsigned _width, unsigned _vert_stride) argument
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp256 deUint32 _width,
272 width = _width;
254 FramebufferCreateInfo(vk::VkRenderPass _renderPass, const std::vector<vk::VkImageView>& atachments, deUint32 _width, deUint32 _height, deUint32 _layers) argument
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneFormat.java1916 final int _width; field in class:TimeZoneFormat.GMTOffsetField
1920 _width = width;
1929 return _width;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java1986 final int _width; field in class:TimeZoneFormat.GMTOffsetField
1990 _width = width;
1999 return _width;

Completed in 726 milliseconds

12