Searched refs:wasapi_to_gst_pos (Results 1 – 3 of 3) sorted by relevance
84 } wasapi_to_gst_pos[] = { variable322 if (nChannels > G_N_ELEMENTS (wasapi_to_gst_pos)) { in gst_wasapi2_util_waveformatex_to_channel_mask()328 if (dwChannelMask >> (G_N_ELEMENTS (wasapi_to_gst_pos) + 1) != 0) { in gst_wasapi2_util_waveformatex_to_channel_mask()336 for (i = 0, ch = 0; i < G_N_ELEMENTS (wasapi_to_gst_pos) && ch < nChannels; in gst_wasapi2_util_waveformatex_to_channel_mask()338 if (!(dwChannelMask & wasapi_to_gst_pos[i].wasapi_pos)) in gst_wasapi2_util_waveformatex_to_channel_mask()341 mask |= G_GUINT64_CONSTANT (1) << wasapi_to_gst_pos[i].gst_pos; in gst_wasapi2_util_waveformatex_to_channel_mask()342 pos[ch++] = wasapi_to_gst_pos[i].gst_pos; in gst_wasapi2_util_waveformatex_to_channel_mask()
90 } wasapi_to_gst_pos[] = { variable712 if (nChannels > G_N_ELEMENTS (wasapi_to_gst_pos)) { in gst_wasapi_util_waveformatex_to_channel_mask()718 if (dwChannelMask >> (G_N_ELEMENTS (wasapi_to_gst_pos) + 1) != 0) { in gst_wasapi_util_waveformatex_to_channel_mask()726 for (ii = 0, ch = 0; ii < G_N_ELEMENTS (wasapi_to_gst_pos) && ch < nChannels; in gst_wasapi_util_waveformatex_to_channel_mask()728 if (!(dwChannelMask & wasapi_to_gst_pos[ii].wasapi_pos)) in gst_wasapi_util_waveformatex_to_channel_mask()731 mask |= G_GUINT64_CONSTANT (1) << wasapi_to_gst_pos[ii].gst_pos; in gst_wasapi_util_waveformatex_to_channel_mask()732 pos[ch++] = wasapi_to_gst_pos[ii].gst_pos; in gst_wasapi_util_waveformatex_to_channel_mask()
43025 first nChannels elements of wasapi_to_gst_pos array, translating, for