Home
last modified time | relevance | path

Searched refs:OH_ImageSource_Create (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A D_ohos_image_source_info.md22 | int32_t [pixelFormat](image.md#pixelformat-33) | 图像源像素格式, 由[OH_ImageSource_Create()](image.md#oh_…
25 | int32_t [density](image.md#density-22) | 图像源密度, 由 [OH_ImageSource_Create()](image.md#oh_imagesour…
H A D_ohos_image_source_ops.md6 定义图像源选项信息。 此选项给[OH_ImageSource_Create](image.md#oh_imagesource_create)和[OH_ImageSource_CreateIncrem…
H A D_ohos_image_source.md6 定义图像源输入资源,每次仅接收一种类型。由[OH_ImageSource_Create](image.md#oh_imagesource_create)获取。
H A Dimage.md145 | int32_t [OH_ImageSource_Create](#oh_imagesource_create) (napi_env env, struct [OhosImageSource](_…
198 | int32_t [OhosImageSourceInfo::pixelFormat](#pixelformat-33) | 图像源像素格式,由 [OH_ImageSource_Create](#…
201 | int32_t [OhosImageSourceInfo::density](#density-22) | 图像源密度,由[OH_ImageSource_Create](#oh_imagesou…
1430 ### OH_ImageSource_Create()
1433 int32_t OH_ImageSource_Create (napi_env env, struct OhosImageSource * src, struct OhosImageSourceOp…
2335 [ImageSourceNative](#imagesourcenative), [OH_ImageSource_Create](#oh_imagesource_create), [OH_Image…
3593 图像源密度, 由 [OH_ImageSource_Create](#oh_imagesource_create) 设置
3868 图像源像素格式, 由 [OH_ImageSource_Create](#oh_imagesource_create) 设置
H A Dimage__source__mdk_8h.md49 | int32_t [OH_ImageSource_Create](image.md#oh_imagesource_create) (napi_env env, struct [OhosImageS…
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A D_ohos_image_source_info.md22 …33) | Defines the pixel format of the image source. It is set in [OH_ImageSource_Create()](image.m…
25 …2) | Defines the image density of the image source. It is set in [OH_ImageSource_Create()](image.m…
H A D_ohos_image_source_ops.md6 …urceOps** struct defines the image source options. It is used in [OH_ImageSource_Create](image.md#…
H A D_ohos_image_source.md6 …e is accepted at a time. The image source is obtained by calling [OH_ImageSource_Create](image.md#…
H A Dimage__source__mdk_8h.md49 | int32_t [OH_ImageSource_Create](image.md#oh_imagesource_create) (napi_env env, struct [OhosImageS…
H A Dimage.md145 | int32_t [OH_ImageSource_Create](#oh_imagesource_create) (napi_env env, struct [OhosImageSource](_…
198 …33) | Defines the pixel format of the image source. It is set in [OH_ImageSource_Create](#oh_image…
201 …2) | Defines the image density of the image source. It is set in [OH_ImageSource_Create](#oh_image…
1516 ### OH_ImageSource_Create()
1519 int32_t OH_ImageSource_Create (napi_env env, struct OhosImageSource * src, struct OhosImageSourceOp…
2457 [ImageSourceNative](#imagesourcenative), [OH_ImageSource_Create](#oh_imagesource_create), [OH_Image…
3796 Defines the image density of the image source. It is set in [OH_ImageSource_Create](#oh_imagesource…
4122 Defines the pixel format of the image source. It is set in [OH_ImageSource_Create](#oh_imagesource_…
/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-decoding-native.md131 int32_t ret = OH_ImageSource_Create(env, &imageSource_c, &ops, &imageSource);
269 int32_t ret = OH_ImageSource_Create(env, &imageSource_c, &ops, &imageSource);
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_source_mdk.h428 int32_t OH_ImageSource_Create(napi_env env, struct OhosImageSource* src,
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-decoding-native.md131 int32_t ret = OH_ImageSource_Create(env, &imageSource_c, &ops, &imageSource);
269 int32_t ret = OH_ImageSource_Create(env, &imageSource_c, &ops, &imageSource);
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_mdk.cpp49 int32_t OH_ImageSource_Create(napi_env env, struct OhosImageSource* src, in OH_ImageSource_Create() function
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_ndk_test.cpp289 int32_t ret = OH_ImageSource_Create(env, src, ops, res);