Home
last modified time | relevance | path

Searched refs:kMaxHeight (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/talk/media/base/
Dvideocommon.cc111 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()
Dvideocapturer_unittest.cc318 const int kMaxHeight = 3072; in TEST_F() local
320 int kHeight = kMaxHeight + 4; in TEST_F()
/external/skqp/src/gpu/effects/
DGrAlphaThresholdFragmentProcessor.fp69 const int kMaxHeight = 1000;
71 uint32_t height = testData->fRandom->nextULessThan(kMaxHeight);
73 uint32_t y = testData->fRandom->nextULessThan(kMaxHeight - height);
DGrAlphaThresholdFragmentProcessor.cpp115 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()
DGrMagnifierEffect.fp74 const int kMaxHeight = 200;
77 uint32_t height = d->fRandom->nextULessThan(kMaxHeight);
80 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight));
DGrMagnifierEffect.cpp178 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/
DGrAlphaThresholdFragmentProcessor.fp69 const int kMaxHeight = 1000;
71 uint32_t height = testData->fRandom->nextULessThan(kMaxHeight);
73 uint32_t y = testData->fRandom->nextULessThan(kMaxHeight - height);
DGrAlphaThresholdFragmentProcessor.cpp115 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()
DGrMagnifierEffect.fp74 const int kMaxHeight = 200;
77 uint32_t height = d->fRandom->nextULessThan(kMaxHeight);
80 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight));
DGrMagnifierEffect.cpp176 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/
Dunit_test.h55 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/
DRequest.cpp19 static int kMaxHeight = 8192; variable
117 SkTMin(bounds.height(), kMaxHeight)); in getBounds()
/external/skqp/tools/skiaserve/
DRequest.cpp19 static int kMaxHeight = 8192; variable
117 SkTMin(bounds.height(), kMaxHeight)); in getBounds()
/external/webrtc/talk/app/webrtc/
Dmediaconstraintsinterface.h69 static const char kMaxHeight[]; // maxHeight variable
Dvideosource_unittest.cc253 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()
Dmediaconstraintsinterface.cc43 const char MediaConstraintsInterface::kMaxHeight[] = "maxHeight"; member in webrtc::MediaConstraintsInterface
Dvideosource.cc100 } else if (constraint.key == MediaConstraintsInterface::kMaxHeight) { in SetUpperLimitFromConstraint()
144 } else if (constraint.key == MediaConstraintsInterface::kMaxHeight) { in NewFormatWithConstraints()
/external/libaom/libaom/test/
Dblend_a64_mask_1d_test.cc39 static const int kMaxHeight = MAX_SB_SIZE; member in __anon6454a5500111::BlendA64Mask1DTest
40 static const int kBufSize = kMaxWidth * kMaxHeight;
Dblend_a64_mask_test.cc39 static const int kMaxHeight = MAX_SB_SIZE; member in __anon7fdfd31c0111::BlendA64MaskTest
40 static const int kBufSize = kMaxWidth * kMaxHeight;