Home
last modified time | relevance | path

Searched refs:DecodingOptionsSetPixelFormat (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/types/libentry/
Dindex.d.ts48 export const DecodingOptionsSetPixelFormat: (options: image.DecodingOptions, pixelFormat:number) =>… constant
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/ohosTest/ets/test/
DImageNdk.test.ets184 ndkTest.DecodingOptionsSetPixelFormat(options, desiredPixelFormat);
217 ndkTest.DecodingOptionsSetPixelFormat(options, desiredPixelFormat);
250 ndkTest.DecodingOptionsSetPixelFormat(options, desiredPixelFormat);
284 ndkTest.DecodingOptionsSetPixelFormat(options, desiredPixelFormat);
319 ndkTest.DecodingOptionsSetPixelFormat(options, desiredPixelFormat);
354 ndkTest.DecodingOptionsSetPixelFormat(options, desiredPixelFormat);
609 ndkTest.DecodingOptionsSetPixelFormat(options, desiredPixelFormat);
721 ndkTest.DecodingOptionsSetPixelFormat(options, desiredPixelFormat);
756 ndkTest.DecodingOptionsSetPixelFormat(options, desiredPixelFormat);
3313 …* @tc.desc : 1.CreateDecodingOptions,2.DecodingOptionsSetPixelFormat,3.DecodingOptionsSetInde…
[all …]
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
DImageNdk.cpp934 static napi_value DecodingOptionsSetPixelFormat(napi_env env, napi_callback_info info) { in DecodingOptionsSetPixelFormat() function
2358 …{"DecodingOptionsSetPixelFormat", nullptr, DecodingOptionsSetPixelFormat, nullptr, nullptr, nullpt… in Init()