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

1 2

  /external/chromium_org/cc/debug/
benchmark_instrumentation.h 20 const char kHeight[] = "height";
  /external/webrtc/test/testsupport/metrics/
video_metrics_unittest.cc 21 static const int kHeight = 288;
51 kWidth, kHeight, &psnr_result_));
57 kWidth, kHeight, &ssim_result_));
63 kWidth, kHeight, &psnr_result_,
73 kWidth, kHeight, &ssim_result_));
79 kWidth, kHeight, &ssim_result_));
85 kWidth, kHeight,
93 kWidth, kHeight, &ssim_result_));
99 kWidth, kHeight, &ssim_result_));
105 kWidth, kHeight,
    [all...]
  /external/chromium_org/skia/ext/
bitmap_platform_device_mac_unittest.cc 17 const int kHeight = 300;
23 NULL, kWidth, kHeight, /*is_opaque=*/true));
36 rect.set(0, 0, kWidth, kHeight);
46 EXPECT_EQ(kHeight, clip_rect.height());
56 rect.set(0, 0, kWidth, kHeight);
66 EXPECT_EQ(kHeight, clip_rect.height());
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_unittest.cc 93 const uint32 kHeight = 12;
98 kWidth, kHeight, GL_RGB, GL_UNSIGNED_BYTE, 1, &size, &unpadded_row_size,
100 EXPECT_EQ(kWidth * kHeight * 3, size);
104 kWidth, kHeight, GL_RGBA, GL_UNSIGNED_BYTE, 1, &size, &unpadded_row_size,
106 EXPECT_EQ(kWidth * kHeight * 4, size);
110 kWidth, kHeight, GL_LUMINANCE, GL_UNSIGNED_BYTE, 1, &size,
112 EXPECT_EQ(kWidth * kHeight * 1, size);
116 kWidth, kHeight, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, 1, &size,
118 EXPECT_EQ(kWidth * kHeight * 2, size);
122 kWidth, kHeight, GL_BGRA_EXT, GL_UNSIGNED_BYTE, 1, &size
    [all...]
  /external/skia/gm/
selftest.cpp 22 const static int kHeight = 200;
29 SkISize onISize() { return skiagm::make_isize(kWidth, kHeight); }
35 canvas->drawRectCoords(0, 0, SkIntToScalar(kWidth), SkIntToScalar(kHeight), paint);
blurquickreject.cpp 29 return SkISize::Make(kWidth, kHeight);
77 static const int kHeight = 300;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 67 static const int kHeight = 720;
79 kWidth, kHeight, frame);
486 CreateYuvSample(kWidth, kHeight, 12));
488 kWidth, kHeight, &frame));
491 const uint8* u = y + kWidth * kHeight;
492 const uint8* v = u + kWidth * kHeight / 4;
493 EXPECT_TRUE(IsEqual(frame, kWidth, kHeight, 1, 1, 0, 0,
501 CreateYuvSample(kWidth, kHeight, 12));
503 kWidth, kHeight, &frame));
506 const uint8* v = y + kWidth * kHeight;
    [all...]
  /external/chromium_org/media/filters/
skcanvas_video_renderer_unittest.cc 17 static const int kHeight = 240;
18 static const gfx::Rect kNaturalRect(0, 0, kWidth, kHeight);
87 : natural_frame_(VideoFrame::CreateBlackFrame(gfx::Size(kWidth, kHeight))),
89 gfx::Size(kWidth * 2, kHeight * 2))),
91 gfx::Size(kWidth / 2, kHeight / 2))),
98 fast_path_device_(SkBitmap::kARGB_8888_Config, kWidth, kHeight, true),
100 slow_path_device_(SkBitmap::kARGB_8888_Config, kWidth, kHeight, false),
109 EXPECT_EQ(cropped_frame()->natural_size().width() * kHeight,
306 EXPECT_EQ(SK_ColorGREEN, GetColorAt(fast_path_canvas(), 0, kHeight - 1));
308 kHeight - 1))
    [all...]
  /external/chromium_org/chrome/browser/infobars/
infobar_extension_api.cc 30 const char kHeight[] = "height";
45 if (args->HasKey(kHeight))
46 EXTENSION_FUNCTION_VALIDATE(args->GetInteger(kHeight, &height));
  /external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittests.cc 55 const GLint kHeight = 2;
64 kWidth * kHeight * kBytesPerPixel,
68 glReadPixels(0, 0, kWidth, kHeight, GL_RGBA, GL_UNSIGNED_BYTE, 0);
  /external/chromium_org/remoting/base/
