Searched defs:bytesPerFrame (Results 1 – 14 of 14) sorted by relevance
109 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinOutputFrameSize() local121 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinInputFrameSize() local
191 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); in initPlayout() local
265 final int bytesPerFrame = channels * getBytesPerSample(audioFormat); in initRecording() local
28 FifoBuffer::FifoBuffer(uint32_t bytesPerFrame, uint32_t capacityInFrames) in FifoBuffer()41 FifoBuffer::FifoBuffer( uint32_t bytesPerFrame, in FifoBuffer()
61 private long bytesPerFrame; field in AudioSampleEntry157 public void setBytesPerFrame(long bytesPerFrame) { in setBytesPerFrame()
48 public final int bytesPerFrame; field in AudioProcessor.AudioFormat
71 private int bytesPerFrame; field in SilenceSkippingAudioProcessor
340 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinOutputFrameSize() local358 final int bytesPerFrame = numChannels * (BITS_PER_SAMPLE / 8); in getMinInputFrameSize() local
241 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); in initRecording() local
223 final int bytesPerFrame = channels * (BITS_PER_SAMPLE / 8); in initPlayout() local
216 int bytesPerFrame = header.numChannels * header.bitsPerSample / 8; in PassthroughOutputWriter() local269 int bytesPerFrame = header.blockSize; in sampleData() local
236 int bytesPerFrame = AUDIO_FORMAT.bytesPerFrame; in process() local
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()