/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
H A D | viddec_intr.c | 22 uint32_t reg=0, temp=0; local 23 temp = reg_read(INT_STATUS); 24 //DEBUG_WRITE(0xff, temp, timer, 0, 0, 0); 25 if(temp & INT_WDOG_ENABLE) 31 if(temp & 0x4) 34 temp = temp & (~0x4); 35 reg_write(INT_REG, temp); 41 if(temp & 0x2) 44 temp [all...] |
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
H A D | grovetemp.py | 28 temp = grove.GroveTemp(0) variable 29 print temp.name() 34 celsius = temp.value() 41 del temp
|
H A D | mhz16.py | 60 temp = upmMhz16.new_intp() variable 65 myCO2.getData(gas, temp) 68 upmMhz16.intp_value(gas), upmMhz16.intp_value(temp)))
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
H A D | swapyv12buffer.c | 16 unsigned char *temp; local 18 temp = last_frame->buffer_alloc; 20 new_frame->buffer_alloc = temp; 22 temp = last_frame->y_buffer; 24 new_frame->y_buffer = temp; 26 temp = last_frame->u_buffer; 28 new_frame->u_buffer = temp; 30 temp = last_frame->v_buffer; 32 new_frame->v_buffer = temp;
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
H A D | grovetemp.cxx | 37 upm::GroveTemp* temp = new upm::GroveTemp(0); local 38 std::cout << temp->name() << std::endl; 43 int celsius = temp->value(); 51 delete temp;
|
H A D | max31855.cxx | 35 upm::MAX31855 *temp = new upm::MAX31855(0, 8); local 37 std::cout << temp->getTemp() << std::endl;
|
H A D | mhz16.cxx | 66 int temp; local 70 co2->getData(&gas, &temp); 72 << "Temperature (in C): " << temp <<endl;
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
H A D | grovetemp.js | 29 var temp = new groveSensor.GroveTemp(0); 30 console.log(temp.name()); 36 var celsius = temp.value();
|
H A D | mhz16.js | 51 var temp = CO2_lib.new_intp(); variable 55 myCO2_obj.getData(gas, temp); 58 "Temperature (in C): " + CO2_lib.intp_value(temp);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
H A D | h264parse_bsd.c | 36 uint32_t temp = 0, match = 0, noOfBits = 0, count = 0;
local 59 bits_operation_result = viddec_pm_peek_bits(parent, &temp, noOfBits);
62 temp = (temp << bits_offset);
63 if(temp!=0)
72 bits_operation_result = viddec_pm_peek_bits(parent, &temp, 8);
81 if(temp != 0)
85 while(((temp & 0x80) != 0x80) && (count <= noOfBits))
88 temp = temp << [all...] |
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
H A D | GroveTempSample.java | 37 upm_grove.GroveTemp temp = new upm_grove.GroveTemp(3); 41 int celsius = temp.value(); 49 temp.delete();
|
H A D | MHZ16Sample.java | 40 int[] temp = new int[1]; 51 co2.getData(gas, temp); 53 + temp[0]);
|
/hardware/bsp/intel/peripheral/libupm/src/lm35/ |
H A D | lm35.cxx | 47 float temp = (float(val) * (m_aref / float(1 << m_aRes))) * 1000.0; local 50 return(temp / 10.0);
|
/hardware/bsp/intel/peripheral/libupm/src/mhz16/ |
H A D | javaupm_mhz16.i | 8 %apply int *OUTPUT { int *gas, int *temp };
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
H A D | ThermalEvent.java | 29 ThermalEvent(int id, int type, int state, int temp, String zoneName, String profName) { argument 33 mZoneTemp = temp;
|
/hardware/bsp/intel/peripheral/libupm/src/otp538u/ |
H A D | otp538u.cxx | 39 // this is the internal voltage reference on the Grove IR temp 47 // temp sensor's SIG2 output (ambient) 89 float temp = 0; local 95 temp += val; 99 temp = temp / samples; 100 temp = temp * m_aref / m_adcResolution; 103 res = m_vResistance * temp / (m_vref - temp); 150 float temp = 0; local [all...] |
/hardware/intel/common/wrs_omxil_core/core/src/ |
H A D | intel_m4v_config_parser.cpp | 790 uint8* temp = (uint8 *)OSCL_MALLOC(sizeof(uint8) * length); local 794 if (temp) 796 sps = temp; // Make a copy of the original pointer to be freed later 808 OSCL_FREE(temp); 835 OSCL_FREE(temp); 844 OSCL_FREE(temp); 859 OSCL_FREE(temp); 877 OSCL_FREE(temp); 905 OSCL_FREE(temp); 930 uint32 temp; local 1088 uint temp; local 1180 uint temp; local 1211 uint32 temp, pic_parameter_set_id, seq_parameter_set_id, entropy_coding_mode_flag; local 1231 uint32 temp; local 1260 uint32 temp; local [all...] |
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
H A D | ti_m4v_config_parser.cpp | 805 uint8* temp = (uint8 *)OSCL_MALLOC(sizeof(uint8) * length); local 809 if (temp) 811 sps = temp; // Make a copy of the original pointer to be freed later 823 OSCL_FREE(temp); 850 OSCL_FREE(temp); 859 OSCL_FREE(temp); 874 OSCL_FREE(temp); 891 OSCL_FREE(temp); 908 OSCL_FREE(temp); 932 uint32 temp; local 1096 uint temp; local 1188 uint temp; local 1219 uint32 temp, pic_parameter_set_id, seq_parameter_set_id; local 1235 uint32 temp; local 1260 uint32 temp; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
H A D | vp9_convolve_neon.c | 23 DECLARE_ALIGNED_ARRAY(8, uint8_t, temp, 64 * 72); 37 * the temp buffer which has lots of extra room and is subsequently discarded 41 temp, 64, 45 /* Step into the temp buffer 3 lines to get the actual frame data */ 46 vp9_convolve8_vert_neon(temp + 64 * 3, 64, 57 DECLARE_ALIGNED_ARRAY(8, uint8_t, temp, 64 * 72); 71 temp, 64, 74 vp9_convolve8_avg_vert_neon(temp + 64 * 3,
|
/hardware/bsp/intel/peripheral/libupm/src/max31855/ |
H A D | max31855.cxx | 89 int32_t temp = (x[0] << 24) | (x[1] << 16) | (x[2] << 8) | x[3];; local 94 if (temp & 0x7) { 99 temp >>= 18; 102 double c = (double) temp;
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
H A D | queue.c | 106 Node *temp; local 112 temp = q->head; 113 element = temp->element; 124 free(temp);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
H A D | queue.c | 101 Node *temp; local 107 temp = q->head; 108 element = temp->element; 116 free(temp);
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
H A D | iio_utils.h | 260 struct iio_channel_info temp; local 266 temp = (*ci_array)[y + 1]; 268 (*ci_array)[y] = temp; 439 //char *temp = malloc(strlen(basedir) + strlen(filename) + 2); 440 char temp[200]; local 442 if (temp == NULL) 444 sprintf(temp, "%s/%s", basedir, filename); 445 sysfsfp = fopen(temp, "w"); 447 printf("failed to open write %s\n", temp); 456 sysfsfp = fopen(temp, " 496 char temp[200]; local 521 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local 580 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local 602 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local 624 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local [all...] |
/hardware/ril/libril/ |
H A D | rilSocketQueue.h | 103 T* temp = NULL; local 109 temp = this->front; 117 return temp; 139 T* temp; local 146 temp = *ppCur; 148 free(temp);
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
H A D | iio_utils.h | 261 struct iio_channel_info temp; local 267 temp = (*ci_array)[y + 1]; 269 (*ci_array)[y] = temp; 440 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local 441 if (temp == NULL) 444 sprintf(temp, "%s/%s", basedir, filename); 447 printf("VERB: echo %d > %s\n", val, temp); 448 sysfsfp = fopen(temp, "w"); 450 printf("failed to open %s\n", temp); 458 sysfsfp = fopen(temp, " 494 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local 554 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local 576 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local [all...] |