Searched refs:period_size (Results 1 – 7 of 7) sorted by relevance
/device/asus/fugu/libaudio/ |
D | AudioStreamIn.cpp | 352 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()
|
D | AudioOutput.cpp | 211 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/ |
D | audio_hw.c | 61 .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/ |
D | init.flounder.rc | 191 on property:audio_hal.period_size=128
|
D | device.mk | 264 audio_hal.period_size=128
|
/device/moto/shamu/ |
D | device.mk | 388 audio_hal.period_size=192
|
/device/htc/flounder/audio/visualizer/ |
D | nv_offload_visualizer.c | 172 .period_size = AUDIO_CAPTURE_PERIOD_SIZE,
|