Searched refs:in1 (Results 1 – 5 of 5) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_scaler.c | 430 static inline void _scale_row_down_9in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_9in() argument 450 acc_r += (uint32) in1[(in_col * 3) + 0] * curr_weight << 8; in _scale_row_down_9in() 460 acc_g += (uint32) in1[(in_col * 3) + 1] * curr_weight << 8; in _scale_row_down_9in() 470 acc_b += (uint32) in1[(in_col * 3) + 2] * curr_weight << 8; in _scale_row_down_9in() 493 static inline void _scale_row_down_8in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_8in() argument 514 acc_r += (uint32) in1[(in_col * 3) + 0] * curr_weight << 8; in _scale_row_down_8in() 523 acc_g += (uint32) in1[(in_col * 3) + 1] * curr_weight << 8; in _scale_row_down_8in() 532 acc_b += (uint32) in1[(in_col * 3) + 2] * curr_weight << 8; in _scale_row_down_8in() 554 static inline void _scale_row_down_7in(uint8 *_RESTRICT_ in0, uint8 *_RESTRICT_ in1, in _scale_row_down_7in() argument 573 acc_r += (uint32) in1[(in_col * 3) + 0] * curr_weight << 8; in _scale_row_down_7in() [all …]
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
D | dbstabsmooth.cpp | 24 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out); 25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out); 307 static bool vpmotion_add(VP_MOTION *in1, VP_MOTION *in2, VP_MOTION *out) in vpmotion_add() argument 310 if(in1 == NULL || in2 == NULL || out == NULL) in vpmotion_add() 314 out->par[i] = in1->par[i] + in2->par[i]; in vpmotion_add() 319 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) in vpmotion_multiply() argument 322 if(in1 == NULL || out == NULL) in vpmotion_multiply() 326 out->par[i] = in1->par[i] * factor; in vpmotion_multiply()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppLauncherActivity.java | 225 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); in launchDevicePicker() local 226 in1.setFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in launchDevicePicker() 227 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false); in launchDevicePicker() 228 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE, in launchDevicePicker() 230 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE, Constants.THIS_PACKAGE_NAME); in launchDevicePicker() 231 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS, in launchDevicePicker() 236 startActivity(in1); in launchDevicePicker()
|
D | BluetoothOppService.java | 538 Intent in1 = new Intent(BluetoothDevicePicker.ACTION_LAUNCH); 539 in1.putExtra(BluetoothDevicePicker.EXTRA_NEED_AUTH, false); 540 in1.putExtra(BluetoothDevicePicker.EXTRA_FILTER_TYPE, 542 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE, 544 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_CLASS, 547 in1.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); 548 context.startActivity(in1);
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 16245 …�FF�l���p����#�m�ɖ+��ONk_G��Ɍ\�n�rwu���Z�,,,��v�iV4Uݿ���zEX�O鍡j�$in1��)i#��s����0����…
|