Home
last modified time | relevance | path

Searched refs:sample_rate (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DOboeRecorder.cpp130 jint sample_rate, 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()