Home
last modified time | relevance | path

Searched defs:decodeOpts (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/multimedia/image/image_js_standard/imageGif/src/main/js/test/
DimageGif.test.js255 async function createPixelMapListPromise(done, testNum, picName, decodeOpts) { argument
282 async function createPixelMapListCallBack(done, testNum, picName, decodeOpts) { argument
305 … async function createPixelMapListErrPromise(done, testNum, picName, decodeOpts, checkErrCode) { argument
325 … async function createPixelMapListErrCallBack(done, testNum, picName, decodeOpts, checkErrCode) { argument
477 let decodeOpts = { variable
500 let decodeOpts = { variable
526 let decodeOpts = { variable
552 let decodeOpts = { variable
578 let decodeOpts = { variable
605 let decodeOpts = { variable
[all …]
/test/xts/acts/multimedia/image/image_js_standard/imageRaw/src/main/js/test/
Draw.test.js146 … async function createPixelMapPromise(done, testNum, picName, decodeOpts, packFunc, packOpts) { argument
185 … async function createPixelMapCallBack(done, testNum, picName, decodeOpts, packFunc, packOpts) { argument
217 async function createPixelMapCallBackErr(done, testNum, picName, decodeOpts) { argument
247 async function createPixelMapPromiseErr(done, testNum, picName, decodeOpts) { argument
292 let decodeOpts = { variable
316 let decodeOpts = { variable
340 let decodeOpts = { variable
371 let decodeOpts = { variable
395 let decodeOpts = { variable
419 let decodeOpts = { variable
[all …]
/test/xts/acts/multimedia/image/image_js_standard/imageSvg/src/main/js/test/
Dsvg.test.js109 … async function createPixelMapPromise(done, testNum, picName, decodeOpts, packFunc, packOpts) { argument
140 … async function createPixelMapCallBack(done, testNum, picName, decodeOpts, packFunc, packOpts) { argument
167 async function createPixelMapCallBackErr(done, testNum, picName, decodeOpts) { argument
185 async function createPixelMapPromiseErr(done, testNum, picName, decodeOpts) { argument
219 let decodeOpts = { variable
244 let decodeOpts = { variable
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
DImageNdk.cpp1033 OH_DecodingOptions *decodeOpts = reinterpret_cast<OH_DecodingOptions *>(ptr); in DecodingOptionsGetRotate() local
1059 OH_DecodingOptions *decodeOpts = reinterpret_cast<OH_DecodingOptions *>(ptr); in DecodingOptionsSetRotate() local
1083 OH_DecodingOptions *decodeOpts = reinterpret_cast<OH_DecodingOptions *>(ptr); in DecodingOptionsGetDesiredSize() local
1113 OH_DecodingOptions *decodeOpts = reinterpret_cast<OH_DecodingOptions *>(ptr); in DecodingOptionsSetDesiredSize() local
1146 OH_DecodingOptions *decodeOpts = reinterpret_cast<OH_DecodingOptions *>(ptr); in DecodingOptionsGetDesiredRegion() local
1179 OH_DecodingOptions *decodeOpts = reinterpret_cast<OH_DecodingOptions *>(ptr); in DecodingOptionsSetDesiredRegion() local
1205 OH_DecodingOptions *decodeOpts = reinterpret_cast<OH_DecodingOptions *>(ptr); in ReleaseDecodingOptions() local
1332 OH_DecodingOptions *decodeOpts = nullptr; in CreatePixelMap() local
1335 OH_DecodingOptions *decodeOpts = reinterpret_cast<OH_DecodingOptions *>(ptr); in CreatePixelMap() local
1380 OH_DecodingOptions *decodeOpts = reinterpret_cast<OH_DecodingOptions *>(ptr); in CreatePixelMapList() local
[all …]