diff --git a/multimedia/BUILD.gn b/multimedia/BUILD.gn
index 0cd56a300a3352eb296a0f08ede945aceb993b6a..6c0228a5650dcf295ca7415400f80b1e75809f6e 100644
--- a/multimedia/BUILD.gn
+++ b/multimedia/BUILD.gn
@@ -24,9 +24,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/audioCodecFormat:audio_codec_format_js_hap",
"media/media_js_standard/audioDecoder:audio_decoder_js_hap",
"media/media_js_standard/audioEncoder:audio_encoder_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..e87c0899973d9193af42ef2f87da1dbcb91e93d6
--- /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_js_assets",
+ ":image_resources",
+ ]
+ certificate_profile = "./signature/openharmony_sx.p7b"
+ hap_name = "ActsImagepackingJsTest"
+}
+ohos_js_assets("image_js_assets") {
+ source_dir = "./src/main/js/default"
+}
+ohos_resources("image_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..abe0a93d15f1fde2d45fc08b349deda5d01e9cc4
--- /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",
+ "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..dc3e221eab55d5a39d4fee1578b6c6fc6f50041f
--- /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",
+ "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.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.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",
+ "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..722094381f89548209a22c4ec089c5e1eec03e1c
--- /dev/null
+++ b/multimedia/image/image_js_standard/imagePacking/src/main/js/test/packing.test.js
@@ -0,0 +1,526 @@
+/*
+ * 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(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', 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 packingPromise(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 packingCallback(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) => {
+ 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 packingCallbackFail(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 packingPromiseFail(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) => {
+ 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 1
+ */
+ it('SUB_IMAGE_packing_P_001', 0, async function (done) {
+ let packOpts = { format: ["image/jpeg"], quality: 99 }
+ packingPromise(done, 'SUB_IMAGE_packing_P_001', 2, packOpts)
+ })
+
+ /**
+ * @tc.number : SUB_IMAGE_packing_P_002
+ * @tc.name : SUB_IMAGE_packing_P_002 - Promise - GRB565 quality 123
+ * @tc.desc : 1.create PixelMap
+ * 2.create ImagePacker
+ * 3.call packing
+ * @tc.size : MEDIUM
+ * @tc.type : Functional
+ * @tc.level : Level 1
+ */
+ it('SUB_IMAGE_packing_P_002', 0, async function (done) {
+ let packOpts = { format: ["image/jpeg"], quality: 123 }
+ packingPromiseFail(done, 'SUB_IMAGE_packing_P_002', 2, packOpts)
+ })
+
+ /**
+ * @tc.number : SUB_IMAGE_packing_P_003
+ * @tc.name : SUB_IMAGE_packing_P_003 - Promise - GRB565 quality null
+ * @tc.desc : 1.create PixelMap
+ * 2.create ImagePacker
+ * 3.call packing
+ * @tc.size : MEDIUM
+ * @tc.type : Functional
+ * @tc.level : Level 1
+ */
+ it('SUB_IMAGE_packing_P_003', 0, async function (done) {
+ let packOpts = { format: ["image/jpeg"] }
+ packingPromiseFail(done, 'SUB_IMAGE_packing_P_003', 2, packOpts)
+ })
+
+ /**
+ * @tc.number : SUB_IMAGE_packing_P_004
+ * @tc.name : SUB_IMAGE_packing_P_004 - Promise - GRB565 format null
+ * @tc.desc : 1.create PixelMap
+ * 2.create ImagePacker
+ * 3.call packing
+ * @tc.size : MEDIUM
+ * @tc.type : Functional
+ * @tc.level : Level 1
+ */
+ it('SUB_IMAGE_packing_P_004', 0, async function (done) {
+ let packOpts = { quality: 99 }
+ packingPromiseFail(done, 'SUB_IMAGE_packing_P_004', 2, packOpts)
+ })
+
+ /**
+ * @tc.number : SUB_IMAGE_packing_P_005
+ * @tc.name : SUB_IMAGE_packing_P_005 - Promise - GRB565 wrong format
+ * @tc.desc : 1.create PixelMap
+ * 2.create ImagePacker
+ * 3.call packing
+ * @tc.size : MEDIUM
+ * @tc.type : Functional
+ * @tc.level : Level 1
+ */
+ it('SUB_IMAGE_packing_P_005', 0, async function (done) {
+ let packOpts = { format: ["image/png"], quality: 99 }
+ packingPromiseFail(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 1
+ */
+ it('SUB_IMAGE_packing_P_006', 0, async function (done) {
+ let packOpts = { format: ["image/jpeg"], quality: 50 }
+ packingPromise(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 1
+ */
+ it('SUB_IMAGE_packing_P_007', 0, async function (done) {
+ let packOpts = { format: ["image/jpeg"], quality: 123 }
+ packingPromiseFail(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 1
+ */
+ it('SUB_IMAGE_packing_P_008', 0, async function (done) {
+ let packOpts = { format: ["image/jpeg"] }
+ packingPromiseFail(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 1
+ */
+ it('SUB_IMAGE_packing_P_009', 0, async function (done) {
+ let packOpts = { quality: 99 }
+ packingPromiseFail(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 1
+ */
+ it('SUB_IMAGE_packing_P_010', 0, async function (done) {
+ let packOpts = { format: ["image/png"], quality: 99 }
+ packingPromiseFail(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 1
+ */
+ it('SUB_IMAGE_packing_CB_001', 0, async function (done) {
+ let packOpts = { format: ["image/jpeg"], quality: 99 }
+ packingCallback(done, 'SUB_IMAGE_packing_CB_001', 2, packOpts)
+ })
+
+ /**
+ * @tc.number : SUB_IMAGE_packing_CB_002
+ * @tc.name : SUB_IMAGE_packing_CB_002 - callback - GRB565 quality 123
+ * @tc.desc : 1.create PixelMap
+ * 2.create ImagePacker
+ * 3.call packing
+ * @tc.size : MEDIUM
+ * @tc.type : Functional
+ * @tc.level : Level 1
+ */
+ it('SUB_IMAGE_packing_CB_002', 0, async function (done) {
+ let packOpts = { format: ["image/jpeg"], quality: 123 }
+ packingCallbackFail(done, 'SUB_IMAGE_packing_CB_002', 2, packOpts)
+
+ })
+
+ /**
+ * @tc.number : SUB_IMAGE_packing_CB_003
+ * @tc.name : SUB_IMAGE_packing_CB_003 - callback - GRB565 quality null
+ * @tc.desc : 1.create PixelMap
+ * 2.create ImagePacker
+ * 3.call packing
+ * @tc.size : MEDIUM
+ * @tc.type : Functional
+ * @tc.level : Level 1
+ */
+ it('SUB_IMAGE_packing_CB_003', 0, async function (done) {
+ let packOpts = { format: ["image/jpeg"] }
+ packingCallbackFail(done, 'SUB_IMAGE_packing_CB_003', 2, packOpts)
+ })
+
+ /**
+ * @tc.number : SUB_IMAGE_packing_CB_004
+ * @tc.name : SUB_IMAGE_packing_CB_004 - callback - GRB565 format null
+ * @tc.desc : 1.create PixelMap
+ * 2.create ImagePacker
+ * 3.call packing
+ * @tc.size : MEDIUM
+ * @tc.type : Functional
+ * @tc.level : Level 1
+ */
+ it('SUB_IMAGE_packing_CB_004', 0, async function (done) {
+ let packOpts = { quality: 99 }
+ packingCallbackFail(done, 'SUB_IMAGE_packing_CB_004', 2, packOpts)
+ })
+
+ /**
+ * @tc.number : SUB_IMAGE_packing_CB_005
+ * @tc.name : SUB_IMAGE_packing_CB_005 - callback - GRB565 wrong format
+ * @tc.desc : 1.create PixelMap
+ * 2.create ImagePacker
+ * 3.call packing
+ * @tc.size : MEDIUM
+ * @tc.type : Functional
+ * @tc.level : Level 1
+ */
+ it('SUB_IMAGE_packing_CB_005', 0, async function (done) {
+ let packOpts = { format: ["image/png"], quality: 99 }
+ packingCallbackFail(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 1
+ */
+ it('SUB_IMAGE_packing_CB_006', 0, async function (done) {
+ let packOpts = { format: ["image/jpeg"], quality: 50 }
+ packingCallback(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 1
+ */
+ it('SUB_IMAGE_packing_CB_007', 0, async function (done) {
+ let packOpts = { format: ["image/jpeg"], quality: 123 }
+ packingCallbackFail(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 1
+ */
+ it('SUB_IMAGE_packing_CB_008', 0, async function (done) {
+ let packOpts = { format: ["image/jpeg"] }
+ packingCallbackFail(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 1
+ */
+ it('SUB_IMAGE_packing_CB_009', 0, async function (done) {
+ let packOpts = { quality: 99 }
+ packingCallbackFail(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 1
+ */
+ it('SUB_IMAGE_packing_CB_010', 0, async function (done) {
+ let packOpts = { format: ["image/png"], quality: 99 }
+ packingCallbackFail(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..651d5aa6bf70c59a15411bbfbb2fe18cc779b3bd
--- /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_js_assets",
+ ":image_resources",
+ ]
+ certificate_profile = "./signature/openharmony_sx.p7b"
+ hap_name = "ActsImageyuvJsTest"
+}
+ohos_js_assets("image_js_assets") {
+ source_dir = "./src/main/js/default"
+}
+ohos_resources("image_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..054fd7887f3a93c5f1f314e6368407ac26a463e1
--- /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",
+ "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..dc3e221eab55d5a39d4fee1578b6c6fc6f50041f
--- /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",
+ "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.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.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",
+ "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..c55dc0631ce3d8bd239ec2c9e3d9a21cca20d094
--- /dev/null
+++ b/multimedia/image/image_js_standard/imageYUV/src/main/js/test/yuv.test.js
@@ -0,0 +1,852 @@
+/*
+ * 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(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', 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((data) => {
+ 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.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 yuvToJpegByPixelMapPromiseFail(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((data) => {
+ console.info(`${testNum} create Pixelmap ok`);
+ expect(false).assertTrue();
+ done();
+ }).catch(error => {
+ console.info(`${testNum} create Pixelmap failed`);
+ console.log(`${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,data)=>{
+ 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) {
+ logger.log(`${testNum} error:` + error);
+ expect(false).assertTrue();
+ done();
+ }
+ }
+
+ async function yuvToJpegByPixelMapCallbackFail(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,data)=>{
+ if (data == undefined) {
+ expect(true).assertTrue()
+ done();
+ }else{
+ 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 yuvToJpegByImageSourcePromiseFail(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(true).assertTrue();
+ done();
+ } else {
+ imagePackerApi.packing(imageSource, arg)
+ .then(data => {
+ expect(false).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) => {
+ 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 yuvToJpegByImageSourceCallbackFail(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).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 1
+ */
+ 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 1
+ */
+ 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 1
+ */
+ 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 1
+ */
+ 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 } };
+ yuvToJpegByPixelMapPromiseFail(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 1
+ */
+ 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 1
+ */
+ 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 } };
+ yuvToJpegByPixelMapPromiseFail(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 1
+ */
+ 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 } };
+ yuvToJpegByPixelMapPromiseFail(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 1
+ */
+ 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 } };
+ yuvToJpegByPixelMapPromiseFail(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 1
+ */
+ 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 1
+ */
+ 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 1
+ */
+ 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 1
+ */
+ 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 }
+ yuvToJpegByImageSourcePromiseFail(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 1
+ */
+ 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 1
+ */
+ 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 }
+ yuvToJpegByImageSourcePromiseFail(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 1
+ */
+ 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 }
+ yuvToJpegByImageSourcePromiseFail(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 1
+ */
+ 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 }
+ yuvToJpegByImageSourcePromiseFail(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 1
+ */
+ 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 1
+ */
+ 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 1
+ */
+ 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 1
+ */
+ 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 } };
+ yuvToJpegByPixelMapCallbackFail(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 1
+ */
+ 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 1
+ */
+ 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 } };
+ yuvToJpegByPixelMapCallbackFail(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 1
+ */
+ 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 } };
+ yuvToJpegByPixelMapCallbackFail(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 1
+ */
+ 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 } };
+ yuvToJpegByPixelMapCallbackFail(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 1
+ */
+ 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 1
+ */
+ 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 1
+ */
+ 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 1
+ */
+ 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 }
+ yuvToJpegByImageSourceCallbackFail(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 1
+ */
+ 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 1
+ */
+ 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 }
+ yuvToJpegByImageSourceCallbackFail(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 1
+ */
+ 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 }
+ yuvToJpegByImageSourceCallbackFail(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 1
+ */
+ 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 }
+ yuvToJpegByImageSourceCallbackFail(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