Home
last modified time | relevance | path

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

/external/webrtc/common_video/
Dvideo_frame_unittest.cc58 rtc::scoped_refptr<T> CreateGradient(int width, int height) { in CreateGradient() function
324 rtc::scoped_refptr<TypeParam> buf = CreateGradient<TypeParam>(200, 100); in TYPED_TEST_P()
333 rtc::scoped_refptr<TypeParam> buf = CreateGradient<TypeParam>(200, 100); in TYPED_TEST_P()
342 rtc::scoped_refptr<TypeParam> buf = CreateGradient<TypeParam>(100, 200); in TYPED_TEST_P()
351 rtc::scoped_refptr<TypeParam> buf = CreateGradient<TypeParam>(100, 200); in TYPED_TEST_P()
364 rtc::scoped_refptr<TypeParam> buf = CreateGradient<TypeParam>(640, 480); in TYPED_TEST_P()
396 rtc::scoped_refptr<TypeParam> buf = CreateGradient<TypeParam>(200, 100); in TYPED_TEST_P()
421 rtc::scoped_refptr<TypeParam> buffer = CreateGradient<TypeParam>(640, 480); in TYPED_TEST_P()