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

1 2

  /hardware/qcom/msm8x26/kernel-headers/media/
msm_media_info.h 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_SCANLINES(_color_fmt, _height) + 4096))
36 #define VENUS_BUFFER_SIZE(_color_fmt, _width, _height) MSM_MEDIA_ALIGN(VENUS_BUFFER_SIZE_UNALIGNED(_color_fmt, _width, _height),4096)
  /external/webrtc/webrtc/modules/video_coding/test/
video_source.h 67 uint16_t GetHeight() const { return _height; }
80 uint16_t _height; member in class:VideoSource
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 78 MosaicFrame(int _width, int _height, bool allocate=true)
81 height = _height;
  /external/libxcam/xcore/
xcam_analyzer.cpp 114 , _height (0)
150 XCAM_ASSERT (!_width && !_height);
152 _height = height;
164 XCAM_STR(get_name()), _width, _height);
176 _height = 0;
xcam_analyzer.h 97 return _height;
135 uint32_t _height; member in class:XCam::XAnalyzer
drm_display.h 150 unsigned int _height; member in class:XCam::DrmDisplay
  /external/webrtc/webrtc/modules/video_render/linux/
video_x11_channel.cc 28 _height(DEFAULT_RENDER_FRAME_HEIGHT), _outWidth(0), _outHeight(0),
49 if (_width != videoFrame.width() || _height
89 _height, True);
99 height = _height;
203 if (CreateLocalRenderer(_width, _height) == -1)
248 _height = height;
252 &_shminfo, _width, _height); // this parameter needs to be the same for some reason.
video_x11_channel.h 75 int32_t _height; // incoming frame height member in class:webrtc::VideoX11Channel
  /external/libxcam/modules/soft/
soft_image.h 52 uint32_t _height; member in class:XCam::SoftImage
80 return _height;
86 return (_buf_ptr && _width && _height);
160 if (y < 0 || y >= (int32_t)_height)
178 if (y < 0 || y >= (int32_t)_height)
200 else if (y >= (int32_t)_height) y = (int32_t)(_height - 1);
213 , _width (0) , _height (0) , _pitch (0)
226 _height = planar.height;
236 , _width (0) , _height (0) , _pitch (0
    [all...]
  /external/ImageMagick/Magick++/lib/
Geometry.cpp 72 _height(0),
87 _height(0),
103 _height(geometry_._height),
118 _height(0),
135 _height(height_),
164 _height=geometry_._height;
229 _height=height_val;
284 if (_height)
    [all...]
Drawable.cpp 522 _height(height_),
535 _height(height_),
547 _height(height_),
559 _height(height_),
570 _height(0),
574 _height=_image->rows();
583 _height(0),
587 _height=_image->rows();
597 _height(original_._height),
    [all...]
  /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/webrtc/webrtc/modules/video_coding/codecs/i420/
i420.cc 142 _height(0),
162 _height = codecSettings->height;
196 _height = height;
199 size_t req_length = CalcBufferSize(kI420, _width, _height) + kI420HeaderSize;
206 _decodedImage.CreateEmptyFrame(_width, _height, _width, half_width,
209 int ret = ConvertToI420(kI420, buffer, 0, 0, _width, _height, 0,
  /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)
116 height = _height;
  /external/webrtc/webrtc/modules/video_coding/codecs/i420/include/
i420.h 147 int _height; member in class:webrtc::I420Decoder
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 28 _height( 0),
97 _height != videoFrame.height()) {
113 _height = height;
134 if (width == _width && _height == height)
143 _height = height;
152 _incomingBufferSize = CalcBufferSize(kI420, _width, _height);
153 _bufferSize = CalcBufferSize(kARGB, _width, _height);
180 if (texSize < _width || texSize < _height)
191 _height, // height
249 _height, // heigh
    [all...]
video_render_agl.cc 38 _height( 0),
86 _height != videoFrame.height()) {
122 if (width == _width && _height == height)
131 _height = height;
140 _incomingBufferSize = CalcBufferSize(kI420, _width, _height);
141 _bufferSize = CalcBufferSize(kARGB, _width, _height);//_width * _height * bytesPerPixel;
192 if (texSize < _width || texSize < _height)
204 _height, // height
260 _height, // heigh
    [all...]
  /external/libxcam/modules/isp/
aiq_handler.h 253 _height = height;
257 out_height = _height;
315 uint32_t _height; member in class:XCam::AiqCompositor
  /external/libxcam/plugins/smart/sample/
sample_smart_analysis.cpp 166 uint32_t _height; member in class:SampleHandler
175 , _height (0)
198 _height = height;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
memory.cpp 132 _format(*format), _width(width), _height(height), _depth(depth),
165 return _height;
memory.hpp 129 size_t _height; member in class:clover::image
  /external/libxcam/tests/
test-soft-image.cpp 95 return _height;
123 uint32_t _height; member in class:SoftElement
138 , _height (height)
156 _height = height;
215 _width && _height,
217 "invalid size width:%d height:%d", _width, _height);
219 cv::Size frame_size = cv::Size (_width, _height);
  /cts/apps/CameraITS/pymodules/its/
cv2image.py 66 self._height = height
117 print ' Chart height: %.2fcm' % self._height
121 chart_pixel_h = self._height * focal_l / (self._distance * pixel_pitch)
  /external/mesa3d/src/hgl/
GLView.cpp 304 BGLView::GetPreferredSize(float* _width, float* _height)
308 if (_height)
309 *_height = 0;
  /external/ImageMagick/Magick++/lib/Magick++/
Geometry.h 129 size_t _height; member in class:Magick::Geometry

Completed in 517 milliseconds

1 2