Home
last modified time | relevance | path

Searched refs:TestInitAVErrCode (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A Daudiodecoderxdlndk.cpp53 static napi_value TestInitAVErrCode(napi_env env, OH_AVErrCode param) in TestInitAVErrCode() function
80 return TestInitAVErrCode(env, OH_AudioDecoder_Destroy(audioDec)); in AudioDecoderDestroy()
139 result = TestInitAVErrCode(env, OH_AudioDecoder_SetCallback(audioDec, callback, signal_)); in AudioDecoderSetCallback()
154 return TestInitAVErrCode(env, OH_AudioDecoder_Configure(audioDec, format)); in AudioDecoderConfigure()
168 return TestInitAVErrCode(env, OH_AudioDecoder_Prepare(audioDec)); in AudioDecoderPrepare()
381 return TestInitAVErrCode(env, OH_AudioDecoder_Destroy(audioDec)); in OHAudioDecoderDestroyAnormal()
387 return TestInitAVErrCode(env, OH_AudioDecoder_Destroy(audioDec)); in OHAudioDecoderDestroyBnormal()
393 return TestInitAVErrCode(env, OH_AudioDecoder_Destroy(audioDec)); in OHAudioDecoderDestroyCnormal()
H A DaudioDecoderAvBuffer.cpp54 static napi_value TestInitAVErrCode(napi_env env, OH_AVErrCode param) in TestInitAVErrCode() function
81 return TestInitAVErrCode(env, OH_AudioCodec_Destroy(audioDec)); in AudioDecoderDestroy()
138 result = TestInitAVErrCode(env, OH_AudioCodec_RegisterCallback(audioDec, callback, signal_)); in AudioDecoderRegisterCallback()
153 return TestInitAVErrCode(env, OH_AudioCodec_Configure(audioDec, format)); in AudioDecoderConfigure()
167 return TestInitAVErrCode(env, OH_AudioCodec_Prepare(audioDec)); in AudioDecoderPrepare()
380 return TestInitAVErrCode(env, OH_AudioCodec_Destroy(audioDec)); in OHAudioDecoderDestroyAnormal()
386 return TestInitAVErrCode(env, OH_AudioCodec_Destroy(audioDec)); in OHAudioDecoderDestroyBnormal()
392 return TestInitAVErrCode(env, OH_AudioCodec_Destroy(audioDec)); in OHAudioDecoderDestroyCnormal()
H A Dnativendk.cpp103 static napi_value TestInitAVErrCode(napi_env env, napi_callback_info info, OH_AVCapability *capability) in TestInitAVErrCode() function
408 return TestInitAVErrCode(env, info, capability); in DecodeMainProcess()

Completed in 5 milliseconds