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

  /frameworks/av/media/libaudioprocessing/audio-resampler/
AudioResamplerCoefficients.cpp 24 const int32_t RESAMPLE_FIR_NUM_COEF = 16;
45 return RESAMPLE_FIR_NUM_COEF;
  /frameworks/av/media/libaudioprocessing/
AudioResamplerSinc.h 77 static const int32_t RESAMPLE_FIR_NUM_COEF = 8;
AudioResamplerSinc.cpp 98 c->halfNumCoefs = RESAMPLE_FIR_NUM_COEF;

Completed in 3833 milliseconds