HomeSort by relevance Sort by last modified time
    Searched defs:periodSize (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 88 unsigned long periodSize, bufferSize, reqBuffSize;
arec.c 92 unsigned long periodSize, bufferSize, reqBuffSize;
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 333 handle->periodSize = handle->handle->period_size;
349 unsigned long periodSize = pcm->period_size;
374 params->avail_min = handle->channels - 1 ? periodSize/4 : periodSize/2;
375 params->start_threshold = periodSize/2;
378 params->avail_min = periodSize/(channels * 2);
379 params->start_threshold = periodSize/(channels * 2);
    [all...]
AudioHardwareALSA.h 177 unsigned int periodSize;

Completed in 158 milliseconds