未验证 提交 1e78ab78 编写于 作者: O openharmony_ci 提交者: Gitee

!3912 update XTS for Packing and YUV

Merge pull request !3912 from 冯泽悟/master
...@@ -25,9 +25,11 @@ group("multimedia") { ...@@ -25,9 +25,11 @@ group("multimedia") {
"image/image_js_standard/imageDecodeOptions:image_DecodeOptions_js_hap", "image/image_js_standard/imageDecodeOptions:image_DecodeOptions_js_hap",
"image/image_js_standard/imageExif:image_exif_js_hap", "image/image_js_standard/imageExif:image_exif_js_hap",
"image/image_js_standard/imageModifyProperty:image_modifyProperty_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/imagePixelMapFramework:image_pixelmapframework_js_hap",
"image/image_js_standard/imageReceiver:image_receiver_js_hap", "image/image_js_standard/imageReceiver:image_receiver_js_hap",
"image/image_js_standard/imageWebp:image_webp_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/audioPlayer:audio_player_js_hap",
"media/media_js_standard/audioRecorder:audio_recorder_js_hap", "media/media_js_standard/audioRecorder:audio_recorder_js_hap",
"media/media_js_standard/recorderFormat:recorder_format_js_hap", "media/media_js_standard/recorderFormat:recorder_format_js_hap",
......
# 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"
}
{
"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
{
"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
/*
* 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
{
"strings": {
"hello": "Hello",
"world": "World"
}
}
\ No newline at end of file
{
"strings": {
"hello": "您好",
"world": "世界"
}
}
\ No newline at end of file
.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
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
\ No newline at end of file
/*
* 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
/*
* 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
/*
* 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
{
"string": [
{
"name": "entry_MainAbility",
"value": "ImageJSTestMain"
},
{
"name": "mainability_description",
"value": "ImageJSTestMain Ability"
}
]
}
\ No newline at end of file
# 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"
}
{
"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
{
"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
/*
* 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
{
"strings": {
"hello": "Hello",
"world": "World"
}
}
\ No newline at end of file
{
"strings": {
"hello": "您好",
"world": "世界"
}
}
\ No newline at end of file
.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
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
\ No newline at end of file
/*
* 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
/*
* 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
/*
* 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
{
"string": [
{
"name": "entry_MainAbility",
"value": "ImageJSTestMain"
},
{
"name": "mainability_description",
"value": "ImageJSTestMain Ability"
}
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册