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