| /test/xts/acts/multimedia/image/image_js_standard/imageRGBA/entry/src/ohosTest/js/test/ |
| D | RGBA.test.js | 62 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/ |
| D | addImage.test.js | 50 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 …]
|
| D | image.test.js | 97 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 …]
|
| D | imageSync.test.js | 172 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/ |
| D | packing.test.js | 94 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
|
| D | packToData.test.js | 95 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/ |
| D | image_pixel_map_imgndk_test.cpp | 56 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/ |
| D | Pointer.test.js | 774 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/ |
| D | attest_coap.h | 87 CoapOption opts[COAP_MAX_OPTION]; member 100 CoapOption* opts; member
|
| /test/xts/acts/notification/ans_standard/actsNotificationPublishTest/entry/src/ohosTest/js/test/ |
| D | ActsNotificationManagerPublishTest.js | 1214 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/ |
| D | webp.test.js | 236 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/ |
| D | ImageNdk.cpp | 95 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/ |
| D | ImageNdk.cpp | 95 OH_Pixelmap_InitializationOptions *opts = nullptr; in TestInitializationOptionsSetRowStrideNormal() local
|
| /test/xts/acts/multimedia/image/image_js_standard/imagePackToFile/entry/src/ohosTest/js/test/ |
| D | PackToFile.test.js | 87 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/ |
| D | AVSessionCallback.test.js | 72 … let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, AlphaType: 3}; variable
|
| D | AVSession.test.js | 85 … 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/ |
| D | framework.test.js | 86 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } } variable
|