/external/webrtc/talk/media/base/ |
D | videocommon.cc | 111 const int kMaxHeight = 3072; in ComputeScaleMaxPixels() local 121 if (new_frame_height > kMaxHeight) { in ComputeScaleMaxPixels() 122 new_frame_width = new_frame_width * kMaxHeight / new_frame_height; in ComputeScaleMaxPixels() 123 new_frame_height = kMaxHeight; in ComputeScaleMaxPixels()
|
D | videocapturer_unittest.cc | 318 const int kMaxHeight = 3072; in TEST_F() local 320 int kHeight = kMaxHeight + 4; in TEST_F()
|
/external/skqp/src/gpu/effects/ |
D | GrAlphaThresholdFragmentProcessor.fp | 69 const int kMaxHeight = 1000; 71 uint32_t height = testData->fRandom->nextULessThan(kMaxHeight); 73 uint32_t y = testData->fRandom->nextULessThan(kMaxHeight - height);
|
D | GrAlphaThresholdFragmentProcessor.cpp | 115 const int kMaxHeight = 1000; in TestCreate() local 117 uint32_t height = testData->fRandom->nextULessThan(kMaxHeight); in TestCreate() 119 uint32_t y = testData->fRandom->nextULessThan(kMaxHeight - height); in TestCreate()
|
D | GrMagnifierEffect.fp | 74 const int kMaxHeight = 200; 77 uint32_t height = d->fRandom->nextULessThan(kMaxHeight); 80 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight));
|
D | GrMagnifierEffect.cpp | 178 const int kMaxHeight = 200; in TestCreate() local 181 uint32_t height = d->fRandom->nextULessThan(kMaxHeight); in TestCreate() 184 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight)); in TestCreate()
|
/external/skia/src/gpu/effects/ |
D | GrAlphaThresholdFragmentProcessor.fp | 69 const int kMaxHeight = 1000; 71 uint32_t height = testData->fRandom->nextULessThan(kMaxHeight); 73 uint32_t y = testData->fRandom->nextULessThan(kMaxHeight - height);
|
D | GrAlphaThresholdFragmentProcessor.cpp | 115 const int kMaxHeight = 1000; in TestCreate() local 117 uint32_t height = testData->fRandom->nextULessThan(kMaxHeight); in TestCreate() 119 uint32_t y = testData->fRandom->nextULessThan(kMaxHeight - height); in TestCreate()
|
D | GrMagnifierEffect.fp | 74 const int kMaxHeight = 200; 77 uint32_t height = d->fRandom->nextULessThan(kMaxHeight); 80 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight));
|
D | GrMagnifierEffect.cpp | 176 const int kMaxHeight = 200; in TestCreate() local 179 uint32_t height = d->fRandom->nextULessThan(kMaxHeight); in TestCreate() 182 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight)); in TestCreate()
|
/external/libyuv/files/unit_test/ |
D | unit_test.h | 55 static const int kMaxHeight = 32768; variable 61 if (src_width > kMaxWidth || src_height > kMaxHeight || in SizeValid() 62 dst_width > kMaxWidth || dst_height > kMaxHeight) { in SizeValid()
|
/external/skia/tools/skiaserve/ |
D | Request.cpp | 19 static int kMaxHeight = 8192; variable 117 SkTMin(bounds.height(), kMaxHeight)); in getBounds()
|
/external/skqp/tools/skiaserve/ |
D | Request.cpp | 19 static int kMaxHeight = 8192; variable 117 SkTMin(bounds.height(), kMaxHeight)); in getBounds()
|
/external/webrtc/talk/app/webrtc/ |
D | mediaconstraintsinterface.h | 69 static const char kMaxHeight[]; // maxHeight variable
|
D | videosource_unittest.cc | 253 constraints.AddMandatory(MediaConstraintsInterface::kMaxHeight, 288); in TEST_F() 475 constraints.AddMandatory(MediaConstraintsInterface::kMaxHeight, 288); in TEST_F() 517 constraints.AddMandatory(MediaConstraintsInterface::kMaxHeight, 270); in TEST_F()
|
D | mediaconstraintsinterface.cc | 43 const char MediaConstraintsInterface::kMaxHeight[] = "maxHeight"; member in webrtc::MediaConstraintsInterface
|
D | videosource.cc | 100 } else if (constraint.key == MediaConstraintsInterface::kMaxHeight) { in SetUpperLimitFromConstraint() 144 } else if (constraint.key == MediaConstraintsInterface::kMaxHeight) { in NewFormatWithConstraints()
|
/external/libaom/libaom/test/ |
D | blend_a64_mask_1d_test.cc | 39 static const int kMaxHeight = MAX_SB_SIZE; member in __anon6454a5500111::BlendA64Mask1DTest 40 static const int kBufSize = kMaxWidth * kMaxHeight;
|
D | blend_a64_mask_test.cc | 39 static const int kMaxHeight = MAX_SB_SIZE; member in __anon7fdfd31c0111::BlendA64MaskTest 40 static const int kBufSize = kMaxWidth * kMaxHeight;
|