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

  /external/sonivox/arm-fm-22k/lib_src/
eas_reverb.c 108 pReverbData->m_sAp0.m_zApIn = AP0_IN;
114 pReverbData->m_sAp1.m_zApIn = AP1_IN;
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
243 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp);
568 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApIn, REVERB_BUFFER_MASK);
596 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApIn, REVERB_BUFFER_MASK);
940 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
947 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp);
    [all...]
eas_reverbdata.h 181 EAS_U16 m_zApIn; // delay offset for ap in
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_reverb.c 108 pReverbData->m_sAp0.m_zApIn = AP0_IN;
114 pReverbData->m_sAp1.m_zApIn = AP1_IN;
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
243 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp);
568 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApIn, REVERB_BUFFER_MASK);
596 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApIn, REVERB_BUFFER_MASK);
940 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
947 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp);
    [all...]
eas_reverbdata.h 181 EAS_U16 m_zApIn; // delay offset for ap in
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c 108 pReverbData->m_sAp0.m_zApIn = AP0_IN;
114 pReverbData->m_sAp1.m_zApIn = AP1_IN;
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
243 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp);
568 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApIn, REVERB_BUFFER_MASK);
596 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApIn, REVERB_BUFFER_MASK);
940 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
947 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp);
    [all...]
eas_reverbdata.h 181 EAS_U16 m_zApIn; // delay offset for ap in
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 677 pReverb->m_sAp0.m_zApIn = AP0_IN;
681 pReverb->m_sAp1.m_zApIn = ap1In;
    [all...]
EffectReverb.h 130 uint16_t m_zApIn; // delay offset for ap in

Completed in 207 milliseconds