Searched refs:product (Results 1 - 23 of 23) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dmult.h111 Word32 product; local
117 SMULBB product, var1, var2 local
118 MOV product, product, ASR #15 local
119 CMP product, 0x7FFF local
120 MOVGE product, 0x7FFF local
123 return ((Word16) product);
132 Word32 product; local
138 : "=r"(product)
142 : "=r"(product)
161 register Word32 product; local
[all...]
H A Dmac_32.h112 Word16 product; local
116 product = mult(L_var1_hi, L_var2_lo, pOverflow);
117 L_var3 = L_mac(L_var3, product, 1, pOverflow);
119 product = mult(L_var1_lo, L_var2_hi, pOverflow);
120 L_var3 = L_mac(L_var3, product, 1, pOverflow);
131 Word16 product; local
135 product = mult(L_var1_lo, var2, pOverflow);
136 L_var3 = L_mac(L_var3, product, 1, pOverflow);
H A Dl_mult.h112 Word32 product; local
118 SMULBB product, var1, var2 local
119 QADD result, product, product local
132 Word32 product; local
137 : "=r"(product)
143 : "r"(product), "r"(product)
H A Dl_msu.h111 Word32 product; local
118 SMULBB product, var1, var2 local
119 QDSUB result, L_var3, product
132 Word32 product; local
138 : "=r"(product)
144 : "r"(ra), "r"(product)
H A Dbasic_op_arm_v5.h221 L_product = 32-bit product of L_var1 and L_var2 (Word32)
226 Word32 product; local
232 SMULBB product, var1, var2 local
233 QADD result, product, product local
265 Word32 product; local
272 SMULBB product, var1, var2 local
273 QDSUB result, L_var3, product
297 L_product = 32-bit product of L_var1 and L_var2 (Word32)
348 pOverflow -> 1 if the 32 bit product operatio
396 Word32 product; local
402 SMULBB product, var1, var2 local
403 MOV product, product, ASR #15 local
404 CMP product, 0x7FFF local
405 MOVGE product, 0x7FFF local
[all...]
H A Dbasic_op.h171 Word16 product; local
175 product = mult(L_var1_hi, L_var2_lo, pOverflow);
176 L_var3 = L_mac(L_var3, product, 1, pOverflow);
178 product = mult(L_var1_lo, L_var2_hi, pOverflow);
179 L_var3 = L_mac(L_var3, product, 1, pOverflow);
214 Word16 product; local
218 product = mult(L_var1_lo, var2, pOverflow);
219 L_var3 = L_mac(L_var3, product, 1, pOverflow);
H A Dbasic_op_arm_gcc_v5.h238 L_product = 32-bit product of L_var1 and L_var2 (Word32)
246 Word32 product; local
251 : "=r"(product)
257 : "r"(product), "r"(product)
291 Word32 product; local
297 : "=r"(product)
303 : "r"(ra), "r"(product)
327 L_product = 32-bit product of L_var1 and L_var2 (Word32)
408 pOverflow -> 1 if the 32 bit product operatio
481 Word32 product; local
[all...]
H A Dbasic_op_c_equivalent.h245 L_product = 32-bit product of L_var1 and L_var2 (Word32)
319 L_product = 32-bit product of L_var1 and L_var2 (Word32)
389 pOverflow -> 1 if the 32 bit product operation resulted in overflow
392 product = 32-bit product of the 32-bit L_var1 and 16-bit var1 (Word32)
451 product = 16-bit limited product of var1 and var2 (Word16)
455 register Word32 product; local
457 product = ((Word32) var1 * var2) >> 15;
463 if (product >
[all...]
/frameworks/native/libs/input/
H A DInputDevice.cpp59 if (deviceIdentifier.vendor !=0 && deviceIdentifier.product != 0) {
61 // Try vendor product version.
64 deviceIdentifier.vendor, deviceIdentifier.product,
72 // Try vendor product.
75 deviceIdentifier.vendor, deviceIdentifier.product),
/frameworks/native/include/input/
H A DInputDevice.h30 bus(0), vendor(0), product(0), version(0) {
39 uint16_t product; member in struct:android::InputDeviceIdentifier
145 * names to try based on the device name, vendor, product, and version.
/frameworks/base/data/keyboards/
H A Dkeyboards.mk15 # Warning: this is actually a product definition, to be inherited from
/frameworks/rs/
H A Dupdate_rs_prebuilts.sh127 sys_lib_dir=$MY_ANDROID_DIR/out/target/product/${SYS_NAMES[$i]}/system/lib
128 obj_lib_dir=$MY_ANDROID_DIR/out/target/product/${SYS_NAMES[$i]}/obj/lib
/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbHostManager.cpp73 char *product = usb_device_get_product_name(device); local
78 jstring productName = AndroidRuntime::NewStringLatin1(env, product);
91 free(product);
H A Dcom_android_server_input_InputManagerService.cpp517 identifier.vendor, identifier.product));
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBaseCluster.java105 double product = 0f;
107 product += vector1[i] * vector2[i];
109 double radian = Math.acos(Math.min(product, 1f));
/frameworks/base/core/jni/
H A Dandroid_view_InputDevice.cpp61 static_cast<int32_t>(ident.vendor), static_cast<int32_t>(ident.product),
/frameworks/base/data/fonts/
H A Dfonts.mk15 # Warning: this is actually a product definition, to be inherited from
/frameworks/av/media/mtp/
H A DMtpDevice.cpp42 static bool isMtpDevice(uint16_t vendor, uint16_t product) {
44 if (vendor == 0x0781 && product == 0x74c2)
47 if (vendor == 0x04e8 && product == 0x503c)
99 // look for special cased devices based on vendor/product ID
102 uint16_t product = usb_device_get_product_id(device);
103 if (!isMtpDevice(vendor, product)) {
/frameworks/native/services/inputflinger/
H A DEventHub.cpp567 identifier.product);
576 if (identifier.vendor == 0 && identifier.product == 0) {
577 // If we don't know the vendor and product id, then the device is probably
1098 identifier.product = inputId.product;
1135 " product %04x\n"
1137 identifier.bus, identifier.vendor, identifier.product, identifier.version);
1645 "product=0x%04x, version=0x%04x\n",
1647 device->identifier.product, device->identifier.version);
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp524 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth * local
553 if ((j % 2 == 0 && product > info->mResolutionProduct) || // low
554 (j % 2 != 0 && product < info->mResolutionProduct)) { // high
582 info->mResolutionProduct = product;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp586 const String16& product,
681 const String16& product,
700 * If a product type was specified on the command line
710 if (product.size() != 0) {
712 * If the command-line-specified product is empty, only "default"
714 * of the R.java file when the product is not known is predictable.
718 if (strcmp16(String16("default").string(), product.string()) != 0) {
720 * This string has a product other than 'default'. Do not add it,
722 * product 'default' or no product, the
575 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& product, PseudolocalizationMethod pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
670 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, PseudolocalizationMethod pseudolocalize, const bool overwrite, KeyedVector<type_ident_pair_t, bool>* skippedResourceNames, ResourceTable* outTable) argument
1493 String16 product; local
[all...]
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbSettingsManager.java115 // USB device product name string (or null for unspecified)
121 String manufacturer, String product, String serialnum) {
128 mProductName = product;
161 } else if ("product-name".equals(name)) {
182 } else if ("product-id".equals(name)) {
204 serializer.attribute(null, "product-id", Integer.toString(mProductId));
219 serializer.attribute(null, "product-name", mProductName);
120 DeviceFilter(int vid, int pid, int clasz, int subclass, int protocol, String manufacturer, String product, String serialnum) argument
/frameworks/rs/api/
H A Drs_core_math.spec1270 Compute the cross product of two vectors.
1283 Compute the dot product of two vectors.

Completed in 5377 milliseconds