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

  /frameworks/base/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 63 /* pMonoIn Mono band pass source */
75 const LVM_INT32 *pMonoSrc, /* Mono source */
86 LVM_INT32 Mono; /* Mono sample */
127 Mono = *pMonoSrc++; /* Get the mono sample */
131 * Apply the AGC gain to the mono input and mix with the stereo signal
133 HighWord = (AGC_Mult * (Mono >> 16)); /* signed long (Mono) by unsigned short (AGC_Mult) multiply */
134 LowWord = (AGC_Mult * (Mono & 0xffff))
    [all...]
  /external/clearsilver/csharp/
README 8 This wrapper was developed using the Mono project's C# implementation.
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
fonts.conf 6 Accept deprecated 'mono' alias, replacing it with 'monospace'
10 <string>mono</string>
154 <string>Nimbus Mono L</string>
253 <family>Nimbus Mono L</family>
  /external/webkit/WebKitTools/DumpRenderTree/qt/
fonts.conf 6 Accept deprecated 'mono' alias, replacing it with 'monospace'
10 <string>mono</string>
154 <string>Nimbus Mono L</string>
253 <family>Nimbus Mono L</family>
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_voice_gain_gnu.s 133 @ Mono version
159 .endif @end Mono version
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 133 @ Mono version
159 .endif @end Mono version

Completed in 2044 milliseconds