HomeSort by relevance Sort by last modified time
    Searched full:_height (Results 1 - 11 of 11) sorted by null

  /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)
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 78 MosaicFrame(int _width, int _height, bool allocate=true)
81 height = _height;
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 78 MosaicFrame(int _width, int _height, bool allocate=true)
81 height = _height;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 78 MosaicFrame(int _width, int _height, bool allocate=true)
81 height = _height;
  /external/webrtc/src/modules/interface/
module_common_types.h 503 WebRtc_UWord32 Height() const {return _height;}
511 void SetHeight(const WebRtc_UWord32 height) {_height = height;}
532 WebRtc_UWord32 _height; member in class:webrtc::VideoFrame
544 _height(0),
602 WebRtc_UWord32 tmpHeight = _height;
607 _height = videoFrame._height;
612 videoFrame._height = tmpHeight;
661 _height = videoFrame._height;
    [all...]
  /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/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 177 _height = FXSYS_round(r.size.height);
187 _height = CGImageGetHeight(image);
205 CGContextConcatCTM(_context, CGAffineTransformMake(1, 0, 0, -1, offset_x, _height + offset_y));
231 return _height;
527 if (height + pt.y > _height) {
528 height -= (height + pt.y - _height);
    [all...]
apple_int.h 182 FX_INT32 _height; member in class:CFX_QuartzDeviceDriver
  /hardware/intel/img/psb_video/src/
psb_surface_attrib.c 413 int _height,
434 unsigned int height = (unsigned int)_height;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 
  /external/owasp/sanitizer/benchmark-data/
Yahoo!.html     [all...]

Completed in 787 milliseconds