OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mix_audio_start
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/mix_audio/src/
mixaudio.h
330
* Note: If the stream is configured as #MIX_DECODE_DIRECTRENDER, and whenever the stream in #MIX_STREAM_STOPPED state, the call to mix_audio_decode() will not start the playback until
mix_audio_start
() is called. This behavior would allow application to queue up data but delay the playback until appropriate time.
351
*
mix_audio_start
:
359
MIX_RESULT
mix_audio_start
(MixAudio *mix);
mixaudio.c
26
* <listitem>
mix_audio_start
() is called after the 1st mix_audio_decode() method to start rendering.</listitem>
33
* <listitem>
mix_audio_start
()</listitem>
1718
MIX_RESULT
mix_audio_start
(MixAudio *mix)
function
[
all
...]
Completed in 62 milliseconds