Lines Matching refs:image
6 The **image_source_mdk.h** file declares the APIs used to decode an image source into a PixelMap.
16 **Related module**: [Image](image.md)
26 | struct [OhosImageRegion](_ohos_image_region.md) | Defines the region of an image source to decod…
27 | struct [OhosImageSourceOps](_ohos_image_source_ops.md) | Defines the image source options. |
28 …ageDecodingOps](_ohos_image_decoding_ops.md) | Defines the options for decoding an image source. |
29 …hosImageSourceInfo](_ohos_image_source_info.md) | Defines the information about an image source. |
30 | struct [OhosImageSource](_ohos_image_source.md) | Defines the input resource of an image source.…
31 …meList](_ohos_image_source_delay_time_list.md) | Defines the delay time list of an image source. |
32 …hos_image_source_supported_format.md) | Defines the format string supported by an image source. |
33 …source_supported_format_list.md) | Defines the format string list supported by an image source. |
34 …age_source_property.md) | Defines the property string (in key-value format) of an image source. |
35 …urceUpdateData](_ohos_image_source_update_data.md) | Defines the update data of an image source. |
42 …ypedef struct ImageSourceNative_ [ImageSourceNative](image.md#imagesourcenative) | Defines an imag…
49 | int32_t [OH_ImageSource_Create](image.md#oh_imagesource_create) (napi_env env, struct [OhosImageS…
50 | int32_t [OH_ImageSource_CreateFromUri](image.md#oh_imagesource_createfromuri) (napi_env env, char…
51 | int32_t [OH_ImageSource_CreateFromFd](image.md#oh_imagesource_createfromfd) (napi_env env, int32_…
52 …image.md#oh_imagesource_createfromdata) (napi_env env, uint8_t \*data, size_t dataSize, struct [Oh…
53 | int32_t [OH_ImageSource_CreateFromRawFile](image.md#oh_imagesource_createfromrawfile) (napi_env e…
54 | int32_t [OH_ImageSource_CreateIncremental](image.md#oh_imagesource_createincremental) (napi_env e…
55 …image.md#oh_imagesource_createincrementalfromdata) (napi_env env, uint8_t \*data, size_t dataSize,…
56 | int32_t [OH_ImageSource_GetSupportedFormats](image.md#oh_imagesource_getsupportedformats) (struct…
57 …image.md#imagesourcenative) \* [OH_ImageSource_InitNative](image.md#oh_imagesource_initnative) (na…
58 …int32_t [OH_ImageSource_CreatePixelMap](image.md#oh_imagesource_createpixelmap) (const [ImageSourc…
59 …t [OH_ImageSource_CreatePixelMapList](image.md#oh_imagesource_createpixelmaplist) (const [ImageSou…
60 …image.md#oh_imagesource_getdelaytime) (const [ImageSourceNative](image.md#imagesourcenative) \*nat…
61 | int32_t [OH_ImageSource_GetFrameCount](image.md#oh_imagesource_getframecount) (const [ImageSource…
62 …image.md#oh_imagesource_getimageinfo) (const [ImageSourceNative](image.md#imagesourcenative) \*nat…
63 …image.md#oh_imagesource_getimageproperty) (const [ImageSourceNative](image.md#imagesourcenative) \…
64 …image.md#oh_imagesource_modifyimageproperty) (const [ImageSourceNative](image.md#imagesourcenative…
65 | int32_t [OH_ImageSource_UpdateData](image.md#oh_imagesource_updatedata) (const [ImageSourceNative…
66 | int32_t [OH_ImageSource_Release](image.md#oh_imagesource_release) ([ImageSourceNative](image.md#i…
73 …ITS_PER_SAMPLE](image.md#ohos_image_property_bits_per_sample) = "BitsPerSample" | Defines a pointe…
74 …PERTY_ORIENTATION](image.md#ohos_image_property_orientation) = "Orientation" | Defines a pointer t…
75 …RTY_IMAGE_LENGTH](image.md#ohos_image_property_image_length) = "ImageLength" | Defines a pointer t…
76 …OPERTY_IMAGE_WIDTH](image.md#ohos_image_property_image_width) = "ImageWidth" | Defines a pointer t…
77 …RTY_GPS_LATITUDE](image.md#ohos_image_property_gps_latitude) = "GPSLatitude" | Defines a pointer t…
78 …Y_GPS_LONGITUDE](image.md#ohos_image_property_gps_longitude) = "GPSLongitude" | Defines a pointer …
79 …EF](image.md#ohos_image_property_gps_latitude_ref) = "GPSLatitudeRef" | Defines a pointer to the G…
80 …](image.md#ohos_image_property_gps_longitude_ref) = "GPSLongitudeRef" | Defines a pointer to the G…
81 …IGINAL](image.md#ohos_image_property_date_time_original) = "DateTimeOriginal" | Defines a pointer …
82 …Y_EXPOSURE_TIME](image.md#ohos_image_property_exposure_time) = "ExposureTime" | Defines a pointer …
83 …PROPERTY_SCENE_TYPE](image.md#ohos_image_property_scene_type) = "SceneType" | Defines a pointer to…
84 …D_RATINGS](image.md#ohos_image_property_iso_speed_ratings) = "ISOSpeedRatings" | Defines a pointer…
85 …ROPERTY_F_NUMBER](image.md#ohos_image_property_f_number) = "FNumber" | Defines a pointer to the f-…
86 …image.md#ohos_image_property_compressed_bits_per_pixel) = "CompressedBitsPerPixel" | Defines a poi…