Home
last modified time | relevance | path

Searched refs:delayTimeList (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-source-c.md147 int32_t *delayTimeList = new int32_t[frameCnt];
149 errCode = OH_ImageSourceNative_GetDelayTimeList(source, delayTimeList, size);
150 delete[] delayTimeList;
H A Dimage-structure-c.md108 | int32_t | delayTimeList | 图像延迟时间数组 | [OH_ImageSourceNative_GetDelayTimeList](../../reference/apis…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A D_ohos_image_source_delay_time_list.md22 | int32_t \* [delayTimeList](image.md#delaytimelist) | 图像源延迟时间列表头地址 |
H A Dimage__packer__native_8h.md51 …__native_module.md#oh_packingoptionsforsequence) \*options, int32_t \*delayTimeList, size_t delayT…
52 …__native_module.md#oh_packingoptionsforsequence) \*options, int32_t \*delayTimeList, size_t delayT…
H A D_image___native_module.md129 …tionsForSequence](#oh_packingoptionsforsequence) \*options, int32_t \*delayTimeList, size_t delayT…
130 …tionsForSequence](#oh_packingoptionsforsequence) \*options, int32_t \*delayTimeList, size_t delayT…
187 …t) ([OH_ImageSourceNative](#oh_imagesourcenative) \*source, int32_t \*delayTimeList, size_t size) …
2831 …ageSourceNative_GetDelayTimeList(OH_ImageSourceNative *source, int32_t *delayTimeList, size_t size)
2843 | delayTimeList | 指向获得的延迟时间列表的指针。它不能是空指针。 |
2844 | size | delayTimeList的大小。用户可以从[OH_ImageSourceNative_GetFrameCount](#oh_imagesourcenative_getframec…
3161 …ence_GetDelayTimeList(OH_PackingOptionsForSequence *options, int32_t *delayTimeList, size_t delayT…
3173 | delayTimeList | 图片延迟时间数组的指针。 |
3272 …ence_SetDelayTimeList(OH_PackingOptionsForSequence *options, int32_t *delayTimeList, size_t delayT…
3284 | delayTimeList | 图片延迟时间数组的指针。 |
H A Dimage__source__native_8h.md66 …](_image___native_module.md#oh_imagesourcenative) \*source, int32_t \*delayTimeList, size_t size) …
H A Dimage.md208 | int32_t \* [OhosImageSourceDelayTimeList::delayTimeList](#delaytimelist) | 图像源延迟时间列表头地址。 |
1939 …y_time_list.md) 的指针。 当输入的res中**delayTimeList**是空指针并且**size**是0时,将通过res的**size**中返回延迟时间列表大小 为了获取延迟时…
3565 ### delayTimeList subsection
3568 int32_t* OhosImageSourceDelayTimeList::delayTimeList
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-source-c.md147 int32_t *delayTimeList = new int32_t[frameCnt];
149 errCode = OH_ImageSourceNative_GetDelayTimeList(source, delayTimeList, size);
150 delete[] delayTimeList;
H A Dimage-structure-c.md108 | int32_t | delayTimeList | Image delay time list.| [OH_ImageSourceNative_GetDelayTimeList](../../r…
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A D_ohos_image_source_delay_time_list.md22 | int32_t \* [delayTimeList](image.md#delaytimelist) | Defines a pointer to the head of the image s…
H A Dimage__packer__native_8h.md51 …__native_module.md#oh_packingoptionsforsequence) \*options, int32_t \*delayTimeList, size_t delayT…
52 …__native_module.md#oh_packingoptionsforsequence) \*options, int32_t \*delayTimeList, size_t delayT…
H A Dimage__source__native_8h.md65 …](_image___native_module.md#oh_imagesourcenative) \*source, int32_t \*delayTimeList, size_t size) …
H A D_image___native_module.md129 …tionsForSequence](#oh_packingoptionsforsequence) \*options, int32_t \*delayTimeList, size_t delayT…
130 …tionsForSequence](#oh_packingoptionsforsequence) \*options, int32_t \*delayTimeList, size_t delayT…
187 …t) ([OH_ImageSourceNative](#oh_imagesourcenative) \*source, int32_t \*delayTimeList, size_t size) …
3077 …ageSourceNative_GetDelayTimeList(OH_ImageSourceNative *source, int32_t *delayTimeList, size_t size)
3091 | delayTimeList | Pointer to the delay time list obtained. It cannot be a null pointer. |
3437 …ence_GetDelayTimeList(OH_PackingOptionsForSequence *options, int32_t *delayTimeList, size_t delayT…
3451 | delayTimeList | Pointer to the delay time array. |
3558 …ence_SetDelayTimeList(OH_PackingOptionsForSequence *options, int32_t *delayTimeList, size_t delayT…
3572 | delayTimeList | Pointer to the delay time array. |
H A Dimage.md208 | int32_t \* [OhosImageSourceDelayTimeList::delayTimeList](#delaytimelist) | Defines a pointer to t…
2047 …os_image_source_delay_time_list.md) object obtained. When the input **delayTimeList** is a null po…
3762 ### delayTimeList subsection
3765 int32_t* OhosImageSourceDelayTimeList::delayTimeList
H A Djs-apis-image.md5606delayTimeList: [10, 10, 10], // Set the delay time of three frames in GIF encoding to 100 ms, 100 …
6211delayTimeList: [10, 10, 10], // Set the delay time of three frames in GIF encoding to 100 ms, 100 …
7957delayTimeList | Array\<number> | No | No | Delay of each frame of the output image in GIF encodi…
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_source_native_ndk_test.cpp310 int32_t* delayTimeList = nullptr; variable
312 Image_ErrorCode ret = OH_ImageSourceNative_GetDelayTimeList(imageSource, delayTimeList, size);
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_native.cpp502 …ageSourceNative_GetDelayTimeList(OH_ImageSourceNative *source, int32_t *delayTimeList, size_t size) in OH_ImageSourceNative_GetDelayTimeList() argument
504 if (source == nullptr || delayTimeList == nullptr) { in OH_ImageSourceNative_GetDelayTimeList()
517 delayTimeList[i] = (*delayTimes)[i]; in OH_ImageSourceNative_GetDelayTimeList()
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/image/
H A Dimage_source_native.h403 int32_t *delayTimeList, size_t size);
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_source_mdk.h321 int32_t* delayTimeList; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_mdk_kits.cpp544 if (outDelayTimes->delayTimeList == nullptr) { in ImageSourceNapiGetDelayTime()
553 outDelayTimes->delayTimeList[i] = (*delayTimes)[i]; in ImageSourceNapiGetDelayTime()