Home
last modified time | relevance | path

Searched refs:period_size (Results 1 – 7 of 7) sorted by relevance

/device/asus/fugu/libaudio/
DAudioStreamIn.cpp352 mPcmConfig.period_size = in startInputStream_l()
372 mBufferSize = pcm_frames_to_bytes(pcm, mPcmConfig.period_size); in startInputStream_l()
491 mFramesIn = mPcmConfig.period_size; in getNextBuffer()
504 buffer->i16 = mBuffer + (mPcmConfig.period_size - mFramesIn); in getNextBuffer()
DAudioOutput.cpp211 config.period_size = mFramesPerChunk; in openPCMDevice()
224 mALSACardID, dev_id, config.rate, config.channels, config.period_size, config.format); in openPCMDevice()
/device/htc/flounder/audio/hal/
Daudio_hw.c61 .period_size = PLAYBACK_PERIOD_SIZE,
81 .period_size = CAPTURE_PERIOD_SIZE,
99 .period_size = CAPTURE_PERIOD_SIZE_LOW_LATENCY,
117 .period_size = CAPTURE_PERIOD_SIZE,
135 .period_size = SCO_PERIOD_SIZE,
155 .period_size = SCO_PERIOD_SIZE,
173 .period_size = CAPTURE_PERIOD_SIZE,
215 .period_size = DEEP_BUFFER_OUTPUT_PERIOD_SIZE,
1745 size_t size_in_bytes = pcm_frames_to_bytes(pcm_device->pcm, in->config.period_size); in get_next_buffer()
1746 if (in->read_buf_size < in->config.period_size) { in get_next_buffer()
[all …]
/device/htc/flounder/
Dinit.flounder.rc191 on property:audio_hal.period_size=128
Ddevice.mk264 audio_hal.period_size=128
/device/moto/shamu/
Ddevice.mk388 audio_hal.period_size=192
/device/htc/flounder/audio/visualizer/
Dnv_offload_visualizer.c172 .period_size = AUDIO_CAPTURE_PERIOD_SIZE,