Searched refs:Product (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVM_Mixer_TimeConstant.c66 LVM_UINT32 Product; local
124 Product = ((tc >> 16) * (LVM_UINT32)Fs) << 13; /* Stereo value */
125 Product = Product + (((tc & 0x0000FFFF) * (LVM_UINT32)Fs) >> 3);
129 Product = Product >> 1; /* Mono value */
135 if ((Product & 0x80000000)!=0)
140 Product = Product << 1;
144 if ((Product
[all...]
/frameworks/base/docs/html/distribute/
H A Ddistribute_toc.cs40 <!-- <li><a href="<?cs var:toroot ?>distribute/googleplay/promote/product-pages.html">Your Product Pages</a></li> -->

Completed in 193 milliseconds