Searched defs:tc (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVM_Mixer_TimeConstant.c31 /* Alpha = exp(ln(0.1)/ (tc * Update + 1.0)) */
34 /* rate of Update times a second. tc is the required time constant in */
48 /* 2. The product tc * Fs is limited approximately to the range */
49 /* 8 < (tc * Fs) < 2^35 */
52 /* tc - the time constant in 100us steps, i.e. 10 = 1ms */
61 LVM_FLOAT LVM_Mixer_TimeConstant(LVM_UINT32 tc, argument
129 Product = ((tc >> 16) * (LVM_UINT32)Fs) << 13; /* Stereo value */
130 Product = Product + (((tc & 0x0000FFFF) * (LVM_UINT32)Fs) >> 3);
164 LVM_UINT32 LVM_Mixer_TimeConstant(LVM_UINT32 tc, argument
227 Product = ((tc >> 1
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java1000 TonemapCurve tc = new TonemapCurve(red, green, blue);
1001 return tc;
1170 private <T> boolean setTonemapCurve(TonemapCurve tc) { argument
1171 if (tc == null) {
1177 int pointCount = tc.getPointCount(i);
1179 tc.copyColorCurve(i, curve[i], 0);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 45 milliseconds