Home
last modified time | relevance | path

Searched refs:infoGet (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dmetadata_helper_test.cpp145 CM_ColorSpaceInfo infoGet; in HWTEST_F() local
146 auto retGet = MetadataHelper::GetColorSpaceInfo(buffer_, infoGet); in HWTEST_F()
150 ASSERT_EQ(infoSet.primaries, infoGet.primaries); in HWTEST_F()
151 ASSERT_EQ(infoSet.transfunc, infoGet.transfunc); in HWTEST_F()
152 ASSERT_EQ(infoSet.matrix, infoGet.matrix); in HWTEST_F()
153 ASSERT_EQ(infoSet.range, infoGet.range); in HWTEST_F()
157 ASSERT_EQ(MetadataHelper::GetColorSpaceInfo(nullBuffer_, infoGet), GSERROR_NO_BUFFER); in HWTEST_F()

Completed in 2 milliseconds