Searched refs:channel_count (Results 1 – 3 of 3) sorted by relevance
88 private static int audioChannelMaskForIndexAssignmentFromCount(int channel_count) in audioChannelMaskForIndexAssignmentFromCount() argument90 if (channel_count == 0) { in audioChannelMaskForIndexAssignmentFromCount()93 if (channel_count > AUDIO_CHANNEL_COUNT_MAX) { in audioChannelMaskForIndexAssignmentFromCount()96 int bits = (1 << channel_count) - 1; in audioChannelMaskForIndexAssignmentFromCount()
129 jint channel_count, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN() argument132 … return ((OboeRecorder*)native_recorder)->setupStream(channel_count, sample_rate, route_device_id); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN()
162 jint channel_count, jint sample_rate, jint routeDeviceId) { in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN() argument165 return player->setupStream(channel_count, sample_rate, routeDeviceId); in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN()