Searched defs:bytesPerFrame (Results 1 – 6 of 6) sorted by relevance
244 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinOutputFrameSize() local268 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinInputFrameSize() local
158 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); in initPlayout() local
165 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); in initRecording() local
61 private long bytesPerFrame; field in AudioSampleEntry157 public void setBytesPerFrame(long bytesPerFrame) { in setBytesPerFrame()
39 (JNIEnv *env, jobject obj __unused, jint bytesPerFrame, jint threadType, jint performanceMode) { in Java_org_drrickorang_loopback_NativeAudioThread_nativeComputeDefaultSettings()
165 int bytesPerFrame, int threadType, int performanceMode); in nativeComputeDefaultSettings()