Home
last modified time | relevance | path

Searched refs:NEEDS_RESAMPLE (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioMixer.h162 NEEDS_RESAMPLE = 0x00001000, enumerator
DAudioMixer.cpp952 n |= NEEDS_RESAMPLE; in process__validate()
971 if (n & NEEDS_RESAMPLE) { in process__validate()
1556 if (t.needs & NEEDS_RESAMPLE) { in process__genericResampling()