HomeSort by relevance Sort by last modified time
    Searched full:num_audio_blocks (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/audio/hal/msm8960/
platform.c 847 int num_audio_blocks; local
869 num_audio_blocks = header.length / SAD_BLOCK_SIZE;
871 for (i = 0; i < num_audio_blocks; i++) {
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 798 int num_audio_blocks; local
827 num_audio_blocks = count / SAD_BLOCK_SIZE;
829 for (i = 0; i < num_audio_blocks; i++) {

Completed in 66 milliseconds