Home
last modified time | relevance | path

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

/external/skia/tests/
DPictureTest.cpp395 const SkLayerInfo::BlockInfo& info5 = gpuData->block(4); in test_savelayer_extraction() local
450 REPORTER_ASSERT(reporter, child == info5.fPicture); // in a child picture in test_savelayer_extraction()
451 REPORTER_ASSERT(reporter, kWidth == info5.fBounds.width() && in test_savelayer_extraction()
452 kHeight == info5.fBounds.height()); in test_savelayer_extraction()
453 REPORTER_ASSERT(reporter, 0 == info5.fBounds.fLeft && 0 == info5.fBounds.fTop); in test_savelayer_extraction()
454 REPORTER_ASSERT(reporter, info5.fLocalMat.isIdentity()); in test_savelayer_extraction()
455 REPORTER_ASSERT(reporter, info5.fPreMat.isIdentity()); in test_savelayer_extraction()
456 REPORTER_ASSERT(reporter, nullptr != info5.fPaint); in test_savelayer_extraction()
457 REPORTER_ASSERT(reporter, info5.fIsNested && !info5.fHasNestedLayers); // is nested in test_savelayer_extraction()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dsend_time_history_unittest.cc188 PacketInfo info5(0, kMaxSeqNo); in TEST_F() local
189 EXPECT_TRUE(history_.GetInfo(&info5, true)); in TEST_F()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpayload_splitter_unittest.cc399 rtc::scoped_ptr<DecoderDatabase::DecoderInfo> info5( in TEST() local
403 .WillRepeatedly(Return(info5.get())); in TEST()