Searched refs:OhosImageSource (Results 1 – 17 of 17) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/ |
H A D | image__source__mdk_8h.md | 30 | struct [OhosImageSource](_ohos_image_source.md) | 定义图像源输入资源,每次仅接收一种类型。 | 49 …OhosImageSource](_ohos_image_source.md) \*src, struct [OhosImageSourceOps](_ohos_image_source_ops.… 54 …OhosImageSource](_ohos_image_source.md) \*source, struct [OhosImageSourceOps](_ohos_image_source_o…
|
H A D | image.md | 53 | struct [OhosImageSource](_ohos_image_source.md) | 定义图像源输入资源,每次仅接收一种类型。 | 204 | size_t [OhosImageSource::uriSize](#urisize) = 0 | 图像源资源长度。 | 205 | int32_t [OhosImageSource::fd](#fd) = -1 | 图像源文件资源描述符。 | 207 | size_t [OhosImageSource::bufferSize](#buffersize-12) = 0 | 图像源缓冲区资源大小。 | 1449 | src | 表明创建一个图像源的信息。查看[OhosImageSource](_ohos_image_source.md)获取更多细节。 | 1663 | src | 表明创建一个图像源的信息,只接收缓冲区类型。具体查看[OhosImageSource](_ohos_image_source.md)。 | 3516 uint8_t* OhosImageSource::buffer = nullptr 3537 size_t OhosImageSource::bufferSize = 0 3612 int32_t OhosImageSource::fd = -1 4008 char* OhosImageSource::uri = nullptr [all …]
|
H A D | _ohos_image_source.md | 1 # OhosImageSource chapter
|
H A D | Readme-CN.md | 48 - [OhosImageSource](_ohos_image_source.md)
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/ |
H A D | image_source_mdk.h | 298 struct OhosImageSource { struct 428 int32_t OH_ImageSource_Create(napi_env env, struct OhosImageSource* src, 558 int32_t OH_ImageSource_CreateIncremental(napi_env env, struct OhosImageSource* source,
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | _ohos_image_source.md | 1 # OhosImageSource chapter 6 The **OhosImageSource** struct defines the input resource of an image source. Only one type of reso…
|
H A D | image__source__mdk_8h.md | 30 | struct [OhosImageSource](_ohos_image_source.md) | Defines the input resource of an image source.… 49 …OhosImageSource](_ohos_image_source.md) \*src, struct [OhosImageSourceOps](_ohos_image_source_ops.… 54 …OhosImageSource](_ohos_image_source.md) \*source, struct [OhosImageSourceOps](_ohos_image_source_o…
|
H A D | Readme-EN.md | 48 - [OhosImageSource](_ohos_image_source.md)
|
H A D | image.md | 204 | size_t [OhosImageSource::uriSize](#urisize) = 0 | Defines the length of the image source URI. | 205 | int32_t [OhosImageSource::fd](#fd) = -1 | Defines the descriptor of the image source. | 207 | size_t [OhosImageSource::bufferSize](#buffersize-12) = 0 | Defines the size of the image source b… 1519 int32_t OH_ImageSource_Create (napi_env env, struct OhosImageSource * src, struct OhosImageSourceOp… 1537 | src | Pointer to the input resource of the image source. For details, see [OhosImageSource](_ohos… 1583 [OhosImageSource](_ohos_image_source.md), [OhosImageSourceOps](_ohos_image_source_ops.md) 3703 uint8_t* OhosImageSource::buffer = nullptr 3728 size_t OhosImageSource::bufferSize = 0 3817 int32_t OhosImageSource::fd = -1 4286 char* OhosImageSource::uri = nullptr [all …]
|
/ohos5.0/docs/zh-cn/application-dev/media/image/ |
H A D | image-decoding-native.md | 122 OhosImageSource imageSource_c; 216 OhosImageSource imageSource_c; 260 OhosImageSource imageSource_c;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/include/ |
H A D | image_source_mdk_kits.h | 36 struct OhosImageSource* source;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_source_mdk.cpp | 49 int32_t OH_ImageSource_Create(napi_env env, struct OhosImageSource* src, in OH_ImageSource_Create() 121 struct OhosImageSource* source, struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_CreateIncremental()
|
/ohos5.0/docs/en/application-dev/media/image/ |
H A D | image-decoding-native.md | 122 OhosImageSource imageSource_c; 216 OhosImageSource imageSource_c; 260 OhosImageSource imageSource_c;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_ndk_test.cpp | 287 OhosImageSource* src = nullptr; 382 OhosImageSource* src = nullptr;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_mdk_kits.cpp | 116 static int32_t ImageSourceNativeCreate(struct OhosImageSource* source, in ImageSourceNativeCreate()
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 3914 - [OhosImageSource](reference/apis-image-kit/_ohos_image_source.md)
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 3773 - [OhosImageSource](reference/apis-image-kit/_ohos_image_source.md)
|