Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestImageEffect.cpp31 static std::string g_jpgPath; variable
95 g_jpgPath = std::string("/data/test/resource/image_effect_test1.jpg"); in SetUpTestCase()
203 ErrorCode result = imageEffect_->SetInputPath(g_jpgPath);
245 ErrorCode result = imageEffect_->SetOutputPath(g_jpgPath);
H A Dnative_image_effect_unittest.cpp46 static std::string g_jpgPath; variable
130 g_jpgPath = std::string("/data/test/resource/image_effect_1k_test1.jpg"); in SetUpTestCase()
1110 std::unique_ptr<PixelMap> pixelMap = TestPixelMapUtils::ParsePixelMapByPath(g_jpgPath);