Home
last modified time | relevance | path

Searched defs:buffSizeInBytes (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/
DJetPlayer.java167 int buffSizeInBytes = AudioTrack.getMinBufferSize(JET_OUTPUT_RATE, in JetPlayer() local
DAudioRecord.java2443 int buffSizeInBytes, int[] sessionId, String opPackageName, in native_setup()
2457 int buffSizeInBytes, int[] sessionId, @NonNull Parcel attributionSource, in native_setup()
DAudioTrack.java4430 int buffSizeInBytes, int mode, int[] sessionId, @NonNull Parcel attributionSource, in native_setup()
/frameworks/base/core/jni/
Dandroid_media_AudioRecord.cpp146 jint buffSizeInBytes, jintArray jSession, in android_media_AudioRecord_setup()
Dandroid_media_AudioTrack.cpp246 jint audioFormat, jint buffSizeInBytes, jint memoryMode, in android_media_AudioTrack_setup()