Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioMixerBase.cpp633 } else if (!t->doesResample() && t->volumeRL == 0) { in process__validate()
733 if (!t->doesResample() && t->volumeRL == 0) { in process__validate()
906 const uint32_t vrl = volumeRL; in track__16BitsStereo()
945 const uint32_t vrl = volumeRL; in track__16BitsStereo()
1224 const uint32_t vrl = t->volumeRL; in process__oneTrack16BitsStereoNoResampling()
/frameworks/av/media/libaudioprocessing/include/media/
DAudioMixerBase.h246 int32_t volumeRL; member