Home
last modified time | relevance | path

Searched refs:channel_count (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DRecorder.java88 private static int audioChannelMaskForIndexAssignmentFromCount(int channel_count) in audioChannelMaskForIndexAssignmentFromCount() argument
90 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()
/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DOboeRecorder.cpp129 jint channel_count, in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN() argument
132 … return ((OboeRecorder*)native_recorder)->setupStream(channel_count, sample_rate, route_device_id); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setupStreamN()
/cts/apps/CtsVerifier/jni/megaaudio/player/
DOboePlayer.cpp162 jint channel_count, jint sample_rate, jint routeDeviceId) { in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN() argument
165 return player->setupStream(channel_count, sample_rate, routeDeviceId); in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN()