Home
last modified time | relevance | path

Searched refs:_height (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/src/modules/interface/
Dmodule_common_types.h503 WebRtc_UWord32 Height() const {return _height;} in Height()
511 void SetHeight(const WebRtc_UWord32 height) {_height = height;} in SetHeight()
532 WebRtc_UWord32 _height; variable
544 _height(0), in VideoFrame()
602 WebRtc_UWord32 tmpHeight = _height; in SwapFrame()
607 _height = videoFrame._height; in SwapFrame()
612 videoFrame._height = tmpHeight; in SwapFrame()
661 _height = videoFrame._height; in CopyFrame()
673 _height = 0; in Free()
/external/opencv/otherlibs/highgui/
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) in open() argument
116 height = _height; in open()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp177 _height = FXSYS_round(r.size.height); in CFX_QuartzDeviceDriver()
187 _height = CGImageGetHeight(image); in CFX_QuartzDeviceDriver()
205 … CGContextConcatCTM(_context, CGAffineTransformMake(1, 0, 0, -1, offset_x, _height + offset_y)); in CFX_QuartzDeviceDriver()
231 return _height; in GetDeviceCaps()
527 if (height + pt.y > _height) { in GetDIBits()
528 height -= (height + pt.y - _height); in GetDIBits()
Dapple_int.h182 FX_INT32 _height; variable