Searched refs:period_size (Results 1 – 6 of 6) sorted by relevance
/device/asus/grouper/audio/ |
D | audio_hw.c | 74 .period_size = OUT_PERIOD_SIZE, 83 .period_size = IN_PERIOD_SIZE, 93 .period_size = IN_PERIOD_SIZE_LOW_LATENCY, 103 .period_size = SCO_PERIOD_SIZE, 325 out->buffer_frames = (pcm_config_out.period_size * out->pcm_config->rate) / in start_output_stream() 398 in->pcm_config->period_size); in start_input_stream() 435 in->frames_in = in->pcm_config->period_size; in get_next_buffer() 447 buffer->i16 = in->buffer + (in->pcm_config->period_size - in->frames_in); in get_next_buffer() 519 return pcm_config_out.period_size * in out_get_buffer_size() 614 return (pcm_config_out.period_size * period_count * 1000) / pcm_config_out.rate; in out_get_latency() [all …]
|
/device/samsung/manta/audio/ |
D | audio_hw.c | 73 .period_size = 256, 81 .period_size = 1024, 89 .period_size = 256, 97 .period_size = 128, 109 .period_size = 8192, 117 .period_size = 1024, 822 size = (config->period_size * sample_rate) / config->rate; in get_input_buffer_size() 850 pcm_frames_to_bytes(in->pcm, in->config->period_size)); in get_next_buffer() 858 in->frames_in = in->config->period_size; in get_next_buffer() 869 (in->config->period_size - in->frames_in) * in get_next_buffer() [all …]
|
/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 | 216 config.period_size = mFramesPerChunk; in openPCMDevice() 229 mALSACardID, dev_id, config.rate, config.channels, config.period_size, config.format); in openPCMDevice()
|
/device/htc/flounder/audio/hal/ |
D | audio_hw.c | 57 .period_size = PLAYBACK_PERIOD_SIZE, 75 .period_size = CAPTURE_PERIOD_SIZE, 93 .period_size = CAPTURE_PERIOD_SIZE, 111 .period_size = PLAYBACK_PERIOD_SIZE, 129 .period_size = SCO_PERIOD_SIZE, 149 .period_size = SCO_PERIOD_SIZE, 167 .period_size = CAPTURE_PERIOD_SIZE, 209 .period_size = DEEP_BUFFER_OUTPUT_PERIOD_SIZE, 1190 ref_pcm_profile->config.period_size = CAPTURE_PERIOD_SIZE_LOW_LATENCY; in get_hw_echo_reference() 1731 size_t size_in_bytes = pcm_frames_to_bytes(pcm_device->pcm, in->config.period_size); in get_next_buffer() [all …]
|
/device/htc/flounder/audio/visualizer/ |
D | nv_offload_visualizer.c | 172 .period_size = AUDIO_CAPTURE_PERIOD_SIZE,
|