Searched refs:value (Results 76 - 100 of 786) sorted by relevance

1234567891011>>

/hardware/intel/common/utils/ISV/base/
H A Disv_worker.cpp145 if ((attrib.value & VA_RT_FORMAT_YUV420) == 0) {
146 ALOGE("attribute is %x vs wanted %x", attrib.value, VA_RT_FORMAT_YUV420);
299 attribs[0].value.type = VAGenericValueTypeInteger;
300 attribs[0].value.value.i = VA_SURFACE_ATTRIB_MEM_TYPE_ANDROID_GRALLOC;
304 attribs[1].value.type = VAGenericValueTypePointer;
305 attribs[1].value.value.p = &vaExtBuf;
309 attribs[2].value.type = VAGenericValueTypeInteger;
310 attribs[2].value
[all...]
/hardware/bsp/intel/peripheral/libmraa/src/x86/
H A Dintel_galileo_rev_d.c56 mraa_intel_galileo_g1_mmap_write(mraa_gpio_context dev, int value) argument
59 if (value) {
183 b->pins[0].gpio.mux[0].value = 1;
188 b->pins[0].uart.mux[0].value = 0;
195 b->pins[1].gpio.mux[0].value = 1;
200 b->pins[1].uart.mux[0].value = 0;
207 b->pins[2].gpio.mux[0].value = 1;
212 b->pins[2].mmap.gpio.mux[0].value = 0;
214 b->pins[2].mmap.gpio.mux[1].value = 0;
223 b->pins[3].gpio.mux[0].value
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dsdiovar.h34 int value; member in struct:sdreg
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dad8232.cxx56 cout << ad8232->value() << endl;
H A Dapds9002.cxx51 int val = luminance->value();
52 cout << "Luminance value is " << val << endl;
H A Dflex.cxx57 cout << "Flex value: " << flex->value() << endl;
H A Dgrovebutton.cxx40 std::cout << button->name() << " value is " << button->value() << std::endl;
H A Dgrovelight.cxx37 // Read the input and print both the raw value and a rough lux value,
40 std::cout << light->name() << " raw value is " << light->raw_value() <<
41 ", which is roughly " << light->value() << " lux" << std::endl;
H A Dgrovetemp.cxx43 int celsius = temp->value();
H A Dina132.cxx52 cout << amplifier->value() << endl;
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DADC121C021Sample.java44 // Prints the value and corresponding voltage every 50 milliseconds
46 int val = adc.value();
48 System.out.println("ADC value: " + val + "Volts = " + adc.valueToVolts(val));
H A DGroveButtonSample.java42 System.out.println(button.name() + " value is " + button.value());
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dad8232.js39 console.log(myAd8232Sensor_obj.value());
H A Dapds9002.js35 console.log("Luminance value is " + myLuminanceSensor_obj.value());
H A Dflex.js40 var outputStr = "Flex value: " + myFlexSensor_obj.value();
H A Dgp2y0a.js42 // Every second, print the averaged voltage value
47 ", Voltage value (higher means closer): " +
48 myVolts.value(GP2Y0A_AREF, SAMPLES_PER_QUERY));
H A Dgroveemg.js36 console.log(groveemg_obj.value());
H A Dgrovegsr.js38 console.log(grovegsr_obj.value());
H A Dgrovemoisture.js38 // Read the value every second and print the corresponding moisture level
42 var moisture_val = parseInt(myMoistureObj.value());
49 console.log("Moisture value: " + moisture_val + ", " + result);
H A Dgrovetemp.js36 var celsius = temp.value();
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dad8232.py53 print myAD8232.value()
H A Dapds9002.py47 print "Luminance value is {0}".format(
48 myLuminance.value())
H A Dbiss0001.py46 # Read the value every second and detect motion
48 if (myMotion.value()):
H A Dgroveemg.py51 print myEMG.value()
H A Dgrovegsr.py52 print myGSR.value()

Completed in 345 milliseconds

1234567891011>>