diff --git a/multimedia/BUILD.gn b/multimedia/BUILD.gn old mode 100644 new mode 100755 index 784c956cb354f54105e799b6603055b51b53cf24..147ee509d94bd734b54a1f5d309e9acbefddd67c --- a/multimedia/BUILD.gn +++ b/multimedia/BUILD.gn @@ -25,9 +25,11 @@ group("multimedia") { "image/image_js_standard/imageDecodeOptions:image_DecodeOptions_js_hap", "image/image_js_standard/imageExif:image_exif_js_hap", "image/image_js_standard/imageModifyProperty:image_modifyProperty_js_hap", + "image/image_js_standard/imagePacking:image_packing_js_hap", "image/image_js_standard/imagePixelMapFramework:image_pixelmapframework_js_hap", "image/image_js_standard/imageReceiver:image_receiver_js_hap", "image/image_js_standard/imageWebp:image_webp_js_hap", + "image/image_js_standard/imageYUV:image_yuv_js_hap", "media/media_js_standard/audioPlayer:audio_player_js_hap", "media/media_js_standard/audioRecorder:audio_recorder_js_hap", "media/media_js_standard/recorderFormat:recorder_format_js_hap", diff --git a/multimedia/image/image_js_standard/imagePacking/BUILD.gn b/multimedia/image/image_js_standard/imagePacking/BUILD.gn new file mode 100644 index 0000000000000000000000000000000000000000..48e8e434d7121efff131304b55e8f07f8c77d3cb --- /dev/null +++ b/multimedia/image/image_js_standard/imagePacking/BUILD.gn @@ -0,0 +1,31 @@ +# Copyright (C) 2021 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import("//test/xts/tools/build/suite.gni") + +ohos_js_hap_suite("image_packing_js_hap") { + hap_profile = "./src/main/config.json" + deps = [ + ":image_packing_js_assets", + ":image_packing_resources", + ] + certificate_profile = "./signature/openharmony_sx.p7b" + hap_name = "ActsImagePackingJsTest" +} +ohos_js_assets("image_packing_js_assets") { + source_dir = "./src/main/js/default" +} +ohos_resources("image_packing_resources") { + sources = [ "./src/main/resources" ] + hap_profile = "./src/main/config.json" +} diff --git a/multimedia/image/image_js_standard/imagePacking/Test.json b/multimedia/image/image_js_standard/imagePacking/Test.json new file mode 100644 index 0000000000000000000000000000000000000000..02ae9ddcf6b57e643d4ed1953b0330121cd302ed --- /dev/null +++ b/multimedia/image/image_js_standard/imagePacking/Test.json @@ -0,0 +1,37 @@ +{ + "description": "Configuration for Image Tests", + "driver": { + "type": "JSUnitTest", + "test-timeout": "1500000", + "package": "ohos.acts.multimedia.image.Packing", + "shell-timeout": "120000" + }, + "kits": [ + { + "type": "PushKit", + "pre-push": [ + ], + "push": [ + ] + }, + + { + "type": "ShellKit", + "run-command": [ + "hilog -Q pidoff" + ], + "teardown-command":[ + + ] + }, + + { + "test-file-name": [ + "ActsImagePackingJsTest.hap" + ], + "type": "AppInstallKit", + "cleanup-apps": true + } + ] + +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imagePacking/signature/openharmony_sx.p7b b/multimedia/image/image_js_standard/imagePacking/signature/openharmony_sx.p7b new file mode 100644 index 0000000000000000000000000000000000000000..d9fe0c1edd5ef09a357ed0bf05ed915a72278cca Binary files /dev/null and b/multimedia/image/image_js_standard/imagePacking/signature/openharmony_sx.p7b differ diff --git a/multimedia/image/image_js_standard/imagePacking/src/main/config.json b/multimedia/image/image_js_standard/imagePacking/src/main/config.json new file mode 100644 index 0000000000000000000000000000000000000000..641b95873c525f3cb7b0254f865f6bc792dd1d28 --- /dev/null +++ b/multimedia/image/image_js_standard/imagePacking/src/main/config.json @@ -0,0 +1,104 @@ +{ + "app": { + "apiVersion": { + "compatible": 6, + "releaseType": "Beta1", + "target": 7 + }, + "vendor": "acts", + "bundleName": "ohos.acts.multimedia.image.Packing", + "version": { + "code": 1000000, + "name": "1.0.0" + } + }, + "deviceConfig": { + "default": { + "debug": true + } + }, + "module": { + "abilities": [ + { + "iconId": 16777218, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "descriptionId": 16777217, + "visible": true, + "labelId": 16777216, + "icon": "$media:icon", + "name": "ohos.acts.multimedia.image.Packing.MainAbility", + "description": "$string:mainability_description", + "label": "$string:entry_MainAbility", + "type": "page", + "homeAbility": true, + "launchType": "standard" + } + ], + "deviceType": [ + "phone", + "tablet", + "tv", + "wearable" + ], + "mainAbility": "ohos.acts.multimedia.image.Packing.MainAbility", + "distro": { + "moduleType": "entry", + "installationFree": false, + "deliveryWithInstall": true, + "moduleName": "entry" + }, + "reqPermissions": [ + { + "name": "ohos.permission.GET_BUNDLE_INFO", + "reason": "use ohos.permission.GET_BUNDLE_INFO" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", + "reason":"use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name" : "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason" : "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name" : "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", + "reason" : "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.MEDIA_LOCATION", + "reason":"use ohos.permission.MEDIA_LOCATION" + }, + { + "name": "ohos.permission.READ_MEDIA", + "reason":"use ohos.permission.READ_MEDIA" + }, + { + "name": "ohos.permission.WRITE_MEDIA", + "reason":"use ohos.permission.WRITE_MEDIA" + } + ], + "package": "ohos.acts.multimedia.image.Packing", + "name": ".MyApplication", + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + } + ] + } + } \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imagePacking/src/main/js/default/app.js b/multimedia/image/image_js_standard/imagePacking/src/main/js/default/app.js new file mode 100644 index 0000000000000000000000000000000000000000..8b3c3b3cb7930c465567b386bf230cb38a0d128e --- /dev/null +++ b/multimedia/image/image_js_standard/imagePacking/src/main/js/default/app.js @@ -0,0 +1,23 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export default { + onCreate() { + console.info('AceApplication onCreate'); + }, + onDestroy() { + console.info('AceApplication onDestroy'); + } +}; \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imagePacking/src/main/js/default/i18n/en-US.json b/multimedia/image/image_js_standard/imagePacking/src/main/js/default/i18n/en-US.json new file mode 100644 index 0000000000000000000000000000000000000000..a4c13dcbdc39c537073f638393d7726ac9a5cdc4 --- /dev/null +++ b/multimedia/image/image_js_standard/imagePacking/src/main/js/default/i18n/en-US.json @@ -0,0 +1,6 @@ +{ + "strings": { + "hello": "Hello", + "world": "World" + } +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imagePacking/src/main/js/default/i18n/zh-CN.json b/multimedia/image/image_js_standard/imagePacking/src/main/js/default/i18n/zh-CN.json new file mode 100644 index 0000000000000000000000000000000000000000..b1c02368f72f929e4375a43170444de95dcc5984 --- /dev/null +++ b/multimedia/image/image_js_standard/imagePacking/src/main/js/default/i18n/zh-CN.json @@ -0,0 +1,6 @@ +{ + "strings": { + "hello": "您好", + "world": "世界" + } +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imagePacking/src/main/js/default/pages/index/index.css b/multimedia/image/image_js_standard/imagePacking/src/main/js/default/pages/index/index.css new file mode 100644 index 0000000000000000000000000000000000000000..53b12aeee6149cbc85a51a69bdadb6a06c635dd3 --- /dev/null +++ b/multimedia/image/image_js_standard/imagePacking/src/main/js/default/pages/index/index.css @@ -0,0 +1,46 @@ +.container { + flex-direction: column; + justify-content: center; + align-items: center; + width: 100%; + height: 100%; +} + +.title { + font-size: 40px; + color: #000000; + opacity: 0.9; +} + +@media screen and (device-type: tablet) and (orientation: landscape) { + .title { + font-size: 100px; + } +} + +@media screen and (device-type: wearable) { + .title { + font-size: 28px; + color: #FFFFFF; + } +} + +@media screen and (device-type: tv) { + .container { + background-image: url("/common/images/Wallpaper.png"); + background-size: cover; + background-repeat: no-repeat; + background-position: center; + } + + .title { + font-size: 100px; + color: #FFFFFF; + } +} + +@media screen and (device-type: phone) and (orientation: landscape) { + .title { + font-size: 60px; + } +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imagePacking/src/main/js/default/pages/index/index.hml b/multimedia/image/image_js_standard/imagePacking/src/main/js/default/pages/index/index.hml new file mode 100644 index 0000000000000000000000000000000000000000..e7b706af9e044f0ef934e80c6c23ddabf25e2f7d --- /dev/null +++ b/multimedia/image/image_js_standard/imagePacking/src/main/js/default/pages/index/index.hml @@ -0,0 +1,5 @@ +
+ + {{ $t('strings.hello') }} {{ title }} + +
\ No newline at end of file diff --git a/multimedia/image/image_js_standard/imagePacking/src/main/js/default/pages/index/index.js b/multimedia/image/image_js_standard/imagePacking/src/main/js/default/pages/index/index.js new file mode 100644 index 0000000000000000000000000000000000000000..a2a05dae07aa3d9a816c0729268ce2ab139cd50c --- /dev/null +++ b/multimedia/image/image_js_standard/imagePacking/src/main/js/default/pages/index/index.js @@ -0,0 +1,41 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {Core, ExpectExtend} from 'deccjsunit/index' + +export default { + data: { + title: "" + }, + onInit() { + this.title = this.$t('strings.world'); + }, + onShow() { + console.info('onShow finish') + const core = Core.getInstance() + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }) + core.addService('expect', expectExtend) + core.init() + const configService = core.getDefaultService('config') + this.timeout = 60000 + configService.setConfig(this) + require('../../../test/List.test') + core.execute() + }, + onReady() { + }, +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imagePacking/src/main/js/test/List.test.js b/multimedia/image/image_js_standard/imagePacking/src/main/js/test/List.test.js new file mode 100644 index 0000000000000000000000000000000000000000..5197d1a2ba56176548d90206489a9e39dc58de13 --- /dev/null +++ b/multimedia/image/image_js_standard/imagePacking/src/main/js/test/List.test.js @@ -0,0 +1,16 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +require('./packing.test.js') \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imagePacking/src/main/js/test/packing.test.js b/multimedia/image/image_js_standard/imagePacking/src/main/js/test/packing.test.js new file mode 100644 index 0000000000000000000000000000000000000000..d7336568f5ecbfecbbcfb77add20839db481b72a --- /dev/null +++ b/multimedia/image/image_js_standard/imagePacking/src/main/js/test/packing.test.js @@ -0,0 +1,533 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import image from '@ohos.multimedia.image' +import fileio from '@ohos.fileio' +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from 'deccjsunit/index' + +describe('Image', function () { + + beforeAll(async function () { + await applyPermission(); + console.info('beforeAll case'); + }) + + beforeEach(function () { + console.info('beforeEach case'); + }) + + afterEach(function () { + console.info('afterEach case'); + }) + + afterAll(function () { + console.info('afterAll case'); + }) + + async function applyPermission() { + console.info('[permission]case applyPermission in'); + let appInfo = await bundle.getApplicationInfo('ohos.acts.multimedia.image.Packing', 0, 100); + let atManager = abilityAccessCtrl.createAtManager(); + if (atManager != null) { + let tokenID = appInfo.accessTokenId; + console.info('[permission]case accessTokenId is' + tokenID); + let permissionName1 = 'ohos.permission.MEDIA_LOCATION'; + let permissionName2 = 'ohos.permission.READ_MEDIA'; + let permissionName3 = 'ohos.permission.WRITE_MEDIA'; + await atManager.grantUserGrantedPermission(tokenID, permissionName1).then((result) => { + console.info('[permission]case grantUserGrantedPermission success:' + result); + }).catch((err) => { + console.info('[permission]case grantUserGrantedPermission failed:' + err); + }); + await atManager.grantUserGrantedPermission(tokenID, permissionName2).then((result) => { + console.info('[permission]case grantUserGrantedPermission success:' + result); + }).catch((err) => { + console.info('[permission]case grantUserGrantedPermission failed:' + err); + }); + await atManager.grantUserGrantedPermission(tokenID, permissionName3).then((result) => { + console.info('[permission]case grantUserGrantedPermission success:' + result); + }).catch((err) => { + console.info('[permission]case grantUserGrantedPermission failed:' + err); + }); + } else { + console.info('[permission]case apply permission failed,createAtManager failed'); + } + } + + function packing_promise(done, testNum, pixFormat, arg) { + let opts; + const Color = new ArrayBuffer(96); + if (pixFormat == 2) { + opts = { editable: true, pixelFormat: 2, size: { height: 4, width: 6 } } + } else { + opts = { editable: true, pixelFormat: 5, size: { height: 4, width: 6 } } + } + image.createPixelMap(Color, opts) + .then(pixelmap => { + if (pixelmap == undefined) { + expect(false).assertTrue() + console.info(`${testNum} create pixelmap fail`) + done(); + } else { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == undefined) { + expect(false).assertTrue(); + console.info(`${testNum} create imagepacker fail`) + done(); + } else { + imagePackerApi.packing(pixelmap, arg) + .then((data) => { + var dataArr = new Uint8Array(data); + console.info(`${testNum} dataArr.length=` + dataArr.length); + for (var i = 0; i < dataArr.length; i++) { + console.info(`dataArr[` + i + `]=` + dataArr[i]); + } + expect(data != undefined).assertTrue(); + console.info(`${testNum} success`) + done(); + }).catch(error => { + console.log(`${testNum} error:` + error); + expect().assertFail(); + done(); + }) + } + } + }) + .catch(error => { + console.log('createpixelmap error: ' + error); + expect().assertFail(); + done(); + }) + } + + function packing_cb(done, testNum, pixFormat, arg) { + let opts; + const Color = new ArrayBuffer(96); + if (pixFormat == 2) { + opts = { editable: true, pixelFormat: 2, size: { height: 4, width: 6 } } + } else { + opts = { editable: true, pixelFormat: 5, size: { height: 4, width: 6 } } + } + image.createPixelMap(Color, opts) + .then(pixelmap => { + if (pixelmap == undefined) { + expect(false).assertTrue() + console.info(`${testNum} create pixelmap fail`) + done(); + } else { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == undefined) { + expect(false).assertTrue(); + console.info(`${testNum} create imagepacker fail`) + done(); + } else { + imagePackerApi.packing(pixelmap, arg, (err, data) => { + if (err != undefined) { + console.info(`${testNum} packing failerr: ${err}`) + expect(false).assertTrue(); + done(); + return; + } + var dataArr = new Uint8Array(data); + console.info(`${testNum} dataArr.length=` + dataArr.length); + for (var i = 0; i < dataArr.length; i++) { + console.info(`dataArr[` + i + `]=` + dataArr[i]); + } + expect(data != undefined).assertTrue(); + done(); + }) + } + } + }) + .catch(error => { + console.log(`${testNum} createpixelmap error: ` + error); + expect().assertFail(); + done(); + }) + } + + function packing_cb_fail(done, testNum, pixFormat, arg) { + const Color = new ArrayBuffer(96); + if (pixFormat == 2) { + var opts = { editable: true, pixelFormat: 2, size: { height: 4, width: 6 } } + } else { + var opts = { editable: true, pixelFormat: 5, size: { height: 4, width: 6 } } + } + + image.createPixelMap(Color, opts) + .then(pixelmap => { + if (pixelmap == undefined) { + expect(false).assertTrue() + done(); + } else { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == undefined) { + expect(false).assertTrue(); + done(); + } else { + imagePackerApi.packing(pixelmap, arg, (err, data) => { + expect(err != undefined).assertTrue(); + done(); + }) + } + } + }) + .catch(error => { + console.log(`${testNum} createpixelmap error:` + error); + expect().assertFail(); + done(); + }) + } + + function packing_promise_fail(done, testNum, pixFormat, arg) { + const Color = new ArrayBuffer(96); + if (pixFormat == 2) { + var opts = { editable: true, pixelFormat: 2, size: { height: 4, width: 6 } } + } else { + var opts = { editable: true, pixelFormat: 5, size: { height: 4, width: 6 } } + } + image.createPixelMap(Color, opts) + .then(pixelmap => { + if (pixelmap == undefined) { + expect(false).assertTrue() + done(); + } else { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == undefined) { + expect(false).assertTrue(); + done(); + } else { + imagePackerApi.packing(pixelmap, arg) + .then((data) => { + expect(false).assertTrue(); + done(); + }).catch(error => { + console.log(`${testNum} error:` + error); + expect(true).assertTrue(); + done(); + }) + } + } + }) + .catch(error => { + console.log('createpixelmap error: ' + error); + expect().assertFail(); + done(); + }) + } + + /** + * @tc.number : SUB_IMAGE_packing_P_001 + * @tc.name : SUB_IMAGE_packing_P_001 + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_P_001', 0, async function (done) { + let packOpts = { format: "image/jpeg", quality: 99 } + packing_promise(done, 'SUB_IMAGE_packing_P_001', 2, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_P_002 + * @tc.name : SUB_IMAGE_packing_P_002 - Promise - RGB565 quality 123 + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_P_002', 0, async function (done) { + let packOpts = { format: "image/jpeg", quality: 123 } + packing_promise_fail(done, 'SUB_IMAGE_packing_P_002', 2, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_P_003 + * @tc.name : SUB_IMAGE_packing_P_003 - Promise - RGB565 quality null + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_P_003', 0, async function (done) { + let packOpts = { format: "image/jpeg" } + packing_promise_fail(done, 'SUB_IMAGE_packing_P_003', 2, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_P_004 + * @tc.name : SUB_IMAGE_packing_P_004 - Promise - RGB565 format null + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_P_004', 0, async function (done) { + let packOpts = { quality: 99 } + packing_promise_fail(done, 'SUB_IMAGE_packing_P_004', 2, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_P_005 + * @tc.name : SUB_IMAGE_packing_P_005 - Promise - RGB565 wrong format + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_P_005', 0, async function (done) { + let packOpts = { format: "image/png", quality: 99 } + packing_promise_fail(done, 'SUB_IMAGE_packing_P_005', 2, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_P_006 + * @tc.name : SUB_IMAGE_packing_P_006 + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_P_006', 0, async function (done) { + let packOpts = { format: "image/jpeg", quality: 50 } + packing_promise(done, 'SUB_IMAGE_packing_P_006', 5, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_P_007 + * @tc.name : SUB_IMAGE_packing_P_007 - Promise - RGB888 quality 123 + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_P_007', 0, async function (done) { + let packOpts = { format: "image/jpeg", quality: 123 } + packing_promise_fail(done, 'SUB_IMAGE_packing_P_007', 5, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_P_008 + * @tc.name : SUB_IMAGE_packing_P_008 - Promise - RGB888 quality null + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_P_008', 0, async function (done) { + let packOpts = { format: "image/jpeg" } + packing_promise_fail(done, 'SUB_IMAGE_packing_P_008', 5, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_P_009 + * @tc.name : SUB_IMAGE_packing_P_009 - Promise - RGB888 format null + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_P_009', 0, async function (done) { + let packOpts = { quality: 99 } + packing_promise_fail(done, 'SUB_IMAGE_packing_P_009', 5, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_P_010 + * @tc.name : SUB_IMAGE_packing_P_010 - Promise - RGB888 wrong format + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_P_010', 0, async function (done) { + let packOpts = { format: "image/png", quality: 99 } + packing_promise_fail(done, 'SUB_IMAGE_packing_P_010', 5, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_CB_001 + * @tc.name : SUB_IMAGE_packing_CB_001 + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_CB_001', 0, async function (done) { + let packOpts = { format: "image/jpeg", quality: 99 } + packing_cb(done, 'SUB_IMAGE_packing_CB_001', 2, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_CB_002 + * @tc.name : SUB_IMAGE_packing_CB_002 - callback - RGB565 quality 123 + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_CB_002', 0, async function (done) { + let packOpts = { format: "image/jpeg", quality: 123 } + packing_cb_fail(done, 'SUB_IMAGE_packing_CB_002', 2, packOpts) + + }) + + /** + * @tc.number : SUB_IMAGE_packing_CB_003 + * @tc.name : SUB_IMAGE_packing_CB_003 - callback - RGB565 quality null + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_CB_003', 0, async function (done) { + let packOpts = { format: "image/jpeg" } + packing_cb_fail(done, 'SUB_IMAGE_packing_CB_003', 2, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_CB_004 + * @tc.name : SUB_IMAGE_packing_CB_004 - callback - RGB565 format null + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_CB_004', 0, async function (done) { + let packOpts = { quality: 99 } + packing_cb_fail(done, 'SUB_IMAGE_packing_CB_004', 2, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_CB_005 + * @tc.name : SUB_IMAGE_packing_CB_005 - callback - RGB565 wrong format + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_CB_005', 0, async function (done) { + let packOpts = { format: "image/png", quality: 99 } + packing_cb_fail(done, 'SUB_IMAGE_packing_CB_005', 2, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_CB_006 + * @tc.name : SUB_IMAGE_packing_CB_006 + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_CB_006', 0, async function (done) { + let packOpts = { format: "image/jpeg", quality: 50 } + packing_cb(done, 'SUB_IMAGE_packing_CB_006', 5, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_CB_007 + * @tc.name : SUB_IMAGE_packing_CB_007 - callback - RGB888 quality 123 + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_CB_007', 0, async function (done) { + let packOpts = { format: "image/jpeg", quality: 123 } + packing_cb_fail(done, 'SUB_IMAGE_packing_CB_007', 5, packOpts) + + }) + + /** + * @tc.number : SUB_IMAGE_packing_CB_008 + * @tc.name : SUB_IMAGE_packing_CB_008 - callback - RGB888 quality null + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_CB_008', 0, async function (done) { + let packOpts = { format: "image/jpeg" } + packing_cb_fail(done, 'SUB_IMAGE_packing_CB_008', 5, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_CB_009 + * @tc.name : SUB_IMAGE_packing_CB_009 - callback - RGB888 format null + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_CB_009', 0, async function (done) { + let packOpts = { quality: 99 } + packing_cb_fail(done, 'SUB_IMAGE_packing_CB_009', 5, packOpts) + }) + + /** + * @tc.number : SUB_IMAGE_packing_CB_010 + * @tc.name : SUB_IMAGE_packing_CB_010 - callback - RGB888 wrong format + * @tc.desc : 1.create PixelMap + * 2.create ImagePacker + * 3.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_packing_CB_010', 0, async function (done) { + let packOpts = { format: "image/png", quality: 99 } + packing_cb_fail(done, 'SUB_IMAGE_packing_CB_010', 5, packOpts) + }) + +}) \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imagePacking/src/main/resources/base/element/string.json b/multimedia/image/image_js_standard/imagePacking/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..eed70c6527b594a191b279111f5ad25a3155a1b6 --- /dev/null +++ b/multimedia/image/image_js_standard/imagePacking/src/main/resources/base/element/string.json @@ -0,0 +1,12 @@ +{ + "string": [ + { + "name": "entry_MainAbility", + "value": "ImageJSTestMain" + }, + { + "name": "mainability_description", + "value": "ImageJSTestMain Ability" + } + ] +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imagePacking/src/main/resources/base/media/icon.png b/multimedia/image/image_js_standard/imagePacking/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/multimedia/image/image_js_standard/imagePacking/src/main/resources/base/media/icon.png differ diff --git a/multimedia/image/image_js_standard/imageYUV/BUILD.gn b/multimedia/image/image_js_standard/imageYUV/BUILD.gn new file mode 100644 index 0000000000000000000000000000000000000000..d1a8248ec61e0ab8524f0de813d167360d97e002 --- /dev/null +++ b/multimedia/image/image_js_standard/imageYUV/BUILD.gn @@ -0,0 +1,31 @@ +# Copyright (C) 2021 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import("//test/xts/tools/build/suite.gni") + +ohos_js_hap_suite("image_yuv_js_hap") { + hap_profile = "./src/main/config.json" + deps = [ + ":image_yuv_js_assets", + ":image_yuv_resources", + ] + certificate_profile = "./signature/openharmony_sx.p7b" + hap_name = "ActsImageyuvJsTest" +} +ohos_js_assets("image_yuv_js_assets") { + source_dir = "./src/main/js/default" +} +ohos_resources("image_yuv_resources") { + sources = [ "./src/main/resources" ] + hap_profile = "./src/main/config.json" +} diff --git a/multimedia/image/image_js_standard/imageYUV/Test.json b/multimedia/image/image_js_standard/imageYUV/Test.json new file mode 100644 index 0000000000000000000000000000000000000000..3ad0b607ecbd2f7acdaa0ae638e7c54e558d44c5 --- /dev/null +++ b/multimedia/image/image_js_standard/imageYUV/Test.json @@ -0,0 +1,37 @@ +{ + "description": "Configuration for Image Tests", + "driver": { + "type": "JSUnitTest", + "test-timeout": "1500000", + "package": "ohos.acts.multimedia.image.YUV", + "shell-timeout": "120000" + }, + "kits": [ + { + "type": "PushKit", + "pre-push": [ + ], + "push": [ + ] + }, + + { + "type": "ShellKit", + "run-command": [ + "hilog -Q pidoff" + ], + "teardown-command":[ + + ] + }, + + { + "test-file-name": [ + "ActsImageyuvJsTest.hap" + ], + "type": "AppInstallKit", + "cleanup-apps": true + } + ] + +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imageYUV/signature/openharmony_sx.p7b b/multimedia/image/image_js_standard/imageYUV/signature/openharmony_sx.p7b new file mode 100644 index 0000000000000000000000000000000000000000..d9fe0c1edd5ef09a357ed0bf05ed915a72278cca Binary files /dev/null and b/multimedia/image/image_js_standard/imageYUV/signature/openharmony_sx.p7b differ diff --git a/multimedia/image/image_js_standard/imageYUV/src/main/config.json b/multimedia/image/image_js_standard/imageYUV/src/main/config.json new file mode 100644 index 0000000000000000000000000000000000000000..c38beb199496464cce2bfb3684900559005cdc40 --- /dev/null +++ b/multimedia/image/image_js_standard/imageYUV/src/main/config.json @@ -0,0 +1,104 @@ +{ + "app": { + "apiVersion": { + "compatible": 6, + "releaseType": "Beta1", + "target": 7 + }, + "vendor": "acts", + "bundleName": "ohos.acts.multimedia.image.YUV", + "version": { + "code": 1000000, + "name": "1.0.0" + } + }, + "deviceConfig": { + "default": { + "debug": true + } + }, + "module": { + "abilities": [ + { + "iconId": 16777218, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "descriptionId": 16777217, + "visible": true, + "labelId": 16777216, + "icon": "$media:icon", + "name": "ohos.acts.multimedia.image.YUV.MainAbility", + "description": "$string:mainability_description", + "label": "$string:entry_MainAbility", + "type": "page", + "homeAbility": true, + "launchType": "standard" + } + ], + "deviceType": [ + "phone", + "tablet", + "tv", + "wearable" + ], + "mainAbility": "ohos.acts.multimedia.image.YUV.MainAbility", + "distro": { + "moduleType": "entry", + "installationFree": false, + "deliveryWithInstall": true, + "moduleName": "entry" + }, + "reqPermissions": [ + { + "name": "ohos.permission.GET_BUNDLE_INFO", + "reason": "use ohos.permission.GET_BUNDLE_INFO" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", + "reason":"use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name" : "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason" : "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name" : "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", + "reason" : "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.MEDIA_LOCATION", + "reason":"use ohos.permission.MEDIA_LOCATION" + }, + { + "name": "ohos.permission.READ_MEDIA", + "reason":"use ohos.permission.READ_MEDIA" + }, + { + "name": "ohos.permission.WRITE_MEDIA", + "reason":"use ohos.permission.WRITE_MEDIA" + } + ], + "package": "ohos.acts.multimedia.image.YUV", + "name": ".MyApplication", + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + } + ] + } + } \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imageYUV/src/main/js/default/app.js b/multimedia/image/image_js_standard/imageYUV/src/main/js/default/app.js new file mode 100644 index 0000000000000000000000000000000000000000..8b3c3b3cb7930c465567b386bf230cb38a0d128e --- /dev/null +++ b/multimedia/image/image_js_standard/imageYUV/src/main/js/default/app.js @@ -0,0 +1,23 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export default { + onCreate() { + console.info('AceApplication onCreate'); + }, + onDestroy() { + console.info('AceApplication onDestroy'); + } +}; \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imageYUV/src/main/js/default/i18n/en-US.json b/multimedia/image/image_js_standard/imageYUV/src/main/js/default/i18n/en-US.json new file mode 100644 index 0000000000000000000000000000000000000000..a4c13dcbdc39c537073f638393d7726ac9a5cdc4 --- /dev/null +++ b/multimedia/image/image_js_standard/imageYUV/src/main/js/default/i18n/en-US.json @@ -0,0 +1,6 @@ +{ + "strings": { + "hello": "Hello", + "world": "World" + } +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imageYUV/src/main/js/default/i18n/zh-CN.json b/multimedia/image/image_js_standard/imageYUV/src/main/js/default/i18n/zh-CN.json new file mode 100644 index 0000000000000000000000000000000000000000..b1c02368f72f929e4375a43170444de95dcc5984 --- /dev/null +++ b/multimedia/image/image_js_standard/imageYUV/src/main/js/default/i18n/zh-CN.json @@ -0,0 +1,6 @@ +{ + "strings": { + "hello": "您好", + "world": "世界" + } +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imageYUV/src/main/js/default/pages/index/index.css b/multimedia/image/image_js_standard/imageYUV/src/main/js/default/pages/index/index.css new file mode 100644 index 0000000000000000000000000000000000000000..53b12aeee6149cbc85a51a69bdadb6a06c635dd3 --- /dev/null +++ b/multimedia/image/image_js_standard/imageYUV/src/main/js/default/pages/index/index.css @@ -0,0 +1,46 @@ +.container { + flex-direction: column; + justify-content: center; + align-items: center; + width: 100%; + height: 100%; +} + +.title { + font-size: 40px; + color: #000000; + opacity: 0.9; +} + +@media screen and (device-type: tablet) and (orientation: landscape) { + .title { + font-size: 100px; + } +} + +@media screen and (device-type: wearable) { + .title { + font-size: 28px; + color: #FFFFFF; + } +} + +@media screen and (device-type: tv) { + .container { + background-image: url("/common/images/Wallpaper.png"); + background-size: cover; + background-repeat: no-repeat; + background-position: center; + } + + .title { + font-size: 100px; + color: #FFFFFF; + } +} + +@media screen and (device-type: phone) and (orientation: landscape) { + .title { + font-size: 60px; + } +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imageYUV/src/main/js/default/pages/index/index.hml b/multimedia/image/image_js_standard/imageYUV/src/main/js/default/pages/index/index.hml new file mode 100644 index 0000000000000000000000000000000000000000..e7b706af9e044f0ef934e80c6c23ddabf25e2f7d --- /dev/null +++ b/multimedia/image/image_js_standard/imageYUV/src/main/js/default/pages/index/index.hml @@ -0,0 +1,5 @@ +
+ + {{ $t('strings.hello') }} {{ title }} + +
\ No newline at end of file diff --git a/multimedia/image/image_js_standard/imageYUV/src/main/js/default/pages/index/index.js b/multimedia/image/image_js_standard/imageYUV/src/main/js/default/pages/index/index.js new file mode 100644 index 0000000000000000000000000000000000000000..a2a05dae07aa3d9a816c0729268ce2ab139cd50c --- /dev/null +++ b/multimedia/image/image_js_standard/imageYUV/src/main/js/default/pages/index/index.js @@ -0,0 +1,41 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {Core, ExpectExtend} from 'deccjsunit/index' + +export default { + data: { + title: "" + }, + onInit() { + this.title = this.$t('strings.world'); + }, + onShow() { + console.info('onShow finish') + const core = Core.getInstance() + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }) + core.addService('expect', expectExtend) + core.init() + const configService = core.getDefaultService('config') + this.timeout = 60000 + configService.setConfig(this) + require('../../../test/List.test') + core.execute() + }, + onReady() { + }, +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imageYUV/src/main/js/test/List.test.js b/multimedia/image/image_js_standard/imageYUV/src/main/js/test/List.test.js new file mode 100644 index 0000000000000000000000000000000000000000..2f5760fe81fdfe2df5763ac52d4e7aee9a1020d8 --- /dev/null +++ b/multimedia/image/image_js_standard/imageYUV/src/main/js/test/List.test.js @@ -0,0 +1,16 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +require('./yuv.test.js') \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imageYUV/src/main/js/test/yuv.test.js b/multimedia/image/image_js_standard/imageYUV/src/main/js/test/yuv.test.js new file mode 100644 index 0000000000000000000000000000000000000000..6440d0f50de2edab5fa46d7c7717268ec59bf88e --- /dev/null +++ b/multimedia/image/image_js_standard/imageYUV/src/main/js/test/yuv.test.js @@ -0,0 +1,867 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import image from '@ohos.multimedia.image' +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from 'deccjsunit/index' + +describe('Image', function () { + + beforeAll(async function () { + await applyPermission(); + console.info('beforeAll case'); + }) + + beforeEach(function () { + isTimeOut = false; + console.info('beforeEach case'); + }) + + afterEach(async function () { + console.info('afterEach case'); + }) + + afterAll(function () { + console.info('afterAll case'); + }) + + async function applyPermission() { + console.info('[permission]case applyPermission in'); + let appInfo = await bundle.getApplicationInfo('ohos.acts.multimedia.image.YUV', 0, 100); + let atManager = abilityAccessCtrl.createAtManager(); + if (atManager != null) { + let tokenID = appInfo.accessTokenId; + console.info('[permission]case accessTokenId is' + tokenID); + let permissionName1 = 'ohos.permission.MEDIA_LOCATION'; + let permissionName2 = 'ohos.permission.READ_MEDIA'; + let permissionName3 = 'ohos.permission.WRITE_MEDIA'; + await atManager.grantUserGrantedPermission(tokenID, permissionName1).then((result) => { + console.info('[permission]case grantUserGrantedPermission success:' + result); + }).catch((err) => { + console.info('[permission]case grantUserGrantedPermission failed:' + err); + }); + await atManager.grantUserGrantedPermission(tokenID, permissionName2).then((result) => { + console.info('[permission]case grantUserGrantedPermission success:' + result); + }).catch((err) => { + console.info('[permission]case grantUserGrantedPermission failed:' + err); + }); + await atManager.grantUserGrantedPermission(tokenID, permissionName3).then((result) => { + console.info('[permission]case grantUserGrantedPermission success:' + result); + }).catch((err) => { + console.info('[permission]case grantUserGrantedPermission failed:' + err); + }); + } else { + console.info('[permission]case apply permission failed,createAtManager failed'); + } + } + + function createBuffer(height, width) { + var ySize = height * width; + var uvSize = ySize / 2 + var ySum = ySize; + var uvSum = uvSize / 2; + var bufferSize = ySize + uvSize; + var yBase = 0; + var uvBase = yBase + ySize; + var yuv = new ArrayBuffer(bufferSize); + var yuvArr = new Uint8Array(yuv); + for (var p = 0; p < ySum; p++) { + var pos = yBase + p; + yuvArr[pos] = 1 + p; + } + for (var p = 0; p < uvSum; p++) { + var pos = uvBase + p * 2; + yuvArr[pos + 0] = 41 + p; + yuvArr[pos + 1] = 71 + p; + } + return yuv; + } + + async function yuvToJpegByPixelMapPromise(done, testNum, sourceOptions, yuvData) { + try { + let imageSource = image.createImageSource(yuvData, sourceOptions) + if (imageSource == undefined) { + console.info(`${testNum} create ImageSource failed`); + expect(false).assertTrue() + done(); + } else { + imageSource.createPixelMap() + .then((pixelmap) => { + if (pixelmap == undefined) { + expect(false).assertTrue(); + done(); + } else { + pixelmap.getImageInfo((err, imageInfo) => { + if (err != undefined) { + expect(false).assertTrue(); + done(); + return; + } + expect(imageInfo != undefined).assertTrue(); + expect(imageInfo.size.height == 4).assertTrue(); + expect(imageInfo.size.width == 6).assertTrue(); + done(); + }) + } + }).catch(error => { + console.info(`${testNum} create Pixelmap failed`); + console.log(`${testNum} error:` + error); + expect(false).assertTrue(); + done(); + }) + } + } catch (error) { + logger.log(`${testNum} error:` + error); + expect(false).assertTrue(); + done(); + } + } + + async function yuvToJpegByPixelMapPromise_fail(done, testNum, sourceOptions, yuvData) { + try { + let imageSource = image.createImageSource(yuvData, sourceOptions) + if (imageSource == undefined) { + console.info(`${testNum} create ImageSource failed`); + expect(false).assertTrue() + done(); + } else { + imageSource.createPixelMap() + .then((pixelmap) => { + expect(false).assertTrue(); + done(); + }).catch(error => { + console.info(`${testNum} error:` + error); + expect(true).assertTrue(); + done(); + }) + } + } catch (error) { + logger.log(`${testNum} error:` + error); + expect(false).assertTrue(); + done(); + } + } + + async function yuvToJpegByPixelMapCallback(done, testNum, sourceOptions, yuvData) { + console.info(`${testNum} test`); + try { + let imageSource = image.createImageSource(yuvData, sourceOptions); + if (imageSource == undefined) { + console.info(`${testNum} create ImageSource failed`); + expect(false).assertTrue() + done(); + } else { + imageSource.createPixelMap((err, pixelmap) => { + if (err != undefined || pixelmap == undefined) { + console.info(`${testNum} err2: ` + err); + expect(false).assertTrue(); + done(); + return; + } + pixelmap.getImageInfo((err, imageInfo) => { + if (err != undefined) { + console.info(`${testNum} getImageInfo fail`); + expect(false).assertTrue(); + done(); + return; + } + expect(imageInfo != undefined).assertTrue(); + expect(imageInfo.size.height == 4).assertTrue(); + expect(imageInfo.size.width == 6).assertTrue(); + done(); + }) + + }) + } + } catch (error) { + logger.log(`${testNum} error:` + error); + expect(false).assertTrue(); + done(); + } + } + + async function yuvToJpegByPixelMapCallback_fail(done, testNum, sourceOptions, yuvData) { + try { + let imageSource = image.createImageSource(yuvData, sourceOptions); + if (imageSource == undefined) { + console.info(`${testNum} create ImageSource failed`); + expect(false).assertTrue() + done(); + } else { + imageSource.createPixelMap((err, pixelmap) => { + if (err != undefined || pixelmap == undefined) { + console.info(`${testNum} err: ` + err); + expect(true).assertTrue(); + done(); + return; + } + expect(false).assertTrue(); + done(); + }) + } + } catch (error) { + logger.log(`${testNum} error:` + error); + expect(false).assertTrue(); + done(); + } + } + + async function yuvToJpegByImageSourcePromise(done, testNum, sourceOptions, arg, yuvData) { + let imageSource = image.createImageSource(yuvData, sourceOptions); + if (imageSource == undefined) { + console.info(`${testNum} create ImageSource failed`); + expect(false).assertTrue() + done(); + } else { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == undefined) { + console.info(`${testNum} create ImagePacker failed`); + expect(false).assertTrue(); + done(); + } else { + imagePackerApi.packing(imageSource, arg) + .then(data => { + console.info(`${testNum} packed`); + var dataArr = new Uint8Array(data); + console.info(`${testNum} dataArr.length=` + dataArr.length); + for (var i = 0; i < dataArr.length; i++) { + var str = `dataArr[` + i + `]=`; + for (var j = 0; ((j < 20) && (i < dataArr.length)); j++, i++) { + str = str + "," + dataArr[i]; + } + console.info(`${testNum} ` + str); + i--; + } + expect(data != undefined).assertTrue(); + done(); + }).catch(error => { + console.log(`${testNum} error: ` + error); + expect(false).assertTrue(); + done(); + }) + } + } + } + + async function yuvToJpegByImageSourcePromise_fail(done, testNum, sourceOptions, arg, yuvData) { + let imageSource = image.createImageSource(yuvData, sourceOptions); + if (imageSource == undefined) { + console.info(`${testNum} create ImageSource failed`); + expect(false).assertTrue() + done(); + } else { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == undefined) { + console.info(`${testNum} create ImagePacker failed`); + expect(false).assertTrue(); + done(); + } else { + imagePackerApi.packing(imageSource, arg) + .then(data => { + expect(data == undefined).assertTrue(); + done(); + }).catch(error => { + console.log(`${testNum} error: ` + error); + expect(true).assertTrue(); + done(); + }) + } + } + } + + async function yuvToJpegByImageSourceCallback(done, testNum, sourceOptions, arg, yuvData) { + let imageSource = image.createImageSource(yuvData, sourceOptions); + if (imageSource == undefined) { + console.info(`${testNum} create ImageSource failed`); + expect(false).assertTrue() + done(); + } else { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == undefined) { + console.info(`${testNum} create ImagePacker failed`); + expect(false).assertTrue(); + done(); + } else { + imagePackerApi.packing(imageSource, arg, (err, data) => { + if (err != undefined) { + expect(false).assertTrue(); + done(); + return; + } + var dataArr = new Uint8Array(data); + console.info(`${testNum} dataArr.length=` + dataArr.length); + for (var i = 0; i < dataArr.length; i++) { + var str = `dataArr[` + i + `]=`; + for (var j = 0; ((j < 20) && (i < dataArr.length)); j++, i++) { + str = str + "," + dataArr[i]; + } + console.info(`${testNum} ` + str); + i--; + } + expect(data != undefined).assertTrue(); + done(); + }) + } + } + } + + async function yuvToJpegByImageSourceCallback_fail(done, testNum, sourceOptions, arg, yuvData) { + let imageSource = image.createImageSource(yuvData, sourceOptions); + if (imageSource == undefined) { + console.info(`${testNum} create ImageSource failed`); + expect(false).assertTrue() + done(); + } else { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == undefined) { + console.info(`${testNum} create ImagePacker failed`); + expect(false).assertTrue(); + done(); + } else { + imagePackerApi.packing(imageSource, arg, (err, data) => { + expect(err != undefined || data == undefined).assertTrue(); + done(); + }) + } + } + } + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_P_001 + * @tc.name : SUB_IMAGE_yuv_pixelmap_P_001 + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_P_001', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 8, sourceSize: { height: 4, width: 6 } }; + yuvToJpegByPixelMapPromise(done, 'SUB_IMAGE_yuv_pixelmap_P_001', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_P_002 + * @tc.name : SUB_IMAGE_yuv_pixelmap_P_002 + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_P_002', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 9, sourceSize: { height: 4, width: 6 } }; + yuvToJpegByPixelMapPromise(done, 'SUB_IMAGE_yuv_pixelmap_P_002', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_P_003 + * @tc.name : SUB_IMAGE_yuv_pixelmap_P_003 - Promise - wrong buffer + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_P_003', 0, async function (done) { + let yuvData = new ArrayBuffer(5); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 8, sourceSize: { height: 4, width: 6 } }; + yuvToJpegByPixelMapPromise(done, 'SUB_IMAGE_yuv_pixelmap_P_003', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_P_004 + * @tc.name : SUB_IMAGE_yuv_pixelmap_P_004 - Promise - wrong width + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_P_004', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 8, sourceSize: { height: 4, width: 5 } }; + yuvToJpegByPixelMapPromise_fail(done, 'SUB_IMAGE_yuv_pixelmap_P_004', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_P_005 + * @tc.name : SUB_IMAGE_yuv_pixelmap_P_005 - Promise - wrong buffer + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_P_005', 0, async function (done) { + let yuvData = new ArrayBuffer(5); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 9, sourceSize: { height: 4, width: 6 } }; + yuvToJpegByPixelMapPromise(done, 'SUB_IMAGE_yuv_pixelmap_P_005', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_P_006 + * @tc.name : SUB_IMAGE_yuv_pixelmap_P_006 - Promise - wrong width + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_P_006', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 9, sourceSize: { height: 4, width: 5 } }; + yuvToJpegByPixelMapPromise_fail(done, 'SUB_IMAGE_yuv_pixelmap_P_006', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_P_007 + * @tc.name : SUB_IMAGE_yuv_pixelmap_P_007 - Promise - wrong format + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_P_007', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 10, sourceSize: { height: 4, width: 6 } }; + yuvToJpegByPixelMapPromise_fail(done, 'SUB_IMAGE_yuv_pixelmap_P_007', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_P_008 + * @tc.name : SUB_IMAGE_yuv_pixelmap_P_008 - Promise - format null + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_P_008', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourceSize: { height: 4, width: 6 } }; + yuvToJpegByPixelMapPromise_fail(done, 'SUB_IMAGE_yuv_pixelmap_P_008', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_P_001 + * @tc.name : SUB_IMAGE_yuv_imagesource_P_001 + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_P_001', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 8, sourceSize: { height: 4, width: 6 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourcePromise(done, 'SUB_IMAGE_yuv_imagesource_P_001', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_P_002 + * @tc.name : SUB_IMAGE_yuv_imagesource_P_002 + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_P_002', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 9, sourceSize: { height: 4, width: 6 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourcePromise(done, 'SUB_IMAGE_yuv_imagesource_P_002', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_P_003 + * @tc.name : SUB_IMAGE_yuv_imagesource_P_003 - Promise - wrong buffer + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_P_003', 0, async function (done) { + let yuvData = new ArrayBuffer(5); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 8, sourceSize: { height: 4, width: 6 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourcePromise(done, 'SUB_IMAGE_yuv_imagesource_P_003', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_P_004 + * @tc.name : SUB_IMAGE_yuv_imagesource_P_004 - Promise - wrong width + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_P_004', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 8, sourceSize: { height: 4, width: 5 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourcePromise_fail(done, 'SUB_IMAGE_yuv_imagesource_P_004', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_P_005 + * @tc.name : SUB_IMAGE_yuv_imagesource_P_005 - Promise - wrong buffer + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_P_005', 0, async function (done) { + let yuvData = new ArrayBuffer(5); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 9, sourceSize: { height: 4, width: 6 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourcePromise(done, 'SUB_IMAGE_yuv_imagesource_P_005', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_P_006 + * @tc.name : SUB_IMAGE_yuv_imagesource_P_006 - Promise - wrong width + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_P_006', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 9, sourceSize: { height: 4, width: 5 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourcePromise_fail(done, 'SUB_IMAGE_yuv_imagesource_P_006', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_P_007 + * @tc.name : SUB_IMAGE_yuv_imagesource_P_007 - Promise - wrong format + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_P_007', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 10, sourceSize: { height: 4, width: 6 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourcePromise_fail(done, 'SUB_IMAGE_yuv_imagesource_P_007', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_P_008 + * @tc.name : SUB_IMAGE_yuv_imagesource_P_008 - Promise - format null + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_P_008', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourceSize: { height: 4, width: 6 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourcePromise_fail(done, 'SUB_IMAGE_yuv_imagesource_P_008', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_CB_001 + * @tc.name : SUB_IMAGE_yuv_pixelmap_CB_001 + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_CB_001', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 8, sourceSize: { height: 4, width: 6 } }; + yuvToJpegByPixelMapCallback(done, 'SUB_IMAGE_yuv_pixelmap_CB_001', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_CB_002 + * @tc.name : SUB_IMAGE_yuv_pixelmap_CB_002 + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_CB_002', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 9, sourceSize: { height: 4, width: 6 } }; + yuvToJpegByPixelMapCallback(done, 'SUB_IMAGE_yuv_pixelmap_CB_002', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_CB_003 + * @tc.name : SUB_IMAGE_yuv_pixelmap_CB_003 - Promise - wrong buffer + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_CB_003', 0, async function (done) { + let yuvData = new ArrayBuffer(5); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 8, sourceSize: { height: 4, width: 6 } }; + yuvToJpegByPixelMapCallback(done, 'SUB_IMAGE_yuv_pixelmap_CB_003', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_CB_004 + * @tc.name : SUB_IMAGE_yuv_pixelmap_CB_004 - Promise - wrong width + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_CB_004', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 8, sourceSize: { height: 4, width: 5 } }; + yuvToJpegByPixelMapCallback_fail(done, 'SUB_IMAGE_yuv_pixelmap_CB_004', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_CB_005 + * @tc.name : SUB_IMAGE_yuv_pixelmap_CB_005 - Promise - wrong buffer + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_CB_005', 0, async function (done) { + let yuvData = new ArrayBuffer(5); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 9, sourceSize: { height: 4, width: 6 } }; + yuvToJpegByPixelMapCallback(done, 'SUB_IMAGE_yuv_pixelmap_CB_005', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_CB_006 + * @tc.name : SUB_IMAGE_yuv_pixelmap_CB_006 - Promise - wrong width + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_CB_006', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 9, sourceSize: { height: 4, width: 5 } }; + yuvToJpegByPixelMapCallback_fail(done, 'SUB_IMAGE_yuv_pixelmap_CB_006', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_CB_007 + * @tc.name : SUB_IMAGE_yuv_pixelmap_CB_007 - Promise - wrong format + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_CB_007', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 10, sourceSize: { height: 4, width: 6 } }; + yuvToJpegByPixelMapCallback_fail(done, 'SUB_IMAGE_yuv_pixelmap_CB_007', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_pixelmap_CB_008 + * @tc.name : SUB_IMAGE_yuv_pixelmap_CB_008 - Promise - format null + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_pixelmap_CB_008', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourceSize: { height: 4, width: 6 } }; + yuvToJpegByPixelMapCallback_fail(done, 'SUB_IMAGE_yuv_pixelmap_CB_008', sourceOptions, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_CB_001 + * @tc.name : SUB_IMAGE_yuv_imagesource_CB_001 + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_CB_001', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 8, sourceSize: { height: 4, width: 6 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourceCallback(done, 'SUB_IMAGE_yuv_imagesource_CB_001', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_CB_002 + * @tc.name : SUB_IMAGE_yuv_imagesource_CB_002 + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_CB_002', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 9, sourceSize: { height: 4, width: 6 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourceCallback(done, 'SUB_IMAGE_yuv_imagesource_CB_002', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_CB_003 + * @tc.name : SUB_IMAGE_yuv_imagesource_CB_003 - Promise - wrong buffer + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_CB_003', 0, async function (done) { + let yuvData = new ArrayBuffer(5); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 8, sourceSize: { height: 4, width: 6 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourceCallback(done, 'SUB_IMAGE_yuv_imagesource_CB_003', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_CB_004 + * @tc.name : SUB_IMAGE_yuv_imagesource_CB_004 - Promise - wrong width + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_CB_004', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 8, sourceSize: { height: 4, width: 5 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourceCallback_fail(done, 'SUB_IMAGE_yuv_imagesource_CB_004', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_CB_005 + * @tc.name : SUB_IMAGE_yuv_imagesource_CB_005 - Promise - wrong buffer + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_CB_005', 0, async function (done) { + let yuvData = new ArrayBuffer(5); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 9, sourceSize: { height: 4, width: 6 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourceCallback(done, 'SUB_IMAGE_yuv_imagesource_CB_005', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_CB_006 + * @tc.name : SUB_IMAGE_yuv_imagesource_CB_006 - Promise - wrong width + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_CB_006', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 9, sourceSize: { height: 4, width: 5 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourceCallback_fail(done, 'SUB_IMAGE_yuv_imagesource_CB_006', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_CB_007 + * @tc.name : SUB_IMAGE_yuv_imagesource_CB_007 - Promise - wrong format + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_CB_007', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourcePixelFormat: 10, sourceSize: { height: 4, width: 6 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourceCallback_fail(done, 'SUB_IMAGE_yuv_imagesource_CB_007', sourceOptions, packOpts, yuvData) + }) + + /** + * @tc.number : SUB_IMAGE_yuv_imagesource_CB_008 + * @tc.name : SUB_IMAGE_yuv_imagesource_CB_008 - Promise - format null + * @tc.desc : 1.create ImageSource + * 2.create pixelmap + * 3.create ImagePacker + * 4.call packing + * @tc.size : MEDIUM + * @tc.type : Functional + * @tc.level : level 0 + */ + it('SUB_IMAGE_yuv_imagesource_CB_008', 0, async function (done) { + let yuvData = createBuffer(4, 6); + let sourceOptions = { sourceDensity: 120, sourceSize: { height: 4, width: 6 } }; + let packOpts = { format: "image/jpeg", quality: 99 } + yuvToJpegByImageSourceCallback_fail(done, 'SUB_IMAGE_yuv_imagesource_CB_008', sourceOptions, packOpts, yuvData) + }) +}) \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imageYUV/src/main/resources/base/element/string.json b/multimedia/image/image_js_standard/imageYUV/src/main/resources/base/element/string.json new file mode 100644 index 0000000000000000000000000000000000000000..eed70c6527b594a191b279111f5ad25a3155a1b6 --- /dev/null +++ b/multimedia/image/image_js_standard/imageYUV/src/main/resources/base/element/string.json @@ -0,0 +1,12 @@ +{ + "string": [ + { + "name": "entry_MainAbility", + "value": "ImageJSTestMain" + }, + { + "name": "mainability_description", + "value": "ImageJSTestMain Ability" + } + ] +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/imageYUV/src/main/resources/base/media/icon.png b/multimedia/image/image_js_standard/imageYUV/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c Binary files /dev/null and b/multimedia/image/image_js_standard/imageYUV/src/main/resources/base/media/icon.png differ