Searched refs:streamID (Results 1 – 2 of 2) sorted by relevance
159 self->streamID = 0; // TODO: Find out the invalid value for stream ID when integrates with IAM. in mix_audio_init()454 sst_params.stream_id = mix->streamID; in mix_audio_SST_SET_PARAMS()488 mix->streamID = sst_params.stream_id; in mix_audio_SST_SET_PARAMS()498 g_debug("SET_PARAMS succeeded streamID=%d.", mix->streamID); in mix_audio_SST_SET_PARAMS()1011 …gint32 amStreamID = lpe_stream_register(mix->streamID, "music", audioconfigparams->stream_name, co… in mix_audio_am_register()1160 vol.stream_id = mix->streamID; in mix_audio_get_volume_default()1218 m.stream_id = mix->streamID; in mix_audio_set_mute_default()1386 vol.stream_id = mix->streamID; in mix_audio_set_volume_default()2018 g_debug("%s streamID(%d)", prefix, mix->streamID); in mix_audio_debug_dump()
202 gint streamID; member