/external/webrtc/webrtc/modules/video_coding/utility/ |
quality_scaler_unittest.cc | 18 static const int kWidth = 1920; 19 static const int kHalfWidth = kWidth / 2; 47 input_frame_.CreateEmptyFrame(kWidth, kHeight, kWidth, kHalfWidth, 256 DoesNotDownscaleFrameDimensions(kWidth, 1);
|
/external/webrtc/webrtc/video/ |
overuse_frame_detector_unittest.cc | 21 const int kWidth = 640; 90 1000, kFrameInterval33ms, kWidth, kHeight, kDelayMs); 99 1300, kFrameInterval33ms, kWidth, kHeight, kDelayMs1); 101 1, kFrameInterval33ms, kWidth, kHeight, kDelayMs2); 155 1200, kFrameInterval33ms, kWidth, kHeight, kProcessTime5ms); 187 1000, kFrameInterval33ms, kWidth, kHeight, kProcessTime5ms); 194 1000, kFrameInterval33ms, kWidth, kHeight, kProcessTime5ms); 198 1, kFrameInterval33ms, kWidth, kHeight + 1, kProcessTime5ms); 205 1000, kFrameInterval33ms, kWidth, kHeight, kProcessTime5ms); 208 2, options_.frame_timeout_interval_ms, kWidth, kHeight, kProcessTime5ms) [all...] |
video_encoder_unittest.cc | 18 const int kWidth = 320; 108 frame_.CreateEmptyFrame(kWidth, kHeight, kWidth, (kWidth + 1) / 2, 109 (kWidth + 1) / 2); 129 codec_.width = kWidth; 147 codec_.width = kWidth;
|
send_statistics_proxy_unittest.cc | 303 const int kWidth = 640; 307 statistics_proxy_->OnIncomingFrame(kWidth, kHeight);
|
video_quality_test.cc | 856 const size_t kWidth = 1850; 867 slides, kWidth, kHeight, 870 RTC_CHECK_LE(params_.common.width, kWidth); 881 clock_, slides, kWidth, kHeight, params_.common.width, [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PaintFlagsDrawFilterTest.java | 114 int kWidth = 5; 118 Bitmap grid = Bitmap.createBitmap(kWidth, kHeight, Config.ARGB_8888); 119 for (int i = 0; i < kWidth; ++i) { 130 Bitmap dst = Bitmap.createBitmap(kWidth * kScale, kHeight * kScale, Config.ARGB_8888);
|
/external/libvpx/libvpx/test/ |
svc_test.cc | 32 static const uint32_t kWidth = 352; 56 codec_enc_.g_w = kWidth;
|
/external/libyuv/files/unit_test/ |
color_test.cc | 152 const int kWidth = 16; 154 const int kPixels = kWidth * kHeight; 155 const int kHalfPixels = ((kWidth + 1) / 2) * ((kHeight + 1) / 2); 166 I422ToARGB(orig_y, kWidth, 167 orig_u, (kWidth + 1) / 2, 168 orig_v, (kWidth + 1) / 2, 169 orig_pixels, kWidth * 4, 170 kWidth, kHeight); 178 const int kWidth = 16; 180 const int kPixels = kWidth * kHeight [all...] |
convert_test.cc | 36 const int kWidth = ((W1280) > 0) ? (W1280) : 1; \ 38 align_buffer_page_end(src_y, kWidth * kHeight + OFF); \ 40 SUBSAMPLE(kWidth, SRC_SUBSAMP_X) * \ 43 SUBSAMPLE(kWidth, SRC_SUBSAMP_X) * \ 45 align_buffer_page_end(dst_y_c, kWidth * kHeight); \ 47 SUBSAMPLE(kWidth, SUBSAMP_X) * \ 50 SUBSAMPLE(kWidth, SUBSAMP_X) * \ 52 align_buffer_page_end(dst_y_opt, kWidth * kHeight); \ 54 SUBSAMPLE(kWidth, SUBSAMP_X) * \ 57 SUBSAMPLE(kWidth, SUBSAMP_X) * [all...] |
/external/skia/gm/ |
textbloblooper.cpp | 23 static const int kWidth = 1250; 99 r.setWH(SkIntToScalar(kWidth), 50); 224 return SkISize::Make(kWidth, kHeight);
|
bleed.cpp | 487 SkPoint corners[] = {{0, 0}, { 0, kBottom }, { kWidth, kBottom }, {kWidth, 0} }; 547 SkPoint corners[] = { { 0, 0 },{ 0, kBottom },{ kWidth, kBottom },{ kWidth, 0 } }; 574 static const int kWidth = 7*kBlockSpacing + 6*kBlockSize;
|
/external/skia/src/gpu/effects/ |
GrMatrixConvolutionEffect.cpp | 39 int kWidth = mce.kernelSize().width(); 49 kWidth * kHeight); 71 for (int x = 0; x < kWidth; x++) { 73 fragBuilder->codeAppendf("float k = %s[%d * %d + %d];", kernel, y, kWidth, x);
|
/external/skia/tests/ |
RRectInPathTest.cpp | 130 static const SkScalar kWidth = 100.0f; 218 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); 233 SkPoint halfPoint = { SkScalarHalf(kWidth), SkScalarHalf(kHeight) }; 286 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); 311 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); 313 rr1.setRectXY(rect, SkScalarHalf(kWidth), SkScalarHalf(kHeight)); 321 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); 337 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
|
RoundRectTest.cpp | 105 static const SkScalar kWidth = 100.0f; 171 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); 191 SkPoint halfPoint = { SkScalarHalf(kWidth), SkScalarHalf(kHeight) }; 275 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); 305 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); 307 rr1.setRectXY(rect, SkScalarHalf(kWidth), SkScalarHalf(kHeight)); 317 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); 337 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight); 680 SkRect r = { 0, 0, kWidth, kHeight };
|
SurfaceTest.cpp | [all...] |
CanvasTest.cpp | 68 static const int kWidth = 2, kHeight = 2; 71 bm->allocN32Pixels(kWidth, kHeight);
|
PictureTest.cpp | 278 static const int kWidth = 100; 297 SkCanvas* c = recorder.beginRecording(SkIntToScalar(kWidth), SkIntToScalar(kHeight), 331 SkCanvas* c = recorder.beginRecording(SkIntToScalar(kWidth), 341 c->translate(kWidth / 2.0f, kHeight / 2.0f); 342 SkRect r = SkRect::MakeXYWH(0, 0, kWidth/2, kHeight/2); 402 REPORTER_ASSERT(reporter, kWidth == info0.fBounds.width() && 411 REPORTER_ASSERT(reporter, kWidth/2.0 == info1.fBounds.width() && 415 REPORTER_ASSERT(reporter, kWidth/2.0 == info1.fBounds.fLeft && 422 REPORTER_ASSERT(reporter, kWidth / 2 == info2.fBounds.width() && 426 REPORTER_ASSERT(reporter, kWidth / 2 == info2.fBounds.fLeft && // translate [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_format_vp9_unittest.cc | 657 const uint16_t kWidth[2] = {640, 1280}; 662 packet[2] = kWidth[0] >> 8; 663 packet[3] = kWidth[0] & 0xFF; 666 packet[6] = kWidth[1] >> 8; 667 packet[7] = kWidth[1] & 0xFF; 673 EXPECT_EQ(kWidth[0], parsed.type.Video.width);
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/ |
vp8_impl_unittest.cc | 121 length_source_frame_ = CalcBufferSize(kI420, kWidth, kHeight); 129 codec_inst_.width = kWidth; 181 const int kWidth = 172; 273 size_t length = CalcBufferSize(kI420, kWidth, kHeight);
|
/external/webrtc/webrtc/modules/video_coding/ |
receiver_unittest.cc | 31 enum { kWidth = 640 }; 50 return receiver_.InsertPacket(packet, kWidth, kHeight); 59 return receiver_.InsertPacket(packet, kWidth, kHeight);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
QRDecompositionImpl.java | 383 final int kWidth = kEnd - kStart; 393 Arrays.fill(alpha, 0, kWidth, 0.0); 397 for (int k = 0; k < kWidth; ++k) { 401 for (int k = 0; k < kWidth; ++k) { 408 for (int k = 0; k < kWidth; ++k) { 422 int index = (j - jStart) * kWidth; 423 for (int k = 0; k < kWidth; ++k) { 432 for (int k = 0; k < kWidth; ++k) {
|
BlockFieldMatrix.java | 542 final int kWidth = blockWidth(kBlock); 547 final int lStart = (p - pStart) * kWidth; 548 final int lEnd = lStart + kWidth; 607 final int kWidth = blockWidth(kBlock); 612 final int lStart = (p - pStart) * kWidth; 613 final int lEnd = lStart + kWidth; [all...] |
/external/skia/src/views/win/ |
SkOSWindow_win.cpp | 723 static const int kWidth = 1280; 728 newScreenSettings.dmPelsWidth = kWidth; 737 WindowRect.right = kWidth;
|
/external/webrtc/talk/session/media/ |
planarfunctions_unittest.cc | 62 static const int kWidth = 1280; 501 int y_pitch = kWidth; 502 int u_pitch = (kWidth + 1) >> 1; 503 int v_pitch = (kWidth + 1) >> 1; 504 int y_size = kHeight * kWidth; 505 int uv_size = ((kHeight + 1) >> 1) * ((kWidth + 1) >> 1); 509 kHeight, kWidth, block_size, libyuv::kJpegYuv420, y_pointer, u_pointer, 513 new uint8_t[I420_SIZE(kHeight, kWidth) + kAlignment]); 525 kWidth, kHeight); 530 I420_SIZE(kHeight, kWidth), 1.e-6)) [all...] |
/external/webrtc/talk/media/base/ |
videoengine_unittest.h | [all...] |