Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 17 of 17) sorted by relevance

/test/xts/acts/multimedia/image/image_js_standard/imageRGBA/entry/src/ohosTest/js/test/
DRGBA.test.js62 let opts = { editable: true, pixelFormat: RGBA_F16, size: { height: 4, width: 6 } }; variable
92 let opts = { editable: true, pixelFormat: RGBA_F16, size: { height: 4, width: 6 } }; variable
121 let opts = { editable: false, pixelFormat: RGBA_F16, size: { height: 4, width: 6 } }; variable
151 let opts = { editable: false, pixelFormat: RGBA_F16, size: { height: 4, width: 6 } }; variable
180 let opts = { editable: true, pixelFormat: ALPHA_8, size: { height: 4, width: 6 } }; variable
210 let opts = { editable: true, pixelFormat: RGB_565, size: { height: 4, width: 6 } }; variable
240 let opts = { editable: true, pixelFormat: ARGB_8888, size: { height: 4, width: 6 } }; variable
270 let opts = { editable: true, pixelFormat: ALPHA_8, size: { height: 4, width: 6 } }; variable
299 let opts = { editable: true, pixelFormat: RGB_565, size: { height: 4, width: 6 } }; variable
328 let opts = { editable: true, pixelFormat: ARGB_8888, size: { height: 4, width: 6 } }; variable
[all …]
/test/xts/acts/multimedia/image/image_js_standard/image/src/main/js/test/
DaddImage.test.js50 function createPixMapPromise(done, testNum, opts) { argument
66 function createPixMapCb(done, testNum, opts) { argument
75 function createPixMapSync(done, testNum, opts) { argument
83 async function createIncrementalSourcePromise(done, testNum, type, opts) { argument
134 async function createIncrementalSourceCb(done, testNum, type, opts) { argument
200 …let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, scaleMode: 1, alphaTyp… variable
216 …let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, scaleMode: 1, alphaTyp… variable
232 …let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, scaleMode: 0, alphaTyp… variable
248 …let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, scaleMode: 0, alphaTyp… variable
264 …let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, scaleMode: 1, alphaTyp… variable
[all …]
Dimage.test.js97 function createPixeMapSync(done, testNum, opts) { argument
291 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } } variable
319 let opts = { editable: false, pixelFormat: 3, size: { height: 4, width: 6 } } variable
347 let opts = { editable: true, pixelFormat: 2, size: { height: 6, width: 8 } } variable
375 let opts = { editable: false, pixelFormat: 2, size: { height: 6, width: 8 } } variable
403 let opts = { editable: true, pixelFormat: 0, size: { height: 6, width: 8 } } variable
431 let opts = { editable: false, pixelFormat: 0, size: { height: 6, width: 8 } } variable
459 let opts = { editable: true, pixelFormat: 3, size: { height: 6, width: 8 } } variable
487 let opts = { editable: true, pixelFormat: 2, size: { height: 2, width: 3 } } variable
515 let opts = { editable: true, pixelFormat: 0, size: { height: -1, width: -1 } } variable
[all …]
DimageSync.test.js172 async function testCreatePixelMap(done, testNum, fileName, opts) { argument
188 opts = { variable
228 async function createPixelMapInvaildOpt(done, testNum, fileName, opts) { argument
/test/xts/acts/multimedia/image/image_js_standard/imagePacking/src/main/js/test/
Dpacking.test.js94 opts = { editable: true, pixelFormat: 2, size: { height: 4, width: 6 } }; variable
96 opts = { editable: true, pixelFormat: 5, size: { height: 4, width: 6 } }; variable
145 opts = { editable: true, pixelFormat: 2, size: { height: 4, width: 6 } }; variable
147 opts = { editable: true, pixelFormat: 5, size: { height: 4, width: 6 } }; variable
193 var opts = { editable: true, pixelFormat: 2, size: { height: 4, width: 6 } }; variable
195 var opts = { editable: true, pixelFormat: 5, size: { height: 4, width: 6 } }; variable
229 var opts = { editable: true, pixelFormat: 2, size: { height: 4, width: 6 } }; variable
231 var opts = { editable: true, pixelFormat: 5, size: { height: 4, width: 6 } }; variable
DpackToData.test.js95 opts = { editable: true, pixelFormat: 2, size: { height: 4, width: 6 } }; variable
97 opts = { editable: true, pixelFormat: 5, size: { height: 4, width: 6 } }; variable
142 var opts = { editable: true, pixelFormat: 2, size: { height: 4, width: 6 } }; variable
144 var opts = { editable: true, pixelFormat: 5, size: { height: 4, width: 6 } }; variable
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
Dimage_pixel_map_imgndk_test.cpp56 static bool parseWidth(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parseWidth()
65 static bool parseHeight(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parseHeight()
74 static bool parsePixelFormat(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parsePixelFormat()
84 static bool parseEditable(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parseEditable()
94 static bool parseAlphaType(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parseAlphaType()
104 static bool parseScaleMode(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parseScaleMode()
114 static bool parseCreateOptions(napi_env env, napi_value root, struct OhosPixelMapCreateOps* opts) in parseCreateOptions()
/test/xts/acts/multimodalinput/input_js_standard/entry/src/ohosTest/js/test/
DPointer.test.js774 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } }; variable
799 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } } variable
/test/xts/device_attest_lite/services/core/include/network/
Dattest_coap.h87 CoapOption opts[COAP_MAX_OPTION]; member
100 CoapOption* opts; member
/test/xts/acts/notification/ans_standard/actsNotificationPublishTest/entry/src/ohosTest/js/test/
DActsNotificationManagerPublishTest.js1214 let opts = { variable
1275 let opts = { variable
1344 let opts = { variable
1406 let opts = { variable
1466 let opts = { variable
1528 let opts = { variable
/test/xts/acts/multimedia/image/image_js_standard/imageWebp/src/main/js/test/
Dwebp.test.js236 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } }; variable
320 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } }; variable
404 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } }; variable
482 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } }; variable
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
DImageNdk.cpp95 Image_ErrorCode accessInitializationOptions(OH_Pixelmap_InitializationOptions *opts, uint32_t width… in accessInitializationOptions()
188 OH_Pixelmap_InitializationOptions *opts = nullptr; in TestInitializationOptions() local
392 OH_PackingOptions *opts = nullptr; in TestSavePixelmap() local
1820 OH_PackingOptions *opts = reinterpret_cast<OH_PackingOptions *>(ptr); in PackToDataFromImageSource() local
1864 OH_PackingOptions *opts = reinterpret_cast<OH_PackingOptions *>(ptr); in PackToDataFromPixelMap() local
1912 OH_PackingOptions *opts = reinterpret_cast<OH_PackingOptions *>(ptr); in PackToFileFromImageSource() local
1945 OH_PackingOptions *opts = reinterpret_cast<OH_PackingOptions *>(ptr); in PackToFileFromPixelMap() local
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/
DImageNdk.cpp95 OH_Pixelmap_InitializationOptions *opts = nullptr; in TestInitializationOptionsSetRowStrideNormal() local
/test/xts/acts/multimedia/image/image_js_standard/imagePackToFile/entry/src/ohosTest/js/test/
DPackToFile.test.js87 let opts = { editable: true, pixelFormat: 2, size: { height: 4, width: 6 } }; variable
/test/xts/acts/multimedia/avsession/avsession_js_standard/avsessionManager/entry/src/ohosTest/js/test/
DAVSessionCallback.test.js72 … let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, AlphaType: 3}; variable
DAVSession.test.js85 … let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, AlphaType: 3 }; variable
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapFramework/entry/src/ohosTest/js/test/
Dframework.test.js86 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } } variable