Home
last modified time | relevance | path

Searched refs:Test_VideoDecoder_SetDecryptionConfig (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/multimedia/avcodec/avcodecNdk/entry/src/ohosTest/ets/test/
DAbility.test.ets42 * @tc.name : Test_VideoDecoder_SetDecryptionConfig
49 let c = testNapi.Test_VideoDecoder_SetDecryptionConfig("ptr","ptr",false);
82 * @tc.name : Test_VideoDecoder_SetDecryptionConfig
/test/xts/acts/multimedia/avcodec/avcodecNdk/entry/src/main/cpp/types/libentry/
Dindex.d.ts16 export const Test_VideoDecoder_SetDecryptionConfig: (codec:string, session:string, videoPath:boolea… constant
/test/xts/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/main/cpp/types/libentry/
Dindex.d.ts19 export const Test_VideoDecoder_SetDecryptionConfig: (a: string, b: string, c:number) => number; constant
/test/xts/acts/multimedia/avcodec/avcodecNdk/entry/src/main/cpp/
Dhello.cpp36 static napi_value Test_VideoDecoder_SetDecryptionConfig(napi_env env, napi_callback_info info) { in Test_VideoDecoder_SetDecryptionConfig() function
188 … {"Test_VideoDecoder_SetDecryptionConfig", nullptr, Test_VideoDecoder_SetDecryptionConfig, nullptr, in Init()
/test/xts/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/ohosTest/ets/test/
DAbility.test.ets119 * @tc.name : test Test_VideoDecoder_SetDecryptionConfig
126 let result: number = avplayer.Test_VideoDecoder_SetDecryptionConfig("ptr", "ptr", 0);
/test/xts/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/main/cpp/
Dhello.cpp395 static napi_value Test_VideoDecoder_SetDecryptionConfig(napi_env env, napi_callback_info info) { in Test_VideoDecoder_SetDecryptionConfig() function
668 …{"Test_VideoDecoder_SetDecryptionConfig", nullptr, Test_VideoDecoder_SetDecryptionConfig, nullptr,… in Init()