Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 13 of 13) sorted by relevance

/test/xts/acts/multimedia/image/image_js_standard/imagePackToFile/entry/src/ohosTest/js/test/
DPackToFile.test.js121 function packToFilePromise(done, testNum, source, fd, fPath, ops, checkSize) { argument
156 function packToFileCallback(done, testNum, source, fd, fPath, ops, checkSize) { argument
192 function packToFileCbErr(done, testNum, source, fd, ops, fPath) { argument
220 async function packToFilePromiseErr(done, testNum, source, fd, ops, fPath) { argument
267 let ops = { format: "image/jpeg", quality: 100 }; variable
296 let ops = { format: "image/webp", quality: 100 }; variable
325 let ops = { format: "image/png", quality: 100 }; variable
354 let ops = { format: "image/jpeg", quality: 100 }; variable
383 let ops = { format: "image/webp", quality: 100 }; variable
412 let ops = { format: "image/png", quality: 100 }; variable
[all …]
/test/xts/acts/multimedia/photoAccess/
Dcommon.ts48 const ops : photoAccessHelper.FetchOptions = { constant
58 const ops : photoAccessHelper.FetchOptions = { constant
69 const ops : photoAccessHelper.FetchOptions = { constant
80 const ops : photoAccessHelper.FetchOptions = { constant
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
Dimage_source_test.cpp230 static bool parseImageDecodingOps(napi_env env, napi_value arg, struct OhosImageDecodingOps &ops) in parseImageDecodingOps()
295 struct OhosImageSourceOps ops; in Create() local
325 struct OhosImageSourceOps ops; in CreateFromFd() local
356 struct OhosImageSourceOps ops; in CreateFromData() local
380 struct OhosImageSourceOps ops; in CreateFromUri() local
417 struct OhosImageSourceOps ops; in CreateFromRawFile() local
439 struct OhosImageSourceOps ops; in CreateIncremental() local
476 struct OhosImageSourceOps ops; in CreateIncrementalFromData() local
523 struct OhosImageDecodingOps ops; in CreatePixelMap() local
543 struct OhosImageDecodingOps ops; in CreatePixelMapList() local
/test/xts/acts/graphic/graphicEffectFliterTest/
DImagePixelMapTest.cpp39 OH_Pixelmap_InitializationOptions *ops = nullptr; variable
DNativeEffectTest.cpp29 OH_Pixelmap_InitializationOptions *ops = nullptr; in CreatePixelMap() local
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/
Dimage_packing_test.cpp133 static bool parseImagePackingOps(napi_env env, napi_value arg, struct ImagePackingTestOps &ops) in parseImagePackingOps()
212 struct ImagePackingTestOps ops; in PackToData() local
256 struct ImagePackingTestOps ops; in PackToFile() local
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dmock_idevice.cpp184 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
/test/xts/acts/ai/nncore/common/
Dmock_idevice.cpp200 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
/test/xts/acts/ai/nncore/opstest/src/
Dmock_idevice.cpp200 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dmock_idevice.cpp202 int32_t MockIDevice::GetSupportedOperation(const Model& model, std::vector<bool>& ops) in GetSupportedOperation()
/test/xts/acts/graphic/nativeEffectNdk/entry/src/main/cpp/
DnativeEffectNdk.cpp28 OH_Pixelmap_InitializationOptions *ops = nullptr; in CreatePixelMap() local
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/
DImageNdk.cpp280 OH_Pixelmap_InitializationOptions *ops = nullptr; in TestNativeSetGetSrcPixelFormat() local
/test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/
DPictureNdk.cpp306 OH_DecodingOptions *ops = nullptr; in CreateTestPixelmapByImageSource() local