Home
last modified time | relevance | path

Searched refs:CreateDecodingOptions (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/ohosTest/ets/test/
DImageNdkDecode.test.ets105 …* @tc.desc : 1.getimagepath,2.createImageSourceFromFd,3.CreateDecodingOptions,4.DecodingOption…
118 …* @tc.desc : 1.getimagepath,2.createImageSourceFromFd,3.CreateDecodingOptions,4.DecodingOption…
131 …* @tc.desc : 1.getimagepath,2.createImageSourceFromFd,3.CreateDecodingOptions,4.DecodingOption…
143 …* @tc.desc : 1.getimagepath,2.createImageSourceFromFd,3.CreateDecodingOptions,4.DecodingOption…
156 …* @tc.desc : 1.getimagepath,2.createImageSourceFromFd,3.CreateDecodingOptions,4.DecodingOption…
169 …* @tc.desc : 1.getimagepath,2.createImageSourceFromFd,3.CreateDecodingOptions,4.DecodingOption…
181 …* @tc.desc : 1.getimagepath,2.createImageSourceFromFd,3.CreateDecodingOptions,4.DecodingOption…
194 …* @tc.desc : 1.getimagepath,2.createImageSourceFromFd,3.CreateDecodingOptions,4.DecodingOption…
207 …* @tc.desc : 1.getimagepath,2.createImageSourceFromFd,3.CreateDecodingOptions,4.DecodingOption…
219 …* @tc.desc : 1.getimagepath,2.createImageSourceFromFd,3.CreateDecodingOptions,4.DecodingOption…
[all …]
DImageNdk.test.ets672 let options: image.DecodingOptions = ndkTest.CreateDecodingOptions();
707 let options: image.DecodingOptions = ndkTest.CreateDecodingOptions();
742 let options: image.DecodingOptions = ndkTest.CreateDecodingOptions();
778 let options: image.DecodingOptions = ndkTest.CreateDecodingOptions();
812 let options: image.DecodingOptions = ndkTest.CreateDecodingOptions();
846 let options: image.DecodingOptions = ndkTest.CreateDecodingOptions();
1091 let options: image.DecodingOptions = ndkTest.CreateDecodingOptions();
1193 let options: image.DecodingOptions = ndkTest.CreateDecodingOptions();
1227 let options: image.DecodingOptions = ndkTest.CreateDecodingOptions();
1309 const DecodingOptions: image.DecodingOptions = ndkTest.CreateDecodingOptions()
[all …]
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/utils/
Dpixelmap_helper.cpp26 std::shared_ptr<OH_DecodingOptions> CreateDecodingOptions() in CreateDecodingOptions() function
48 std::shared_ptr<OH_DecodingOptions> optionsPtr = CreateDecodingOptions(); in Decode()
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/types/libentry/
Dindex.d.ts46 export const CreateDecodingOptions: () => image.DecodingOptions; constant
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
DImageNdk.cpp893 static napi_value CreateDecodingOptions(napi_env env, napi_callback_info info) { in CreateDecodingOptions() function
3208 …{"CreateDecodingOptions", nullptr, CreateDecodingOptions, nullptr, nullptr, nullptr, napi_default,… in Init()