Home
last modified time | relevance | path

Searched refs:ModifyImageProperty (Results 1 – 8 of 8) sorted by relevance

/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
Dimage_source_module_test.h33 Image_ErrorCode ModifyImageProperty(int32_t fd, std::string propertyKey,
Dimage_source_test.h43 static napi_value ModifyImageProperty(napi_env env, napi_callback_info info);
Dimage_source_module_test.cpp89 Image_ErrorCode ImageSourceModuleTest::ModifyImageProperty(int32_t fd, std::string propertyKey, in ModifyImageProperty() function in ImageSourceModuleTest
Dimage_source_native_test.cpp120 Image_ErrorCode ret = ismt.ModifyImageProperty(fd, propertyKey, propertyValue, &value); in JsModifyImageProperty()
Dimage_source_test.cpp69 STATIC_FUNCTION("modifyImageProperty", ModifyImageProperty), in Init()
727 napi_value ImageSourceNDKTest::ModifyImageProperty(napi_env env, napi_callback_info info) in ModifyImageProperty() function in OHOS::Media::ImageSourceNDKTest
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/types/libentry/
Dindex.d.ts69 export const ModifyImageProperty: (source: image.ImageSource,key: string, value: string)=> Number; constant
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
DImageNdk.cpp1538 static napi_value ModifyImageProperty(napi_env env, napi_callback_info info) { in ModifyImageProperty() function
2382 …{"ModifyImageProperty", nullptr, ModifyImageProperty, nullptr, nullptr, nullptr, napi_default, nul… in Init()
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/ohosTest/ets/test/
DImageNdk.test.ets510 …let propertyModifyRes: Number = ndkTest.ModifyImageProperty(imageSourceApi, image.PropertyKey.ORIE…
529 …let propertyModifyRes: Number = ndkTest.ModifyImageProperty(imageSourceApi, image.PropertyKey.ORIE…
3168 * 3.ModifyImageProperty
3189 * 3.ModifyImageProperty