Searched refs:period_size (Results 1 - 4 of 4) sorted by relevance

/device/asus/grouper/audio/
H A Daudio_hw.c72 .period_size = OUT_PERIOD_SIZE,
81 .period_size = IN_PERIOD_SIZE,
91 .period_size = SCO_PERIOD_SIZE,
311 out->buffer_frames = (pcm_config_out.period_size * out->pcm_config->rate) /
384 in->pcm_config->period_size);
421 in->frames_in = in->pcm_config->period_size;
433 buffer->i16 = in->buffer + (in->pcm_config->period_size - in->frames_in);
505 return pcm_config_out.period_size *
600 return (pcm_config_out.period_size * period_count * 1000) / pcm_config_out.rate;
654 out->write_threshold = out->pcm_config->period_size * period_coun
687 size_t period_size = out->pcm_config->period_size; local
[all...]
/device/samsung/manta/audio/
H A Daudio_hw.c72 .period_size = 256,
80 .period_size = 1024,
88 .period_size = 128,
100 .period_size = 8192,
108 .period_size = 1024,
761 size = (pcm_config_in.period_size * sample_rate) / pcm_config_in.rate;
789 pcm_frames_to_bytes(in->pcm, pcm_config_in.period_size));
797 in->frames_in = pcm_config_in.period_size;
806 buffer->i16 = in->buffer + (pcm_config_in.period_size - in->frames_in);
883 return out->config.period_size *
[all...]
/device/samsung/tuna/audio/
H A Daudio_hw.c309 .period_size = DEEP_BUFFER_LONG_PERIOD_SIZE,
320 .period_size = SHORT_PERIOD_SIZE,
335 .period_size = HDMI_MULTI_PERIOD_SIZE,
345 .period_size = CAPTURE_PERIOD_SIZE,
353 .period_size = 160,
1437 out->buffer_frames = pcm_config_tones.period_size * 2;
1540 size = (pcm_config_mm_ul.period_size * sample_rate) / pcm_config_mm_ul.rate;
2043 size_t period_size; local
2047 period_size = DEEP_BUFFER_LONG_PERIOD_SIZE;
2050 period_size
[all...]
/device/ti/panda/audio/
H A Daudio_hw.c226 .period_size = LONG_PERIOD_SIZE,
234 .period_size = SHORT_PERIOD_SIZE,
242 .period_size = 160,
717 in->buffer = malloc(in->config.period_size * br->sample_size * chans);
1380 size = (pcm_config_mm_ul.period_size * sample_rate) / pcm_config_mm_ul.rate;
2206 in->config.period_size * hw_frame_size);
2213 in->frames_in = in->config.period_size;
2221 buffer->i16 = in->buffer + (in->config.period_size - in->frames_in) *
2771 in->buffer = malloc(2 * in->config.period_size * audio_stream_frame_size(&in->stream.common));

Completed in 108 milliseconds