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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 50 size_t period_bytes; /* requested period size */ member in struct:snd_pcm_oss_runtime
vx_core.h 80 int period_bytes; /* the ALSA pcm period size in bytes */ member in struct:vx_pipe
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 50 size_t period_bytes; /* requested period size */ member in struct:snd_pcm_oss_runtime
vx_core.h 80 int period_bytes; /* the ALSA pcm period size in bytes */ member in struct:vx_pipe
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp 334 int period_bytes = mHandle->handle->period_size; local
335 int period_samples = period_bytes >> 1;
371 period_bytes);
372 ALOGV("pcm_read() returned n = %d buffer:%p size:%d", n, &mSurroundInputBuffer[read], period_bytes);
    [all...]

Completed in 6126 milliseconds