Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/avcodec/AVCodecDrmNdk/entry/src/main/cpp/
H A Dhello.cpp34 size_t argc_twoLen = 0; in Test_CencInfo_Destroy() local
41 napi_get_value_string_utf8(env, args[1], nullptr, 0, &argc_twoLen); in Test_CencInfo_Destroy()
42 argc_two = new char[argc_twoLen + 1]; in Test_CencInfo_Destroy()
43 napi_get_value_string_utf8(env, args[1], argc_two, argc_twoLen + 1, &argc_twoLen); in Test_CencInfo_Destroy()
92 size_t argc_twoLen = 0; in Test_AVCencInfo_SetKeyIdAndIv() local
102 napi_get_value_string_utf8(env, args[1], nullptr, 0, &argc_twoLen); in Test_AVCencInfo_SetKeyIdAndIv()
103 argc_two = new char[argc_twoLen + 1]; in Test_AVCencInfo_SetKeyIdAndIv()
104 napi_get_value_string_utf8(env, args[1], argc_two, argc_twoLen + 1, &argc_twoLen); in Test_AVCencInfo_SetKeyIdAndIv()
229 size_t argc_twoLen = 0; Test_AVCencInfo_SetAVBuffer() local
[all...]
/test/xts/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/main/cpp/
H A Dhello.cpp348 size_t argc_twoLen = 0; in Test_AudioCodec_SetDecryptionConfig() local
355 napi_get_value_string_utf8(env, args[1], nullptr, 0, &argc_twoLen); in Test_AudioCodec_SetDecryptionConfig()
356 argc_two = new char[argc_twoLen + 1]; in Test_AudioCodec_SetDecryptionConfig()
357 napi_get_value_string_utf8(env, args[1], argc_two, argc_twoLen + 1, &argc_twoLen); in Test_AudioCodec_SetDecryptionConfig()
402 size_t argc_twoLen = 0; in Test_VideoDecoder_SetDecryptionConfig() local
409 napi_get_value_string_utf8(env, args[1], nullptr, 0, &argc_twoLen); in Test_VideoDecoder_SetDecryptionConfig()
410 argc_two = new char[argc_twoLen + 1]; in Test_VideoDecoder_SetDecryptionConfig()
411 napi_get_value_string_utf8(env, args[1], argc_two, argc_twoLen + 1, &argc_twoLen); in Test_VideoDecoder_SetDecryptionConfig()
[all...]

Completed in 2 milliseconds