Searched defs:temp (Results 1 - 25 of 122) sorted by relevance

12345

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_intr.c22 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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dswapyv12buffer.c16 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 Dmax31855.cxx35 upm::MAX31855 *temp = new upm::MAX31855(0, 8); local
37 std::cout << temp->getTemp() << std::endl;
H A Dgrovetemp.cxx37 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 Dmhz16.cxx66 int temp; local
70 co2->getData(&gas, &temp);
72 << "Temperature (in C): " << temp <<endl;
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dmhz16.js51 var temp = CO2_lib.new_intp(); variable
55 myCO2_obj.getData(gas, temp);
58 "Temperature (in C): " + CO2_lib.intp_value(temp);
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dgrovetemp.py28 temp = grove.GroveTemp(0) variable
29 print temp.name()
34 celsius = temp.value()
41 del temp
H A Dmhz16.py60 temp = upmMhz16.new_intp() variable
65 myCO2.getData(gas, temp)
68 upmMhz16.intp_value(gas), upmMhz16.intp_value(temp)))
/hardware/bsp/intel/peripheral/libupm/src/lm35/
H A Dlm35.cxx47 float temp = (float(val) * (m_aref / float(1 << m_aRes))) * 1000.0; local
50 return(temp / 10.0);
/hardware/bsp/intel/peripheral/libupm/src/max31855/
H A Dmax31855.cxx89 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/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalEvent.java29 ThermalEvent(int id, int type, int state, int temp, String zoneName, String profName) { argument
33 mZoneTemp = temp;
H A DThermalUtils.java122 public static int calculateThermalState(int temp, Integer thresholds[]) { argument
125 if (temp < thresholds[0])
128 if (temp >= thresholds[thresholds.length - 2])
132 if (temp >= thresholds[i] && temp < thresholds[i + 1]) {
158 Log.i(TAG, "TjMax temp read failed, Default TjMax value =" +
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dqueue.c106 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 Dqueue.c101 Node *temp; local
107 temp = q->head;
108 element = temp->element;
116 free(temp);
/hardware/ril/libril/
H A DrilSocketQueue.h103 T* temp = NULL; local
109 temp = this->front;
117 return temp;
139 T* temp; local
146 temp = *ppCur;
148 free(temp);
/hardware/bsp/intel/peripheral/libupm/src/mhz16/
H A Dmhz16.cxx186 bool MHZ16::getData(int *gas, int *temp) argument
218 *temp = packet[4] - 40;
/hardware/bsp/intel/peripheral/libupm/src/otp538u/
H A Dotp538u.cxx39 // 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/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_bsd.c36 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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.h31 int temp; local
33 temp = arr[i];
38 arr[j] = temp ;
54 int temp, tempi; local
56 temp = arr[i];
65 arr[j] = temp ;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_alloccommon.c241 MODE_INFO *temp = cm->prev_mip; local
244 cm->mip = temp;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
H A Dgen_scalers.c227 int temp; local
233 temp = 8;
234 temp += source[i - (int)src_pitch] * 3;
235 temp += source[i] * 10;
236 temp += source[i + src_pitch] * 3;
237 temp >>= 4;
238 dest[i] = (unsigned char)(temp);
/hardware/bsp/intel/peripheral/libupm/src/bmpx8x/
H A Dbmpx8x.cxx144 float temp; local
149 temp = (B5 + 8) >> 4;
150 temp /= 10;
152 return temp;
/hardware/bsp/intel/peripheral/libupm/src/itg3200/
H A Ditg3200.cxx84 int temp[3] = {0}; local
91 temp[j] += m_rotation[j];
98 m_offsets[i] = (-1) * temp[i] / (reads - skip);
138 //temp
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1parse.c282 uint32_t temp; local
311 result = viddec_pm_get_bits(ctxt, &temp, 1);
314 ep.CODED_SIZE_FLAG = temp;
324 result = viddec_pm_get_bits(ctxt, &temp, 1);
325 md->EXTENDED_DMV = ep.EXTENDED_DMV = temp;
328 result = viddec_pm_get_bits(ctxt, &temp, 1);
331 md->RANGE_MAPY_FLAG = ep.RANGE_MAPY_FLAG = temp;
334 result = viddec_pm_get_bits(ctxt, &temp, 3);
335 md->RANGE_MAPY = ep.RANGE_MAPY = temp;
339 result = viddec_pm_get_bits(ctxt, &temp,
394 uint32_t temp; local
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnCursorPlane.cpp127 uint8_t temp; local
135 temp = srcPixel[0];
137 srcPixel[2] = temp;

Completed in 973 milliseconds

12345