/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | multimedia_movingphotoview.js | 17 var PixelMapFormat; variable 18 (function (PixelMapFormat) { 19 PixelMapFormat[PixelMapFormat["UNKNOWN"] = 0] = "UNKNOWN"; 20 PixelMapFormat[PixelMapFormat["RGBA_8888"] = 1] = "RGBA_8888"; 21 PixelMapFormat[PixelMapFormat["NV21"] = 2] = "NV21"; 22 PixelMapFormat[PixelMapFormat["RGBA_1010102"] = 3] = "RGBA_1010102"; 23 PixelMapFormat[PixelMapFormat["YCBCR_P010"] = 4] = "YCBCR_P010"; 24 PixelMapFormat[PixelMapFormat["YCRCB_P010"] = 5] = "YCRCB_P010"; 25 })(PixelMapFormat || (PixelMapFormat = {})); 118 PixelMapFormat,
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.50/ |
H A D | changelogs-multimedia.md | 30 srcPixelFormat: image.PixelMapFormat.NV21, 51 srcPixelFormat: image.PixelMapFormat.NV21, 64 srcPixelFormat: image.PixelMapFormat.NV21, 70 srcPixelFormat: image.PixelMapFormat.NV21, 110 srcPixelFormat: image.PixelMapFormat.NV21, 123 srcPixelFormat: image.PixelMapFormat.NV21, 129 srcPixelFormat: image.PixelMapFormat.NV21,
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-multimedia.md | 736 …iredPixelFormat?: PixelMapFormat;<br>旧版本信息:|类名:DecodingOptions;<br>方法or属性:desiredPixelFormat?: Pix… 742 …r属性:pixelFormat?: PixelMapFormat;<br>旧版本信息:|类名:InitializationOptions;<br>方法or属性:pixelFormat?: Pixe… 746 …ourcePixelFormat?: PixelMapFormat;<br>旧版本信息:|类名:SourceOptions;<br>方法or属性:sourcePixelFormat?: Pixel… 780 |跨平台能力有变化|类名:PixelMapFormat;<br>方法or属性:enum PixelMapFormat<br>旧版本信息:|类名:PixelMapFormat;<br>方法or属性:e… 781 |跨平台能力有变化|类名:PixelMapFormat;<br>方法or属性:UNKNOWN = 0<br>旧版本信息:|类名:PixelMapFormat;<br>方法or属性:UNKNOWN =… 783 |跨平台能力有变化|类名:PixelMapFormat;<br>方法or属性:RGB_565 = 2<br>旧版本信息:|类名:PixelMapFormat;<br>方法or属性:RGB_565 =… 786 |跨平台能力有变化|类名:PixelMapFormat;<br>方法or属性:RGB_888 = 5<br>旧版本信息:|类名:PixelMapFormat;<br>方法or属性:RGB_888 =… 787 |跨平台能力有变化|类名:PixelMapFormat;<br>方法or属性:ALPHA_8 = 6<br>旧版本信息:|类名:PixelMapFormat;<br>方法or属性:ALPHA_8 =… 788 |跨平台能力有变化|类名:PixelMapFormat;<br>方法or属性:RGBA_F16 = 7<br>旧版本信息:|类名:PixelMapFormat;<br>方法or属性:RGBA_F16… 789 |跨平台能力有变化|类名:PixelMapFormat;<br>方法or属性:NV21 = 8<br>旧版本信息:|类名:PixelMapFormat;<br>方法or属性:NV21 = 8<br>… [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-drawableDescriptor.md | 155 desiredPixelFormat: image.PixelMapFormat.BGRA_8888 373 desiredPixelFormat: image.PixelMapFormat.RGBA_8888
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/ |
H A D | js-apis-image.md | 297 pixelFormat: image.PixelMapFormat.BGRA_8888, 3442 pixelFormat: image.PixelMapFormat.BGRA_8888, 3530 pixelFormat: image.PixelMapFormat.BGRA_8888, 3665 let targetPixelFormat = image.PixelMapFormat.NV12; 3668 console.info('PixelMapFormat convert Succeeded'); 4822 desiredPixelFormat: image.PixelMapFormat.RGBA_8888, 4869 desiredPixelFormat: image.PixelMapFormat.RGBA_8888, 4935 desiredPixelFormat: image.PixelMapFormat.RGBA_8888, 5046 desiredPixelFormat: image.PixelMapFormat.RGBA_8888, 6477 pixelFormat: image.PixelMapFormat.RGBA_8888, [all …]
|
/ohos5.0/docs/zh-cn/application-dev/media/image/ |
H A D | image-pixelmap-operation.md | 87 clonePixelMap(pixelMap: PixelMap, desiredPixelFormat?: image.PixelMapFormat): PixelMap {
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-drag-drop.md | 490 let mPixelFormat: image.PixelMapFormat = 491 (pixelMap.details?.['pixel-format'] ?? image.PixelMapFormat.UNKNOWN) as image.PixelMapFormat;
|
H A D | ts-basic-components-imageanimator.md | 405 desiredPixelFormat: image.PixelMapFormat.RGBA_8888
|
H A D | ts-basic-components-image.md | 909 desiredPixelFormat: image.PixelMapFormat.RGBA_8888 1035 desiredPixelFormat: image.PixelMapFormat.RGBA_8888 1049 desiredPixelFormat: image.PixelMapFormat.RGBA_8888
|
H A D | ohos-arkui-advanced-Dialog.md | 289 desiredPixelFormat: image.PixelMapFormat.RGBA_8888
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-drawableDescriptor.md | 155 desiredPixelFormat: image.PixelMapFormat.BGRA_8888 355 desiredPixelFormat: image.PixelMapFormat.RGBA_8888
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-multimedia.md | 736 …PixelMapFormat;<br>Old version information: |Class name: DecodingOptions;<br>Method or attribute n… 742 …PixelMapFormat;<br>Old version information: |Class name: InitializationOptions;<br>Method or attri… 746 …PixelMapFormat;<br>Old version information: |Class name: SourceOptions;<br>Method or attribute nam… 780 …PixelMapFormat;<br>Method or attribute name: enum PixelMapFormat<br>Old version information: |Clas… 781 …changed|Class name: PixelMapFormat;<br>Method or attribute name: UNKNOWN = 0<br>Old version inform… 783 …changed|Class name: PixelMapFormat;<br>Method or attribute name: RGB_565 = 2<br>Old version inform… 786 …changed|Class name: PixelMapFormat;<br>Method or attribute name: RGB_888 = 5<br>Old version inform… 787 …changed|Class name: PixelMapFormat;<br>Method or attribute name: ALPHA_8 = 6<br>Old version inform… 788 …changed|Class name: PixelMapFormat;<br>Method or attribute name: RGBA_F16 = 7<br>Old version infor… 789 …y changed|Class name: PixelMapFormat;<br>Method or attribute name: NV21 = 8<br>Old version informa… [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-multimedia.md | 251 | ohos.multimedia.image | InitializationOptions | pixelFormat?: PixelMapFormat; | 新增 | 253 | ohos.multimedia.image | DecodingOptions | desiredPixelFormat?: PixelMapFormat; | 新增 | 282 | ohos.multimedia.image | PixelMapFormat | RGBA_8888 = 3 | 新增 | 283 | ohos.multimedia.image | PixelMapFormat | RGB_565 = 2 | 新增 | 284 | ohos.multimedia.image | PixelMapFormat | UNKNOWN = 0 | 新增 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-multimedia.md | 51 | ohos.multimedia.image | SourceOptions | sourcePixelFormat?: PixelMapFormat; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-multimedia.md | 251 | ohos.multimedia.image | InitializationOptions | pixelFormat?: PixelMapFormat; | Added| 253 | ohos.multimedia.image | DecodingOptions | desiredPixelFormat?: PixelMapFormat; | Added| 282 | ohos.multimedia.image | PixelMapFormat | RGBA_8888 = 3 | Added| 283 | ohos.multimedia.image | PixelMapFormat | RGB_565 = 2 | Added| 284 | ohos.multimedia.image | PixelMapFormat | UNKNOWN = 0 | Added|
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/ |
H A D | js-apidiff-multimedia.md | 51 | ohos.multimedia.image | SourceOptions | sourcePixelFormat?: PixelMapFormat; | Added|
|
/ohos5.0/docs/en/application-dev/media/image/ |
H A D | image-pixelmap-operation.md | 89 clonePixelMap(pixelMap: PixelMap, desiredPixelFormat?: image.PixelMapFormat): PixelMap {
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | js-apis-image.md | 297 pixelFormat: image.PixelMapFormat.BGRA_8888, 3462 pixelFormat: image.PixelMapFormat.BGRA_8888, 3550 pixelFormat: image.PixelMapFormat.BGRA_8888, 3685 let targetPixelFormat = image.PixelMapFormat.NV12; 3688 console.info('PixelMapFormat convert Succeeded'); 4842 desiredPixelFormat: image.PixelMapFormat.RGBA_8888, 4889 desiredPixelFormat: image.PixelMapFormat.RGBA_8888, 5596 const RGBA_8888 = image.PixelMapFormat.RGBA_8888; 6199 const RGBA_8888 = image.PixelMapFormat.RGBA_8888; 6607 pixelFormat: image.PixelMapFormat.RGBA_8888, [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-drag-drop.md | 490 let mPixelFormat: image.PixelMapFormat = 491 (pixelMap.details?.['pixel-format'] ?? image.PixelMapFormat.UNKNOWN) as image.PixelMapFormat;
|
H A D | ts-basic-components-imageanimator.md | 398 desiredPixelFormat: image.PixelMapFormat.RGBA_8888
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-multimedia.md | 44 | ohos.multimedia.image | PixelMapFormat | BGRA_8888 = 4 …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-multimedia.md | 383 |新增|NA|模块名: ohos.multimedia.image<br>类名: PixelMapFormat<br>方法名 or 属性名:RGB_888|@ohos.multimedia.imag… 384 |新增|NA|模块名: ohos.multimedia.image<br>类名: PixelMapFormat<br>方法名 or 属性名:ALPHA_8|@ohos.multimedia.imag… 385 |新增|NA|模块名: ohos.multimedia.image<br>类名: PixelMapFormat<br>方法名 or 属性名:RGBA_F16|@ohos.multimedia.ima… 386 |新增|NA|模块名: ohos.multimedia.image<br>类名: PixelMapFormat<br>方法名 or 属性名:NV21|@ohos.multimedia.image.d… 387 |新增|NA|模块名: ohos.multimedia.image<br>类名: PixelMapFormat<br>方法名 or 属性名:NV12|@ohos.multimedia.image.d…
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-styled-string.md | 368 desiredPixelFormat: image.PixelMapFormat.RGBA_8888
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-multimedia.md | 44 | ohos.multimedia.image | PixelMapFormat | BGRA_8888 = 4 …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-multimedia.md | 372 |新增|NA|模块名: ohos.multimedia.image<br>类名: PixelMapFormat<br>方法名 or 属性名:RGB_888|@ohos.multimedia.imag… 373 |新增|NA|模块名: ohos.multimedia.image<br>类名: PixelMapFormat<br>方法名 or 属性名:ALPHA_8|@ohos.multimedia.imag… 374 |新增|NA|模块名: ohos.multimedia.image<br>类名: PixelMapFormat<br>方法名 or 属性名:RGBA_F16|@ohos.multimedia.ima… 375 |新增|NA|模块名: ohos.multimedia.image<br>类名: PixelMapFormat<br>方法名 or 属性名:NV21|@ohos.multimedia.image.d… 376 |新增|NA|模块名: ohos.multimedia.image<br>类名: PixelMapFormat<br>方法名 or 属性名:NV12|@ohos.multimedia.image.d…
|