Home
last modified time | relevance | path

Searched refs:OH_ImageSourceNative_ModifyImageProperty (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-source-c.md96 errCode = OH_ImageSourceNative_ModifyImageProperty(source, &setKey, &setValue);
98 …H_LOG_ERROR(LOG_APP, "ImageSourceNativeCTest sourceTest OH_ImageSourceNative_ModifyImageProperty f…
H A Dimage-structure-c.md111 | Image_String | value | 配置项 | [OH_ImageSourceNative_ModifyImageProperty](../../reference/apis-imag…
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_source_native_ndk_test.cpp354 HWTEST_F(ImagSourceNdk2Test, OH_ImageSourceNative_ModifyImageProperty, TestSize.Level3)
360 Image_ErrorCode ret = OH_ImageSourceNative_ModifyImageProperty(imageSource, key, value);
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-source-c.md96 errCode = OH_ImageSourceNative_ModifyImageProperty(source, &setKey, &setValue);
98 …H_LOG_ERROR(LOG_APP, "ImageSourceNativeCTest sourceTest OH_ImageSourceNative_ModifyImageProperty f…
H A Dimage-structure-c.md111 | Image_String | value | Configuration item.| [OH_ImageSourceNative_ModifyImageProperty](../../refe…
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/image/
H A Dimage_source_native.h441 Image_ErrorCode OH_ImageSourceNative_ModifyImageProperty(OH_ImageSourceNative *source, Image_String…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Dimage__source__native_8h.md69 …_ErrorCode](_image___native_module.md#image_errorcode) [OH_ImageSourceNative_ModifyImageProperty](…
H A D_image___native_module.md190 | [Image_ErrorCode](#image_errorcode) [OH_ImageSourceNative_ModifyImageProperty](#oh_imagesourcenat…
2919 ### OH_ImageSourceNative_ModifyImageProperty()
2922 Image_ErrorCode OH_ImageSourceNative_ModifyImageProperty(OH_ImageSourceNative *source, Image_String…
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage__source__native_8h.md68 …_ErrorCode](_image___native_module.md#image_errorcode) [OH_ImageSourceNative_ModifyImageProperty](…
H A D_image___native_module.md190 | [Image_ErrorCode](#image_errorcode) [OH_ImageSourceNative_ModifyImageProperty](#oh_imagesourcenat…
3173 ### OH_ImageSourceNative_ModifyImageProperty()
3176 Image_ErrorCode OH_ImageSourceNative_ModifyImageProperty(OH_ImageSourceNative *source, Image_String…
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_native.cpp577 Image_ErrorCode OH_ImageSourceNative_ModifyImageProperty(OH_ImageSourceNative *source, Image_String… in OH_ImageSourceNative_ModifyImageProperty() function