Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-source-c.md82 errCode = OH_ImageSourceNative_GetImageProperty(source, &getKey, &getValue);
84 …OH_LOG_ERROR(LOG_APP, "ImageSourceNativeCTest sourceTest OH_ImageSourceNative_GetImageProperty fai…
H A Dimage-structure-c.md110 | Image_String | value | 配置项 | [OH_ImageSourceNative_GetImageProperty](../../reference/apis-image-k…
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_source_native_ndk_test.cpp338 HWTEST_F(ImagSourceNdk2Test, OH_ImageSourceNative_GetImageProperty, TestSize.Level3)
344 Image_ErrorCode ret = OH_ImageSourceNative_GetImageProperty(imageSource, key, value);
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-source-c.md82 errCode = OH_ImageSourceNative_GetImageProperty(source, &getKey, &getValue);
84 …OH_LOG_ERROR(LOG_APP, "ImageSourceNativeCTest sourceTest OH_ImageSourceNative_GetImageProperty fai…
H A Dimage-structure-c.md110 | Image_String | value | Configuration item.| [OH_ImageSourceNative_GetImageProperty](../../referen…
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/image/
H A Dimage_source_native.h429 Image_ErrorCode OH_ImageSourceNative_GetImageProperty(OH_ImageSourceNative *source, Image_String *k…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Dimage__source__native_8h.md68 …ge_ErrorCode](_image___native_module.md#image_errorcode) [OH_ImageSourceNative_GetImageProperty](_…
H A D_image___native_module.md189 | [Image_ErrorCode](#image_errorcode) [OH_ImageSourceNative_GetImageProperty](#oh_imagesourcenative…
1911 如果要获取某张照片的生成时间,可以通过[OH_ImageSourceNative_GetImageProperty](#oh_imagesourcenative_getimageproperty)接…
2896 ### OH_ImageSourceNative_GetImageProperty()
2899 Image_ErrorCode OH_ImageSourceNative_GetImageProperty(OH_ImageSourceNative *source, Image_String *k…
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage__source__native_8h.md67 …ge_ErrorCode](_image___native_module.md#image_errorcode) [OH_ImageSourceNative_GetImageProperty](_…
H A D_image___native_module.md189 | [Image_ErrorCode](#image_errorcode) [OH_ImageSourceNative_GetImageProperty](#oh_imagesourcenative…
2077 …e. To obtain the generation time of a photo, you can use [OH_ImageSourceNative_GetImageProperty](#…
3148 ### OH_ImageSourceNative_GetImageProperty()
3151 Image_ErrorCode OH_ImageSourceNative_GetImageProperty(OH_ImageSourceNative *source, Image_String *k…
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_native.cpp540 Image_ErrorCode OH_ImageSourceNative_GetImageProperty(OH_ImageSourceNative *source, Image_String *k… in OH_ImageSourceNative_GetImageProperty() function