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

  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirProcessSSE.h 34 // SSEx specializations are enabled for Process() and ProcessL() in AudioResamplerFirProcess.h
154 inline void ProcessL<1, 16>(float* const out,
167 inline void ProcessL<2, 16>(float* const out,
AudioResamplerFirProcess.h 173 * ProcessL() calls ProcessBase() with TFUNC = InterpNull, for fixed/locked phase.
251 void ProcessL(TO* const out,
315 * This sets up the params for the accelerated Process() and ProcessL()
397 ProcessL<CHANNELS, STRIDE>(out,
AudioResamplerFirProcessNeon.h 45 // NEON specializations are enabled for Process() and ProcessL() in AudioResamplerFirProcess.h
526 inline void ProcessL<1, 16>(int32_t* const out,
583 inline void ProcessL<2, 16>(int32_t* const out,
    [all...]

Completed in 343 milliseconds