Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/drm/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/drm/avPlayerDrmNdk/entry/src/ohosTest/ets/test/
DAvPlayerDrmNdk.test.ets119 * @tc.name : test Test_VideoDecoder_SetDecryptionConfig
126 let result: number = avplayer.Test_VideoDecoder_SetDecryptionConfig("ptr", "ptr", 0);
/test/xts/acts/multimedia/drm/avPlayerDrmNdk/entry/src/main/cpp/
DAvPlayerDrmNdk.cpp379 static napi_value Test_VideoDecoder_SetDecryptionConfig(napi_env env, napi_callback_info info) { in Test_VideoDecoder_SetDecryptionConfig() function
652 …{"Test_VideoDecoder_SetDecryptionConfig", nullptr, Test_VideoDecoder_SetDecryptionConfig, nullptr,… in Init()