Home
last modified time | relevance | path

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

/foundation/multimedia/image_effect/interfaces/kits/native/
H A Dimage_effect.h306 ImageEffect_ErrorCode OH_ImageEffect_SetOutputUri(OH_ImageEffect *imageEffect, const char *uri);
/foundation/multimedia/image_effect/test/unittest/
H A Dnative_image_effect_unittest.cpp404 * Function: Test OH_ImageEffect_SetOutputUri with normal parameter
408 * CaseDescription: Test OH_ImageEffect_SetOutputUri with normal parameter
427 errorCode = OH_ImageEffect_SetOutputUri(imageEffect, g_jpgUri.c_str()); in HWTEST_F()
439 * Function: Test OH_ImageEffect_SetOutputUri with all empty parameter
443 * CaseDescription: Test OH_ImageEffect_SetOutputUri with all empty parameter
453 errorCode = OH_ImageEffect_SetOutputUri(nullptr, nullptr); in HWTEST_F()
465 * Function: Test OH_ImageEffect_SetOutputUri with empty OH_ImageEffect
469 * CaseDescription: Test OH_ImageEffect_SetOutputUri with empty OH_ImageEffect
479 errorCode = OH_ImageEffect_SetOutputUri(nullptr, g_jpgUri.c_str()); in HWTEST_F()
491 * Function: Test OH_ImageEffect_SetOutputUri wit
[all...]
/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect.cpp483 ImageEffect_ErrorCode OH_ImageEffect_SetOutputUri(OH_ImageEffect *imageEffect, const char *uri) in OH_ImageEffect_SetOutputUri() function

Completed in 4 milliseconds