HomeSort by relevance Sort by last modified time
    Searched refs:periods (Results 1 - 14 of 14) sorted by null

  /device/samsung/crespo/alsa-lib/src/conf/pcm/
dmix.conf 91 periods {
101 ".pcm.dmix.periods"
dsnoop.conf 91 periods {
101 ".pcm.dsnoop.periods"
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_direct.h 60 unsigned int periods; member in struct:slave_params
76 snd_interval_t periods; member in struct:__anon1432::__anon1433
87 snd_interval_t periods; member in struct:__anon1432::__anon1434
154 int max_periods; /* max periods (-1 = fixed periods, 0 = max buffer size) */
pcm_simple.c 86 unsigned int periods = 3; local
87 err = INTERNAL(snd_pcm_hw_params_set_periods_near)(pcm, hw_params, &periods, NULL);
90 if (periods == 1)
pcm_direct.c 819 COPY_SLAVE(periods);
952 if (buffer_is_not_initialized && params->periods > 0) {
953 unsigned int periods = params->periods; local
954 ret = INTERNAL(snd_pcm_hw_params_set_periods_near)(spcm, hw_params, &params->periods, 0);
956 SNDERR("unable to set requested periods");
959 if (params->periods == 1) {
960 params->periods = periods;
968 SNDERR("unable to use stream with periods == 1")
    [all...]
pcm_dsnoop.c 735 periods INT # when buffer_size or buffer_time is not specified
786 params.periods = 3;
795 SND_PCM_HW_PARAM_PERIODS, 0, &params.periods);
pcm_dshare.c 858 periods INT # when buffer_size or buffer_time is not specified
909 params.periods = 3;
918 SND_PCM_HW_PARAM_PERIODS, 0, &params.periods);
pcm_dmix.c 541 /* If we have too litte periods, better to align the start position
1160 periods INT # when buffer_size or buffer_time is not specified
    [all...]
pcm_local.h 194 snd_interval_t periods; member in struct:_snd_pcm
    [all...]
pcm.c 43 generated in continuous time periods.</P>
70 recorded at boundaries of continuous time periods.</P>
78 The modern audio chips allow to program the transfer time periods.
139 specified time periods. You may see the #SND_PCM_ASYNC
785 snd_interval_copy(&params->intervals[SND_PCM_HW_PARAM_PERIODS - SND_PCM_HW_PARAM_FIRST_INTERVAL], &pcm->periods);
    [all...]
  /device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c 78 static unsigned int nperiods = 4; /* number of periods */
417 printf(_("Periods = %u\n"), nperiods);
720 static int write_loop(snd_pcm_t *handle, int channel, int periods, uint8_t *frames)
742 if (periods <= 0)
743 periods = 1;
745 for(n = 0; n < periods; n++) {
775 "-P,--nperiods number of periods\n"
878 fprintf(stderr, _("Invalid number of periods %d\n"), nperiods);
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 190 unsigned int dtime, periods; local
209 periods = 1.0 * dtime / period_time;
211 if (periods > prev_periods) {
213 int frags = periods - prev_periods, n;
228 prev_periods = periods;
    [all...]
  /external/blktrace/btt/doc/
btt.tex 479 those periods of time when queue and complete traces are being
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 645 milliseconds