Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A Daudiodecoderxdlndk.cpp79 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC); in AudioDecoderDestroy() local
80 return TestInitAVErrCode(env, OH_AudioDecoder_Destroy(audioDec)); in AudioDecoderDestroy()
136 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC); in AudioDecoderSetCallback() local
139 result = TestInitAVErrCode(env, OH_AudioDecoder_SetCallback(audioDec, callback, signal_)); in AudioDecoderSetCallback()
140 OH_AudioDecoder_Destroy(audioDec); in AudioDecoderSetCallback()
153 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG); in AudioDecoderConfigure() local
154 return TestInitAVErrCode(env, OH_AudioDecoder_Configure(audioDec, format)); in AudioDecoderConfigure()
166 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG); in AudioDecoderPrepare() local
167 OH_AudioDecoder_Configure(audioDec, format); in AudioDecoderPrepare()
168 return TestInitAVErrCode(env, OH_AudioDecoder_Prepare(audioDec)); in AudioDecoderPrepare()
183 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG); AudioDecoderStart() local
206 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG); AudioDecoderStop() local
231 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG); AudioDecoderFlush() local
257 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG); AudioDecoderReset() local
283 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG); AudioDecoderGetOutputDescription() local
310 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG); AudioDecoderSetParameter() local
340 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG); AudioDecoderIsValid() local
380 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC); OHAudioDecoderDestroyAnormal() local
386 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG); OHAudioDecoderDestroyBnormal() local
392 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS); OHAudioDecoderDestroyCnormal() local
408 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC); OHAudioDecoderStartAnormal() local
431 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC); OHAudioDecoderStartBnormal() local
451 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS); OHAudioDecoderStartCnormal() local
474 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC); OHAudioDecoderStopAnormal() local
499 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC); OHAudioDecoderStopBnormal() local
521 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS); OHAudioDecoderStopCnormal() local
546 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC); OHAudioDecoderFlushAnormal() local
572 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC); OHAudioDecoderFlushBnormal() local
595 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS); OHAudioDecoderFlushCnormal() local
621 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG); OHAudioDecoderResetAnormal() local
647 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC); OHAudioDecoderResetBnormal() local
670 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS); OHAudioDecoderResetCnormal() local
696 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC); OHAudioDecoderGetOutputDescriptionAnormal() local
723 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC); OHAudioDecoderGetOutputDescriptionBnormal() local
747 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS); OHAudioDecoderGetOutputDescriptionCnormal() local
774 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC); OHAudioDecoderSetParameterAnormal() local
803 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC); OHAudioDecoderSetParameterBnormal() local
829 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS); OHAudioDecoderSetParameterCnormal() local
859 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC); OHAudioDecoderIsValidAnormal() local
889 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC); OHAudioDecoderIsValidBnormal() local
916 OH_AVCodec *audioDec = OH_AudioDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS); OHAudioDecoderIsValidCnormal() local
[all...]
H A DaudioDecoderAvBuffer.cpp80 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC, false); in AudioDecoderDestroy() local
81 return TestInitAVErrCode(env, OH_AudioCodec_Destroy(audioDec)); in AudioDecoderDestroy()
135 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC, false); in AudioDecoderRegisterCallback() local
138 result = TestInitAVErrCode(env, OH_AudioCodec_RegisterCallback(audioDec, callback, signal_)); in AudioDecoderRegisterCallback()
139 OH_AudioCodec_Destroy(audioDec); in AudioDecoderRegisterCallback()
152 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG, false); in AudioDecoderConfigure() local
153 return TestInitAVErrCode(env, OH_AudioCodec_Configure(audioDec, format)); in AudioDecoderConfigure()
165 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG, false); in AudioDecoderPrepare() local
166 OH_AudioCodec_Configure(audioDec, format); in AudioDecoderPrepare()
167 return TestInitAVErrCode(env, OH_AudioCodec_Prepare(audioDec)); in AudioDecoderPrepare()
182 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG, false); AudioDecoderStart() local
205 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG, false); AudioDecoderStop() local
230 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG, false); AudioDecoderFlush() local
256 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG, false); AudioDecoderReset() local
282 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG, false); AudioDecoderGetOutputDescription() local
309 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG, false); AudioDecoderSetParameter() local
339 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG, false); AudioDecoderIsValid() local
379 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC, false); OHAudioDecoderDestroyAnormal() local
385 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG, false); OHAudioDecoderDestroyBnormal() local
391 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS, false); OHAudioDecoderDestroyCnormal() local
407 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC, false); OHAudioDecoderStartAnormal() local
430 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC, false); OHAudioDecoderStartBnormal() local
450 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS, false); OHAudioDecoderStartCnormal() local
473 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC, false); OHAudioDecoderStopAnormal() local
498 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC, false); OHAudioDecoderStopBnormal() local
520 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS, false); OHAudioDecoderStopCnormal() local
545 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC, false); OHAudioDecoderFlushAnormal() local
571 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC, false); OHAudioDecoderFlushBnormal() local
594 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS, false); OHAudioDecoderFlushCnormal() local
620 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG, false); OHAudioDecoderResetAnormal() local
646 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC, false); OHAudioDecoderResetBnormal() local
669 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS, false); OHAudioDecoderResetCnormal() local
695 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC, false); OHAudioDecoderGetOutputDescriptionAnormal() local
722 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC, false); OHAudioDecoderGetOutputDescriptionBnormal() local
746 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS, false); OHAudioDecoderGetOutputDescriptionCnormal() local
773 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC, false); OHAudioDecoderSetParameterAnormal() local
802 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC, false); OHAudioDecoderSetParameterBnormal() local
828 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS, false); OHAudioDecoderSetParameterCnormal() local
858 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_AAC, false); OHAudioDecoderIsValidAnormal() local
888 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_FLAC, false); OHAudioDecoderIsValidBnormal() local
915 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VORBIS, false); OHAudioDecoderIsValidCnormal() local
936 OH_AVCodec *audioDec = nullptr; OHAudioDecoderPushInputBuffer() local
969 OH_AVCodec *audioDec = nullptr; OHAudioDecoderFreeOutputBuffer() local
1002 OH_AVCodec *audioDec = nullptr; OHAudioDecoderAmrnb() local
1016 OH_AVCodec *audioDec = nullptr; OHAudioDecoderAmrwb() local
1030 OH_AVCodec *audioDec = nullptr; OHAudioDecoderOpus() local
1041 OH_AVCodec *audioDec = nullptr; OHAudioDecoderG711Mu() local
1060 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_VIVID, false); OHAudioDecoderViVid() local
[all...]
/test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/
H A DpcsAudioTest.cpp56 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG, false); in AudioDecoderFlushFirst() local
57 OH_AudioCodec_Configure(audioDec, format); in AudioDecoderFlushFirst()
58 OH_AudioCodec_Prepare(audioDec); in AudioDecoderFlushFirst()
59 if (OH_AudioCodec_Start(audioDec) == AV_ERR_OK) { in AudioDecoderFlushFirst()
60 checkParam = OH_AudioCodec_Flush(audioDec); in AudioDecoderFlushFirst()
63 OH_AudioCodec_Stop(audioDec); in AudioDecoderFlushFirst()
82 OH_AVCodec *audioDec = OH_AudioCodec_CreateByMime(OH_AVCODEC_MIMETYPE_AUDIO_MPEG, false); in AudioDecoderFlushSecond() local
83 OH_AudioCodec_Configure(audioDec, format); in AudioDecoderFlushSecond()
84 OH_AudioCodec_Prepare(audioDec); in AudioDecoderFlushSecond()
85 if (OH_AudioCodec_Start(audioDec) in AudioDecoderFlushSecond()
[all...]

Completed in 3 milliseconds