| /test/xts/acts/multimedia/image/image_js_standard/imageRGBA/src/main/js/test/ |
| D | RGBA.test.js | 61 let opts = { editable: true, pixelFormat: RGBA_F16, size: { height: 4, width: 6 } }; variable 91 let opts = { editable: true, pixelFormat: RGBA_F16, size: { height: 4, width: 6 } }; variable 120 let opts = { editable: false, pixelFormat: RGBA_F16, size: { height: 4, width: 6 } }; variable 150 let opts = { editable: false, pixelFormat: RGBA_F16, size: { height: 4, width: 6 } }; variable 179 let opts = { editable: true, pixelFormat: ALPHA_8, size: { height: 4, width: 6 } }; variable 209 let opts = { editable: true, pixelFormat: RGB_565, size: { height: 4, width: 6 } }; variable 239 let opts = { editable: true, pixelFormat: ARGB_8888, size: { height: 4, width: 6 } }; variable 269 let opts = { editable: true, pixelFormat: ALPHA_8, size: { height: 4, width: 6 } }; variable 298 let opts = { editable: true, pixelFormat: RGB_565, size: { height: 4, width: 6 } }; variable 327 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 | 39 function createPixMapPromise(done, testNum, opts) { argument 55 function createPixMapCb(done, testNum, opts) { argument 64 async function createIncrementalSourcePromise(done, testNum, type, opts) { argument 116 async function createIncrementalSourceCb(done, testNum, type, opts) { argument 183 …let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, scaleMode: 1, alphaTyp… variable 199 …let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, scaleMode: 1, alphaTyp… variable 215 …let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, scaleMode: 0, alphaTyp… variable 231 …let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, scaleMode: 0, alphaTyp… variable 247 …let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, scaleMode: 0, alphaTyp… variable 263 …let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, scaleMode: 0, alphaTyp… variable [all …]
|
| D | image.test.js | 113 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } } variable 141 let opts = { editable: false, pixelFormat: 3, size: { height: 4, width: 6 } } variable 169 let opts = { editable: true, pixelFormat: 2, size: { height: 6, width: 8 } } variable 197 let opts = { editable: false, pixelFormat: 2, size: { height: 6, width: 8 } } variable 225 let opts = { editable: true, pixelFormat: 0, size: { height: 6, width: 8 } } variable 253 let opts = { editable: false, pixelFormat: 0, size: { height: 6, width: 8 } } variable 281 let opts = { editable: true, pixelFormat: 3, size: { height: 6, width: 8 } } variable 309 let opts = { editable: true, pixelFormat: 2, size: { height: 2, width: 3 } } variable 337 let opts = { editable: true, pixelFormat: 0, size: { height: -1, width: -1 } } variable 365 let opts = { editable: true, pixelFormat: 21, size: { height: 6, width: 8 } } variable [all …]
|
| /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
|
| /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/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/multimedia/image/image_js_standard/imageWebp/src/main/js/test/ |
| D | webp.test.js | 235 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } }; variable 319 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } }; variable 403 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } }; variable 481 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } }; variable
|
| /test/xts/acts/multimedia/avsession/avsession_js_standard/avsessionManager/src/main/js/test/ |
| D | AVSessionCallback.test.js | 38 … let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, AlphaType: 3}; variable
|
| D | AVSession.test.js | 50 … let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 }, AlphaType: 3 }; variable
|
| /test/xts/acts/multimedia/image/image_js_standard/imagePixelMapFramework/src/main/js/test/ |
| D | framework.test.js | 68 let opts = { editable: true, pixelFormat: 3, size: { height: 4, width: 6 } } variable
|