Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioMixerBase.cpp632 } else if (!t->doesResample() && t->volumeRL == 0) { in process__validate()
714 if (!t->doesResample() && t->volumeRL == 0) { in process__validate()
886 const uint32_t vrl = volumeRL; in track__16BitsStereo()
925 const uint32_t vrl = volumeRL; in track__16BitsStereo()
1204 const uint32_t vrl = t->volumeRL; in process__oneTrack16BitsStereoNoResampling()
/frameworks/av/media/libaudioprocessing/include/media/
DAudioMixerBase.h236 int32_t volumeRL; member