Home
last modified time | relevance | path

Searched refs:argc_three (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/main/cpp/
H A Dhello.cpp350 uint32_t argc_three; in Test_AudioCodec_SetDecryptionConfig() local
358 napi_get_value_uint32(env, args[2], &argc_three); in Test_AudioCodec_SetDecryptionConfig()
378 isSecureAudio = (bool)argc_three; in Test_AudioCodec_SetDecryptionConfig()
404 uint32_t argc_three; in Test_VideoDecoder_SetDecryptionConfig() local
412 napi_get_value_uint32(env, args[2], &argc_three); in Test_VideoDecoder_SetDecryptionConfig()
435 isSecureAudio = (bool)argc_three; in Test_VideoDecoder_SetDecryptionConfig()
/test/xts/acts/multimedia/avcodec/AVCodecDrmNdk/entry/src/main/cpp/
H A Dhello.cpp148 uint32_t argc_three = 0; in Test_AVCencInfo_SetSubsampleInfo() local
158 napi_get_value_uint32(env,args[2],&argc_three); in Test_AVCencInfo_SetSubsampleInfo()
171 uint32_t skippedBlockCount = argc_three; in Test_AVCencInfo_SetSubsampleInfo()

Completed in 3 milliseconds