Searched refs:out_index (Results 1 – 2 of 2) sorted by relevance
346 const int out_index = std::get<OUTPUT_CHANNEL_MASK_POSITION>(info.param); in __anon26f1fbff0102() local347 const audio_channel_mask_t outputChannelMask = kOutputChannelMasks[out_index]; in __anon26f1fbff0102()
263 typename std::vector<T>::size_type* out_index) { in VectorIndexOf() argument269 *out_index = it - vect.begin(); in VectorIndexOf()