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

  /external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c 109 pReverbData->m_sAp0.m_zApOut = AP0_IN + DEFAULT_AP0_LENGTH;
115 pReverbData->m_sAp1.m_zApOut = AP1_IN + DEFAULT_AP1_LENGTH;
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
236 //gsReverbObject.m_sAp0.m_zApOut = pPreset->m_nAp0_ApOut;
243 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp);
244 //gsReverbObject.m_sAp1.m_zApOut = pPreset->m_nAp1_ApOut;
555 //nAddr = CIRCULAR(nBase, psAp0->m_zApOut, REVERB_BUFFER_MASK);
556 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApOut, REVERB_BUFFER_MASK);
584 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApOut, REVERB_BUFFER_MASK);
940 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp)
    [all...]
eas_reverbdata.h 177 EAS_U16 m_zApOut; // delay offset for ap out
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c     [all...]
EffectReverb.h 126 uint16_t m_zApOut; // delay offset for ap out

Completed in 3929 milliseconds