Searched defs:Right (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java80 Right enum constant in enum:ListItemFactory.Slot
112 case Right:
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DAGC_MIX_VOL_2St1Mon_D32_WRA.c85 LVM_INT32 Right; /* Right sample */ local
126 Right = *pStSrc++; /* Get the right sample */
137 Right += Mono;
146 HighWord = (Vol_Mult * (Right >> 16)); /* signed long (Right) by unsigned short (Vol_Mult) multiply */
147 LowWord = (Vol_Mult * (Right & 0xffff));
148 Right = (HighWord + (LowWord >> 16)) << (Vol_Shift);
150 *pDst++ = Right;
156 AbsPeak = (Abs_32(Left)>Abs_32(Right))
[all...]

Completed in 88 milliseconds