Searched refs:tc (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/transition/
H A DActionBarTransition.java38 final ChangeText tc = new ChangeText();
39 tc.setChangeBehavior(ChangeText.CHANGE_BEHAVIOR_OUT_IN);
41 inner.addTransition(tc).addTransition(new ChangeBounds());
/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_UINT32 LVM_Mixer_TimeConstant(LVM_UINT32 tc, argument
124 Product = ((tc >> 16) * (LVM_UINT32)Fs) << 13; /* Stereo value */
125 Product = Product + (((tc & 0x0000FFFF) * (LVM_UINT32)Fs) >> 3);
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DMixer.h70 LVM_UINT32 LVM_Mixer_TimeConstant(LVM_UINT32 tc,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c658 i32 delta, tc, tmp; local
672 tc = thresholds->tc0[bS-1];
673 tmp = tc;
687 data[-2] = (u8)(p1 + CLIP3(-tc,tc,
694 data[1] = (u8)(q1 + CLIP3(-tc,tc,
704 tmp = tc;
769 i32 delta, tc, tmp; local
780 tc
838 i32 delta, tc, tmp; local
951 i32 delta, tc; local
1026 i32 delta, tc; local
1074 i32 delta, tc; local
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java899 TonemapCurve tc = new TonemapCurve(red, green, blue);
900 return tc;
1025 private <T> boolean setTonemapCurve(TonemapCurve tc) { argument
1026 if (tc == null) {
1032 int pointCount = tc.getPointCount(i);
1034 tc.copyColorCurve(i, curve[i], 0);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardTransportControlView.java281 final ChangeText tc = new ChangeText();
282 tc.setChangeBehavior(ChangeText.CHANGE_BEHAVIOR_OUT_IN);
284 inner.addTransition(tc).addTransition(new ChangeBounds());

Completed in 217 milliseconds