OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mix_audio_deinitialize
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/mix_audio/src/
mixaudio.h
267
* This function will initialize an encode or decode session with this #MixAudio instance. During this call, the device will be opened. If the device is not available, an error is returned to the caller so that an alternative (e.g. software decoding) can be configured instead. Use
mix_audio_deinitialize
() to close the device.
269
* A previous initialized session must be de-initialized using
mix_audio_deinitialize
() before it can be initialized again.
494
*
mix_audio_deinitialize
:
507
MIX_RESULT
mix_audio_deinitialize
(MixAudio *mix);
mixaudio.c
28
* <listitem>
mix_audio_deinitialize
() to free resource once playback is completed.</listitem>
1862
MIX_RESULT
mix_audio_deinitialize
(MixAudio *mix)
function
[
all
...]
Completed in 182 milliseconds