Home
last modified time | relevance | path

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

/foundation/multimedia/image_effect/test/unittest/
H A DTestImageEffect.cpp33 static std::string g_jpgUri; variable
97 g_jpgUri = std::string("file:///data/test/resource/image_effect_test1.jpg"); in SetUpTestCase()
287 ErrorCode result = imageEffect_->SetInputUri(g_jpgUri); in HWTEST_F()
329 ErrorCode result = imageEffect_->SetOutputUri(g_jpgUri); in HWTEST_F()
H A Dnative_image_effect_unittest.cpp48 static std::string g_jpgUri; variable
133 g_jpgUri = std::string("file:///data/test/resource/image_effect_1k_test1.jpg"); in SetUpTestCase()
282 errorCode = OH_ImageEffect_SetInputUri(imageEffect, g_jpgUri.c_str()); in HWTEST_F()
328 ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputUri(nullptr, g_jpgUri.c_str()); in HWTEST_F()
424 errorCode = OH_ImageEffect_SetInputUri(imageEffect, g_jpgUri.c_str()); in HWTEST_F()
427 errorCode = OH_ImageEffect_SetOutputUri(imageEffect, g_jpgUri.c_str()); in HWTEST_F()
450 ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputUri(imageEffect, g_jpgUri.c_str()); in HWTEST_F()
476 ImageEffect_ErrorCode errorCode = OH_ImageEffect_SetInputUri(imageEffect, g_jpgUri.c_str()); in HWTEST_F()
479 errorCode = OH_ImageEffect_SetOutputUri(nullptr, g_jpgUri.c_str()); in HWTEST_F()
511 errorCode = OH_ImageEffect_SetInputUri(imageEffect, g_jpgUri in HWTEST_F()
[all...]

Completed in 3 milliseconds