Searched refs:_height (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvideo_source.cc21 _height(288),
33 _height(0),
48 _height(height),
61 return webrtc::CalcBufferSize(_type, _width, _height);
93 _height = 96;
97 _height = 120;
101 _height = 144;
105 _height = 200;
109 _height = 240;
113 _height
[all...]
H A Dcodec_database_test.h45 uint16_t _height; member in class:CodecDataBaseTest
H A Dcodec_database_test.cc44 _height(0),
59 _height = args.height;
61 _lengthSourceFrame = 3*_width*_height/2;
112 _encodeCompleteCallback->SetFrameDimensions(_width, _height);
120 int half_height = (_height + 1) / 2;
121 int size_y = _width * _height;
126 _width, _height,
228 receiveCodec.height = _height;
255 sendCodec.height = _height;
295 sourceFrame.CreateEmptyFrame(_width, _height, _widt
[all...]
H A Dvideo_source.h64 uint16_t GetHeight() const { return _height; }
77 uint16_t _height; member in class:VideoSource
H A Dnormal_test.cc209 _height = args.height;
216 _width << "x" << _height << "_" << _frameRate << "Hz_P420.yuv";
223 _lengthSourceFrame = 3*_width*_height/2;
253 _sendCodec.height = static_cast<uint16_t>(_height);
270 int size_y = _width * _height;
272 int half_height = (_height + 1) / 2;
274 sourceFrame.CreateEmptyFrame(_width, _height,
292 _width, _height,
369 I420PSNRFromFiles(_inname.c_str(), _outname.c_str(), _width, _height,
371 I420SSIMFromFiles(_inname.c_str(), _outname.c_str(), _width, _height,
[all...]
H A Dmedia_opt_test.cc75 _height(0),
108 _height = args.height;
165 _lengthSourceFrame = 3*_width*_height/2;
266 sendCodec.height = _height;
287 encodeCompleteCallback->SetFrameDimensions(_width, _height);
314 int half_height = (_height + 1) / 2;
315 int size_y = _width * _height;
325 _width, _height,
386 sources.push_back(new const VideoSource(_inname, _width, _height));
417 _height
[all...]
H A Dgeneric_codec_test.cc49 _height(0),
74 _height = args.height;
76 _lengthSourceFrame = 3*_width*_height/2;
149 int half_height = (_height + 1) / 2;
150 int size_y = _width * _height;
155 _width, _height,
181 sendCodec.height = _height;
203 _width, _height,
276 sourceFrame.CreateEmptyFrame(_width, _height, _width,
288 _encodeCompleteCallback->SetFrameDimensions(_width, _height);
[all...]
H A Dnormal_test.h99 int Height() const { return _height; };
128 int _height; member in class:NormalTest
H A Dmedia_opt_test.h71 uint16_t _height; member in class:MediaOptTest
H A Dtest_callbacks.h70 _height = height;
86 int32_t _height; member in class:webrtc::VCMEncodeCompleteCallback
125 _height = height;
134 int16_t _height; member in class:webrtc::VCMRTPEncodeCompleteCallback
H A Dgeneric_codec_test.h64 uint16_t _height; member in class:webrtc::GenericCodecTest
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dvideo_source.cc22 _height(288),
38 if (GetWidthHeight(size, _width, _height) != 0) {
48 _height(height),
61 return GetSize(_width, _height);
122 return webrtc::CalcBufferSize(_type, _width, _height);
211 (target.GetWidth() == _width && target.GetHeight() == _height && target.GetFrameRate() == _frameRate)))
234 const size_t lengthInFrame = webrtc::CalcBufferSize(_type, _width, _height);
243 target.GetHeight() == _height);
H A Dvideo_source.h62 int GetHeight() const { return _height; }
89 int _height; member in class:VideoSource
H A Dnormal_test.cc114 _height = 288;
115 _halfHeight = (_height + 1) / 2;
116 _sizeY = _width * _height;
119 CodecSettings(_width, _height, 30, _bitRate);
122 _inputVideoBuffer.CreateEmptyFrame(_width, _height,
124 _decodedVideoBuffer.CreateEmptyFrame(_width, _height,
202 _width, _height,
H A Dtest.cc80 _height = _inst.height;
81 _halfHeight = (_height + 1) / 2;;
82 _sizeY = _width * _height;
H A Dtest.h67 int _height; member in class:CodecTest
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc28 _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.
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
H A Di420.cc138 I420Decoder::I420Decoder() : _decodedImage(), _width(0), _height(0),
161 _height = codecSettings->height;
194 _height = height;
197 uint32_t req_length = CalcBufferSize(kI420, _width, _height)
205 _decodedImage.CreateEmptyFrame(_width, _height,
208 int ret = ConvertToI420(kI420, buffer, 0, 0, _width, _height, 0, kRotateNone,
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_I420_codec.cc171 _decodedImage(), _width(0), _height(0), _inited(false),
201 _height = inst->height;
203 _decodedImage.CreateEmptyFrame(_width, _height,
236 webrtc::CalcBufferSize(webrtc::kI420,_width,_height)) {
241 _width, _height,
/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
116 height = _height;
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h503 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/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/interface/
H A Di420.h161 int _height; member in class:webrtc::I420Decoder
/external/qemu/android/
H A Dloadpng.c12 void *loadpng(const char *fn, unsigned *_width, unsigned *_height) argument
121 *_height = height;
151 void *readpng(const unsigned char *base, size_t size, unsigned *_width, unsigned *_height) argument
252 *_height = height;
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_nsopengl.mm28 _height( 0),
98 _height != videoFrame.height()) {
114 _height = height;
135 if (width == _width && _height == height)
144 _height = height;
153 _incommingBufferSize = CalcBufferSize(kI420, _width, _height);
154 _bufferSize = CalcBufferSize(kARGB, _width, _height);
181 if (texSize < _width || texSize < _height)
192 _height, // height
251 _height, // heigh
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmap.py189 self._height = height
207 return self._crop_box[3] if self._crop_box else self._height
212 crop_box = self._crop_box or (0, 0, self._width, self._height)
213 return _BitmapTools((self._bpp, self._width, self._height) + crop_box,
221 _, _, self._width, self._height = self._crop_box
330 cur_box = self._crop_box or (0, 0, self._width, self._height)

Completed in 276 milliseconds

12