Home | History | Annotate | Download | only in src

Lines Matching refs:configure

24  * <listitem>mix_audio_configure() to configure stream parameters.</listitem>
201 klass->configure = mix_audio_configure_default;
426 * @params: Audio parameter used to configure SST.
835 // If we cannot lock stream thread, data is flowing and we can't configure.
844 ret = MIX_RESULT_WRONGMODE; // This configure is allowed only in DECODE mode.
859 // now configure stream.
1688 if (!klass->configure)
1691 return klass->configure(mix, audioconfigparams, drmparams);