Searched refs:OH_ImagePacker_PackToFile (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/ |
H A D | image__packer__mdk_8h.md | 16 接下来用OH_ImagePacker_PackToData或者OH_ImagePacker_PackToFile将源以特定的编码选项编码进目标区域。 56 | int32_t [OH_ImagePacker_PackToFile](image.md#oh_imagepacker_packtofile) ([ImagePacker_Native](ima…
|
H A D | image.md | 110 | int32_t [OH_ImagePacker_PackToFile](#oh_imagepacker_packtofile) ([ImagePacker_Native](#imagepacke… 1354 [OH_ImagePacker_PackToFile](#oh_imagepacker_packtofile) 1357 ### OH_ImagePacker_PackToFile() 1360 int32_t OH_ImagePacker_PackToFile (ImagePacker_Native * native, napi_value source, ImagePacker_Opts…
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_packer_mdk_test.cpp | 86 HWTEST_F(ImagePackerMdkTest, OH_ImagePacker_PackToFile, TestSize.Level3) 93 int32_t ret = OH_ImagePacker_PackToFile(native, source, &opts, fd);
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | image__packer__mdk_8h.md | 14 3. Call **OH_ImagePacker_PackToData** or **OH_ImagePacker_PackToFile** to pack the source into the … 54 | int32_t [OH_ImagePacker_PackToFile](image.md#oh_imagepacker_packtofile) ([ImagePacker_Native](ima…
|
H A D | image.md | 110 | int32_t [OH_ImagePacker_PackToFile](#oh_imagepacker_packtofile) ([ImagePacker_Native](#imagepacke… 1435 [OH_ImagePacker_PackToFile](#oh_imagepacker_packtofile) 1438 ### OH_ImagePacker_PackToFile() 1441 int32_t OH_ImagePacker_PackToFile (ImagePacker_Native * native, napi_value source, ImagePacker_Opts…
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/ |
H A D | image_packer_mdk.h | 157 int32_t OH_ImagePacker_PackToFile(ImagePacker_Native* native, napi_value source,
|
/ohos5.0/docs/zh-cn/application-dev/media/image/ |
H A D | image-encoding-native.md | 109 int32_t result = OH_ImagePacker_PackToFile(nativePacker, source, &opts, fd);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
H A D | image_packer_mdk.cpp | 69 int32_t OH_ImagePacker_PackToFile(ImagePacker_Native* native, napi_value source, in OH_ImagePacker_PackToFile() function
|
/ohos5.0/docs/en/application-dev/media/image/ |
H A D | image-encoding-native.md | 109 int32_t result = OH_ImagePacker_PackToFile(nativePacker, source, &opts, fd);
|