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

1 2 3

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
video_source.cc 21 _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 = 240
    [all...]
codec_database_test.h 45 uint16_t _height; member in class:CodecDataBaseTest
codec_database_test.cc 44 _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,
229 receiveCodec.height = _height;
256 sendCodec.height = _height;
296 sourceFrame.CreateEmptyFrame(_width, _height, _width
    [all...]
video_source.h 64 uint16_t GetHeight() const { return _height; }
77 uint16_t _height; member in class:VideoSource
media_opt_test.cc 75 _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 = (*it)->GetHeight()
    [all...]
test_callbacks.h 70 _height = height;
86 int32_t _height; member in class:webrtc::VCMEncodeCompleteCallback
125 _height = height;
134 int16_t _height; member in class:webrtc::VCMRTPEncodeCompleteCallback
normal_test.cc 209 _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...]
generic_codec_test.cc 49 _height(0),
74 _height = args.height;
76 _lengthSourceFrame = 3*_width*_height/2;
152 int half_height = (_height + 1) / 2;
153 int size_y = _width * _height;
158 _width, _height,
184 sendCodec.height = _height;
206 _width, _height,
279 sourceFrame.CreateEmptyFrame(_width, _height, _width,
291 _encodeCompleteCallback->SetFrameDimensions(_width, _height);
    [all...]
normal_test.h 97 int Height() const { return _height; };
126 int _height; member in class:NormalTest
  /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;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
video_source.cc 22 _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);
video_source.h 62 int GetHeight() const { return _height; }
89 int _height; member in class:VideoSource
normal_test.cc 114 _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,
test.cc 80 _height = _inst.height;
81 _halfHeight = (_height + 1) / 2;;
82 _sizeY = _width * _height;
test.h 67 int _height; member in class:CodecTest
  /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/chromium_org/third_party/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.
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
i420.cc 138 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/
tb_I420_codec.cc 200 _decodedImage(), _width(0), _height(0), _inited(false),
230 _height = inst->height;
232 _decodedImage.CreateEmptyFrame(_width, _height,
265 webrtc::CalcBufferSize(webrtc::kI420,_width,_height)) {
270 _width, _height,
  /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/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 486 uint32_t Height() const { return _height; }
494 void SetHeight(const uint32_t height) { _height = height; }
514 uint32_t _height; member in class:webrtc::VideoFrame
525 _height(0),
567 uint32_t tmpHeight = _height;
572 _height = videoFrame._height;
577 videoFrame._height = tmpHeight;
617 _height = videoFrame._height;
    [all...]
  /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/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/interface/
i420.h 161 int _height; member in class:webrtc::I420Decoder

Completed in 610 milliseconds

1 2 3