util_unittest.cc 13 static const int kHeight = 24 ;
25 yuv_buffer_size_ = (kYStride + kUvStride) * kHeight;
28 uplane_ = yplane_ + (kYStride * kHeight);
29 vplane_ = uplane_ + (kUvStride * kHeight / 2);
31 rgb_buffer_size_ = kWidth * kHeight * kBytesPerPixel;
62 for (int y = 0; y < kHeight; ++y) {
100 kHeight,
112 SkISize::Make(kWidth, kHeight),
113 SkIRect::MakeWH(kWidth, kHeight),
126 RunTest(SkISize::Make(kWidth, kHeight), SkIRect::MakeWH(kWidth, kHeight))
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
renderbuffer_manager_unittest.cc 140 const GLsizei kHeight = 64;
141 manager_->SetInfo(renderbuffer1, kSamples, kFormat, kWidth, kHeight);
145 EXPECT_EQ(kHeight, renderbuffer1->height());
149 EXPECT_EQ(kWidth * kHeight * 4u * 4u, renderbuffer1->EstimatedSize());
155 manager_->SetInfo(renderbuffer1, kSamples, kFormat, kWidth, kHeight);
214 const GLsizei kHeight = 64;
215 manager_->SetInfo(renderbuffer1.get(), kSamples, kFormat, kWidth, kHeight);
247 const GLsizei kHeight = 64;
248 manager_->SetInfo(renderbuffer1.get(), kSamples, kFormat, kWidth, kHeight);
258 renderbuffer1.get(), kSamples + 1, kFormat, kWidth, kHeight);
    [all...]
  /external/libyuv/files/unit_test/
planar_test.cc 34 const int kHeight = 720; \
36 align_buffer_16(src_y, kWidth * kHeight); \
37 align_buffer_16(src_u, kWidth / SUBSAMP_X * kHeight / SUBSAMP_Y); \
38 align_buffer_16(src_v, kWidth / SUBSAMP_X * kHeight / SUBSAMP_Y); \
39 align_buffer_16(dst_argb_c, kStride * kHeight); \
40 align_buffer_16(dst_argb_opt, kStride * kHeight); \
42 for (int i = 0; i < kHeight; ++i) \
45 for (int i = 0; i < kHeight / SUBSAMP_Y; ++i) \
55 kWidth, NEG kHeight); \
62 kWidth, NEG kHeight); \
    [all...]
  /external/chromium_org/remoting/host/
screen_capturer_fake.h 21 // ScreenCapturerFake generates a picture of size kWidth x kHeight.
23 static const int kHeight = 600;
screen_capturer_fake.cc 13 // ScreenCapturerFake generates a white picture of size kWidth x kHeight
17 static const int kHeight = ScreenCapturerFake::kHeight;
22 COMPILE_ASSERT(kBoxWidth < kWidth && kBoxHeight < kHeight, bad_box_size);
24 (kBoxHeight % kSpeed == 0) && (kHeight % kSpeed == 0),
123 size_.set(kWidth, kHeight);
video_scheduler_unittest.cc 51 static const int kHeight = 480;
160 webrtc::DesktopSize(kWidth, kHeight)));
  /external/skia/bench/
BitmapRectBench.cpp 49 static const int kHeight = 128;
57 fBitmap.setConfig(SkBitmap::kARGB_8888_Config, kWidth, kHeight);
74 fSrcR.iset(0, 0, kWidth, kHeight);
75 fDstR.iset(0, 0, kWidth, kHeight);
  /external/skia/tests/
RoundRectTest.cpp 12 static const SkScalar kHeight = 100.0f;
51 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
64 SkPoint halfPoint = { SkScalarHalf(kWidth), SkScalarHalf(kHeight) };
153 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
189 static const SkScalar kHeightTol = SkScalarHalf(kHeight) * (SK_Scalar1 - SK_ScalarRoot2Over2);
198 { kWidth + kEps - kWidthTol, kHeight + kEps - kHeightTol }, // out
199 { kWidth - kEps - kWidthTol, kHeight - kEps - kHeightTol }, // in
201 { kWidthTol - kEps, kHeight + kEps - kHeightTol }, //out
202 { kWidthTol + kEps, kHeight - kEps - kHeightTol }, // in
212 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
    [all...]
ARGBImageEncoderTest.cpp 34 const int kHeight = 5;
36 // kHeight rows, each with kWidth pixels, premultiplied ARGB for each pixel
49 bitmap.setConfig(configs[configIndex], kWidth, kHeight);
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble_view.cc 21 const int kWidth = 350, kHeight = 100;
69 return gfx::Size(kWidth, kHeight);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
small_glyph_metrics.cc 31 return data_->ReadByte(Offset::kHeight);
65 return InternalReadData()->ReadByte(Offset::kHeight);
69 InternalWriteData()->WriteByte(Offset::kHeight, height);
big_glyph_metrics.cc 31 return data_->ReadByte(Offset::kHeight);
77 return InternalReadData()->ReadByte(Offset::kHeight);
81 InternalWriteData()->WriteByte(Offset::kHeight, height);
big_glyph_metrics.h 31 kHeight = 0,
small_glyph_metrics.h 31 kHeight = 0,
  /external/chromium_org/media/base/
video_frame_unittest.cc 92 const int kHeight = 31;
95 gfx::Size size(kWidth, kHeight);
108 EXPECT_EQ(frame->rows(plane), kHeight);
126 const int kHeight = 48;
130 gfx::Size size(kWidth, kHeight);
166 const int kHeight = 2;
171 VideoFrame::CreateBlackFrame(gfx::Size(kWidth, kHeight));
181 EXPECT_EQ(kHeight, frame->coded_size().height());

Completed in 1545 milliseconds

1 2