HomeSort by relevance Sort by last modified time
    Searched defs:height_ (Results 26 - 50 of 75) sorted by null

12 3

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
i420_video_source.h 35 height_(0),
38 // This initializes raw_sz_, width_, height_ and allocates an img.
84 if (width != width_ || height != height_) {
89 height_ = height;
111 unsigned int height_; member in class:libvpx_test::I420VideoSource
sixtap_predict_test.cc 68 height_ = GET_PARAM(1);
76 int height_; member in class:__anon30094::SixtapPredictTest
149 for (int i = 0; i < height_; ++i)
176 for (int i = 0; i < height_; ++i)
video_source.h 87 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
122 if (width != width_ || height != height_) {
127 height_ = height;
139 unsigned int height_; member in class:libvpx_test::DummyVideoSource
  /external/libvpx/libvpx/test/
consistency_test.cc 41 ConsistencyTestBase(int width, int height) : width_(width), height_(height) {}
95 FillRandom(data, stride, width_, height_);
105 for (int h = 0; h < height_; ++h) {
118 for (int h = taps; h < height_; ++h) {
124 int width_, height_; member in class:__anon16417::ConsistencyTestBase
149 width_, height_, ssim_array_, &metrics_, 1);
vp9_avg_test.cc 33 AverageTestBase(int width, int height) : width_(width), height_(height) {}
77 for (int i = 0; i < width_ * height_; ++i) {
83 for (int i = 0; i < width_ * height_; ++i) {
88 int width_, height_; member in class:__anon16461::AverageTestBase
157 ASM_REGISTER_STATE_CHECK(c_func_(hbuf_c_, source_data_, 0, height_));
158 ASM_REGISTER_STATE_CHECK(asm_func_(hbuf_asm_, source_data_, 0, height_));
sixtap_predict_test.cc 70 height_ = GET_PARAM(1);
78 int height_; member in class:__anon16443::SixtapPredictTest
152 for (int i = 0; i < height_; ++i)
179 for (int i = 0; i < height_; ++i)
video_source.h 144 height_(64),
184 if (width != width_ || height != height_) {
186 height_ = height;
203 img_ = vpx_img_alloc(NULL, format_, width_, height_, 32);
212 unsigned int height_; member in class:libvpx_test::DummyVideoSource
vpx_scale_test.cc 34 height_ = height;
36 ASSERT_EQ(0, vp8_yv12_alloc_frame_buffer(&img_, width_, height_,
47 ASSERT_EQ(0, vp8_yv12_alloc_frame_buffer(&ref_img_, width_, height_,
52 ASSERT_EQ(0, vp8_yv12_alloc_frame_buffer(&cpy_img_, width_, height_,
165 int height_; member in class:__anon16476::VpxScaleBase
  /external/skia/src/images/
bmpdecoderhelper.h 96 int height_; member in class:image_codec::BmpDecoderHelper
  /external/webrtc/talk/media/base/
fakevideorenderer.h 44 height_(0),
53 height_ = height;
67 frame->GetHeight() != static_cast<size_t>(height_)) {
72 << "x" << height_ << " but received frame of size "
90 return height_;
162 int height_; member in class:cricket::FakeVideoRenderer
  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 88 const int height_; member in class:webrtc::TestLibYuv
98 height_(288),
99 size_y_(width_ * height_),
100 size_uv_(((width_ + 1) / 2) * ((height_ + 1) / 2)),
118 width_, height_,
145 EXPECT_EQ(0, res_i420_frame.CreateEmptyFrame(width_, height_, width_,
153 height_, 0, kVideoRotation_0, &res_i420_frame));
163 rtc::scoped_ptr<uint8_t[]> res_rgb_buffer2(new uint8_t[width_ * height_ * 3]);
168 res_i420_frame.CreateEmptyFrame(width_, height_, stride_y,
173 height_, 0, kVideoRotation_0, &res_i420_frame))
    [all...]
scaler_unittest.cc 42 const int height_; member in class:webrtc::TestScaler
53 height_(288),
54 half_height_(height_ / 2),
55 size_y_(width_ * height_),
57 frame_length_(CalcBufferSize(kI420, width_, height_)) {
66 test_frame_.CreateEmptyFrame(width_, height_,
96 EXPECT_EQ(0, test_scaler_.Set(width_, height_,
106 width_, height_,
109 EXPECT_GT(width_ * height_, test_frame2.allocated_size(kYPlane));
130 width_, height_,
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.h 91 return height_;
97 int height_; member in class:GtkMainWnd::VideoRenderer
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.h 53 DesktopSize() : width_(0), height_(0) {}
55 : width_(width), height_(height) {
59 int32_t height() const { return height_; }
61 bool is_empty() const { return width_ <= 0 || height_ <= 0; }
64 return width_ == other.width_ && height_ == other.height_;
69 height_ = height;
74 int32_t height_; member in class:webrtc::DesktopSize
differ_unittest.cc 35 height_ = height;
38 buffer_size_ = width_ * height_ * bytes_per_pixel_;
40 differ_.reset(new Differ(width_, height_, bytes_per_pixel_, stride_));
195 int height_; member in class:webrtc::DifferTest
342 for (int y = 0; y < height_; y++) {
346 WritePixel(curr_.get(), x, height_ - 1, 0xff00ff);
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.h 67 int height_; member in class:FileOutputFrameReceiver
  /packages/apps/Camera2/jni/
tinyplanet.cc 31 : image_(image), width_(width), height_(height) {
40 return height_;
54 int height_; member in class:ImageRGBA
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 30 : image_(image), width_(width), height_(height) {
39 return height_;
53 int height_; member in class:ImageRGBA
  /external/deqp/framework/platform/X11/
tcuX11.cpp 213 unsigned width_, height_, borderWidth, depth; local
215 XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &depth);
219 *height = static_cast<int>(height_);
  /external/opencv3/3rdparty/libwebp/dec/
vp8li.h 75 int height_; member in struct:__anon20436
  /external/webp/src/dec/
vp8li.h 75 int height_; member in struct:VP8LDecoder
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 71 EmptyFrameGenerator(int width, int height) : width_(width), height_(height) {}
74 frame_->CreateEmptyFrame(width_, height_, width_, (width_ + 1) / 2,
81 const int height_; member in class:webrtc::vcm::__anon26794::EmptyFrameGenerator
  /external/webrtc/webrtc/test/
frame_generator.cc 27 : angle_(0.0), width_(width), height_(height) {
34 static_cast<int>(height_),
51 size_t height_; member in class:webrtc::test::__anon26864::ChromaGenerator
64 height_(height),
67 static_cast<int>(height_))),
109 static_cast<int>(width_), static_cast<int>(height_),
114 static_cast<int>(height_), 0, kVideoRotation_0,
122 const size_t height_; member in class:webrtc::test::__anon26864::YuvFileGenerator
  /external/webp/src/utils/
quant_levels_dec.c 46 int width_, height_; // dimension member in struct:__anon26179
101 if (p->row_ >= 0 && p->row_ < p->height_ - 1) {
235 p->height_ = height;
266 for (; p.row_ < p.height_; ++p.row_) {
  /external/opencv3/3rdparty/libjasper/jasper/
jas_image.h 155 jas_image_coord_t height_; member in struct:__anon20223
364 ((image)->cmpts_[cmptno]->height_)
399 ((image)->cmpts_[cmptno]->tly_ + (image)->cmpts_[cmptno]->height_ * \

Completed in 849 milliseconds

12 3