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

  /device/ti/panda/audio/
audio_hw.c 141 #define SHORT_PERIOD_SIZE (ABE_BASE_FRAME_COUNT * SHORT_PERIOD_MULTIPLIER)
145 #define LONG_PERIOD_SIZE (SHORT_PERIOD_SIZE * LONG_PERIOD_MULTIPLIER)
153 #define RESAMPLER_BUFFER_FRAMES (SHORT_PERIOD_SIZE * 2)
234 .period_size = SHORT_PERIOD_SIZE,
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 149 #define SHORT_PERIOD_SIZE (ABE_BASE_FRAME_COUNT * SHORT_PERIOD_MULTIPLIER)
313 .period_size = SHORT_PERIOD_SIZE,
317 .start_threshold = SHORT_PERIOD_SIZE,
318 .avail_min = SHORT_PERIOD_SIZE,
    [all...]

Completed in 171 milliseconds