HomeSort by relevance Sort by last modified time
    Searched refs:_width (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /hardware/qcom/msm8x26/kernel-headers/media/
msm_media_info.h 30 #define VENUS_Y_STRIDE(_color_fmt, _width) MSM_MEDIA_ALIGN(_width, 128)
31 #define VENUS_UV_STRIDE(_color_fmt, _width) MSM_MEDIA_ALIGN(_width, 128)
32 #define VENUS_Y_SCANLINES(_color_fmt, _width) MSM_MEDIA_ALIGN(_width, 32)
34 #define VENUS_UV_SCANLINES(_color_fmt, _width) MSM_MEDIA_ALIGN(_width, 16)
35 #define VENUS_BUFFER_SIZE_UNALIGNED(_color_fmt, _width, _height) ((VENUS_Y_STRIDE(_color_fmt, _width) * VENUS_Y_SCANLINES(_color_fmt, _height)) + (VENUS_UV_STRIDE(_color_fmt, _width) * VENUS_UV_SCA (…)
    [all...]
  /external/libxcam/modules/soft/
soft_image.h 51 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 (0) , _height (0) , _pitch (0
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/i420/
i420.cc 141 _width(0),
161 _width = codecSettings->width;
195 _width = width;
199 size_t req_length = CalcBufferSize(kI420, _width, _height) + kI420HeaderSize;
205 int half_width = (_width + 1) / 2;
206 _decodedImage.CreateEmptyFrame(_width, _height, _width, half_width,
209 int ret = ConvertToI420(kI420, buffer, 0, 0, _width, _height, 0,
  /external/webrtc/webrtc/modules/video_coding/test/
video_source.h 66 uint16_t GetWidth() const { return _width; }
79 uint16_t _width; member in class:VideoSource
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 78 MosaicFrame(int _width, int _height, bool allocate=true)
80 width = _width;
  /external/libxcam/xcore/
xcam_analyzer.cpp 113 , _width (0)
150 XCAM_ASSERT (!_width && !_height);
151 _width = width;
164 XCAM_STR(get_name()), _width, _height);
175 _width = 0;
xcam_analyzer.h 94 return _width;
134 uint32_t _width; member in class:XCam::XAnalyzer
drm_display.h 149 unsigned int _width; member in class:XCam::DrmDisplay
  /external/webrtc/webrtc/modules/video_render/linux/
video_x11_channel.cc 27 _width(DEFAULT_RENDER_FRAME_WIDTH),
49 if (_width != videoFrame.width() || _height
88 XShmPutImage(_display, _window, _gc, _image, 0, 0, _xPos, _yPos, _width,
98 width = _width;
203 if (CreateLocalRenderer(_width, _height) == -1)
247 _width = width;
252 &_shminfo, _width, _height); // this parameter needs to be the same for some reason.
video_x11_channel.h 74 int32_t _width; // incoming frame width member in class:webrtc::VideoX11Channel
  /external/ImageMagick/Magick++/lib/
Geometry.cpp 71 : _width(0),
86 : _width(0),
102 : _width(geometry_._width),
117 : _width(0),
134 : _width(width_),
163 _width=geometry_._width;
223 _width=width_val;
278 if (_width)
    [all...]
Drawable.cpp 521 _width(width_),
534 _width(width_),
546 _width(width_),
558 _width(width_),
569 _width(0),
573 _width=_image->columns();
582 _width(0),
586 _width=_image->columns();
596 _width(original_._width),
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/
efi_pci.h 23 #define EFIPCI_LOCATION( _offset, _width ) \
24 ( (_offset) | ( (_width) << 16 ) )
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h 58 OutputStreamInfo(int _width, int _height, int _format, android_dataspace _dataSpace,
60 width(_width), height(_height), format(_format),
  /external/opencv/otherlibs/highgui/
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)
115 width = _width;
  /external/webrtc/webrtc/modules/video_coding/codecs/i420/include/
i420.h 146 int _width; member in class:webrtc::I420Decoder
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 27 _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, // widt
    [all...]
video_render_agl.cc 37 _width( 0),
85 if (_width != videoFrame.width() ||
122 if (width == _width && _height == height)
130 _width = width;
140 _incomingBufferSize = CalcBufferSize(kI420, _width, _height);
141 _bufferSize = CalcBufferSize(kARGB, _width, _height);//_width * _height * bytesPerPixel;
192 if (texSize < _width || texSize < _height)
203 _width, // width
259 _width, // widt
    [all...]
  /external/libxcam/modules/isp/
aiq_handler.h 252 _width = width;
256 out_width = _width;
314 uint32_t _width; member in class:XCam::AiqCompositor
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 811 _width = width_;
815 return _width;
838 double _width; member in class:Magick::DrawableCompositeImage
1409 size_t _width; member in class:Magick::DrawablePushPattern
1585 double _width; member in class:Magick::DrawableRoundRectangle
1971 double _width; member in class:Magick::DrawableStrokeWidth
    [all...]
  /external/libxcam/plugins/smart/sample/
sample_smart_analysis.cpp 165 uint32_t _width; member in class:SampleHandler
174 , _width (0)
197 _width = width;
  /bionic/libc/kernel/uapi/linux/
v4l2-dv-timings.h 22 #define V4L2_INIT_BT_TIMINGS(_width,args...) {.bt = { _width, ##args } }
24 #define V4L2_INIT_BT_TIMINGS(_width,args...) . bt = { _width, ##args }
  /external/kernel-headers/original/uapi/linux/
v4l2-dv-timings.h 25 #define V4L2_INIT_BT_TIMINGS(_width, args...) \
26 { .bt = { _width , ## args } }
28 #define V4L2_INIT_BT_TIMINGS(_width, args...) \
29 .bt = { _width , ## args }
  /external/mesa3d/src/gallium/state_trackers/clover/core/
memory.cpp 132 _format(*format), _width(width), _height(height), _depth(depth),
160 return _width;
  /external/libxcam/tests/
test-soft-image.cpp 92 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);

Completed in 345 milliseconds

1 2 3 4