Searched refs:temp (Results 1 - 25 of 152) sorted by relevance

1234567

/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/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/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 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 Dmax31855.cxx35 upm::MAX31855 *temp = new upm::MAX31855(0, 8); local
37 std::cout << temp->getTemp() << std::endl;
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 Dgrovetemp.js29 var temp = new groveSensor.GroveTemp(0);
30 console.log(temp.name());
36 var celsius = temp.value();
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/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/bsp/intel/peripheral/libupm/examples/java/
H A DGroveTempSample.java37 upm_grove.GroveTemp temp = new upm_grove.GroveTemp(3);
41 int celsius = temp.value();
49 temp.delete();
H A DMHZ16Sample.java40 int[] temp = new int[1];
51 co2.getData(gas, temp);
53 + temp[0]);
/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/mhz16/
H A Djavaupm_mhz16.i8 %apply int *OUTPUT { int *gas, int *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;
/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/wrs_omxil_core/core/src/
H A Dintel_m4v_config_parser.cpp790 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 Dti_m4v_config_parser.cpp805 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 Dvp9_convolve_neon.c23 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 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/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/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Diio_utils.h260 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 DrilSocketQueue.h103 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 Diio_utils.h261 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...]

Completed in 1239 milliseconds

1234567