Searched defs:buffSizeInBytes (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp193 jint audioFormat, jint buffSizeInBytes, jintArray jSession, jstring opPackageName,
197 //ALOGV("sampleRate=%d, audioFormat=%d, channel mask=%x, buffSizeInBytes=%d "
199 // sampleRateInHertz, audioFormat, channelMask, buffSizeInBytes, nativeRecordInJavaObj);
265 if (buffSizeInBytes == 0) {
270 size_t frameCount = buffSizeInBytes / frameSize;
191 android_media_AudioRecord_setup(JNIEnv *env, jobject thiz, jobject weak_this, jobject jaa, jintArray jSampleRate, jint channelMask, jint channelIndexMask, jint audioFormat, jint buffSizeInBytes, jintArray jSession, jstring opPackageName, jlong nativeRecordInJavaObj) argument
H A Dandroid_media_AudioTrack.cpp215 jint audioFormat, jint buffSizeInBytes, jint memoryMode, jintArray jSession,
220 jSampleRate, channelPositionMask, channelIndexMask, audioFormat, buffSizeInBytes,
287 frameCount = buffSizeInBytes / (channelCount * bytesPerSample);
289 frameCount = buffSizeInBytes;
356 if (!lpJniStorage->allocSharedMem(buffSizeInBytes)) {
213 android_media_AudioTrack_setup(JNIEnv *env, jobject thiz, jobject weak_this, jobject jaa, jintArray jSampleRate, jint channelPositionMask, jint channelIndexMask, jint audioFormat, jint buffSizeInBytes, jint memoryMode, jintArray jSession, jlong nativeAudioTrack, jboolean offload) argument
/frameworks/base/media/java/android/media/
H A DAudioRecord.java1752 int buffSizeInBytes, int[] sessionId, String opPackageName,
1749 native_setup(Object audiorecord_this, Object attributes, int[] sampleRate, int channelMask, int channelIndexMask, int audioFormat, int buffSizeInBytes, int[] sessionId, String opPackageName, long nativeRecordInJavaObj) argument
H A DAudioTrack.java3187 int buffSizeInBytes, int mode, int[] sessionId, long nativeAudioTrack,
3184 native_setup(Object audiotrack_this, Object attributes, int[] sampleRate, int channelMask, int channelIndexMask, int audioFormat, int buffSizeInBytes, int mode, int[] sessionId, long nativeAudioTrack, boolean offload) argument

Completed in 665 milliseconds