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

12345

/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;
H A Dreconinter.c258 int temp; local
260 temp = x->block[yoffset ].bmi.mv.as_mv.row
265 temp += 4 + ((temp >> (sizeof(temp) * CHAR_BIT - 1)) * 8);
267 x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & x->fullpixel_mask;
269 temp = x->block[yoffset ].bmi.mv.as_mv.col
274 temp += 4 + ((temp >> (sizeof(temp) * CHAR_BI
546 int temp; local
[all...]
/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 =" +
H A DThermalSensor.java37 private String mSensorPath; /* sys path to read temp from */
39 private String mInputTempPath; /* sys path to read the current temp */
114 * If sensor path is "none", sensor temp is not read via any sysfs
144 public void setErrorCorrectionTemp(int temp) { argument
145 mErrorCorrectionTemp = temp;
161 name = "temp";
210 public void setCurrTemp(int temp) { argument
211 mCurrTemp = temp;
/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/qcom/media/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/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/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...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
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...]
/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);
H A Dvpx_scale.c76 unsigned int temp; local
86 temp = 8;
87 temp += 3 * source[j - source_pitch];
88 temp += 10 * source[j];
89 temp += 3 * source[j + source_pitch];
90 temp >>= 4;
91 dest[i] = (char)(temp);
216 * unsigned char *temp_area : Pointer to temp work area.
217 * unsigned char temp_area_height : Height of temp work area.
460 * unsigned char *temp_area : Pointer to temp wor
[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/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
H A DAKFS_AOC.c155 AKFLOAT temp; local
168 temp = CalcR(&v[i], &out[0]);
169 if(d < temp){
170 d = temp;
187 temp = tempv.u.x * tempv.u.x
190 if(d < temp){
191 d = temp;
200 temp = dv[i].u.x * cross.u.x
203 temp = fabs(temp);
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXDCC.cpp169 android::String8 temp; local
183 temp.clear();
184 temp.append(dirPaths.itemAt(i)->string());
185 temp.append(filename);
187 pFile = fopen(temp.string(), "rb");
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportbase.cpp91 struct list *entry, *temp; local
94 list_foreach_safe(buffer_hdrs, entry, temp) {
186 OMX_PARAM_PORTDEFINITIONTYPE temp; local
188 memcpy(&temp, &portdefinition, sizeof(temp));
191 if (temp.nPortIndex != p->nPortIndex)
193 if (temp.eDir != p->eDir)
195 if (temp.eDomain != p->eDomain)
197 if (temp.nBufferCountActual != p->nBufferCountActual) {
198 if (temp
[all...]
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c472 if (sensors.temp.status & INV_SENSOR_ON) {
473 if (timestamp < sensors.temp.timestamp)
474 timestamp = sensors.temp.timestamp;
660 if (sensors.temp.calibrated[0])
661 inv_data_builder.save.gyro_temp = sensors.temp.calibrated[0];
675 * @param[in] temp
678 void inv_get_gyro_bias(long *bias, long *temp) argument
683 if (temp != NULL)
684 temp[0] = inv_data_builder.save.gyro_temp;
689 * @param[out] temp Temperatur
691 inv_get_accel_bias(long *bias, long *temp) argument
825 inv_build_temp(const long temp, inv_time_t timestamp) argument
[all...]
H A Ddata_builder.h114 struct inv_single_sensor_t temp; member in struct:inv_sensor_cal_t
186 inv_error_t inv_build_temp(const long temp, inv_time_t timestamp);
199 void inv_get_gyro_bias(long *bias, long *temp);
200 void inv_get_accel_bias(long *bias, long *temp);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.h131 struct inv_single_sensor_t temp; member in struct:inv_sensor_cal_t
245 inv_error_t inv_build_temp(const long temp, inv_time_t timestamp);
275 void inv_get_mpl_gyro_bias(long *bias, long *temp);
279 void inv_get_mpl_accel_bias(long *bias, long *temp);
H A Ddata_builder.c415 if (sensors.temp.status & INV_SENSOR_ON) {
416 if (timestamp < sensors.temp.timestamp)
417 timestamp = sensors.temp.timestamp;
638 if (sensors.temp.calibrated[0])
639 inv_data_builder.save.gyro_temp = sensors.temp.calibrated[0];
675 void inv_get_mpl_gyro_bias(long *bias, long *temp) argument
681 if (temp != NULL)
682 temp[0] = inv_data_builder.save.gyro_temp;
754 * @param[out] temp Temperature where 1 C = 2^16
756 void inv_get_mpl_accel_bias(long *bias, long *temp) argument
893 inv_build_temp(const long temp, inv_time_t timestamp) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
H A Dvp9_convolve8_dspr2.c953 DECLARE_ALIGNED_ARRAY(32, uint8_t, temp, 64 * 135);
985 temp, intermediate_height,
989 temp, intermediate_height,
1002 temp, intermediate_height,
1007 temp, intermediate_height,
1013 temp, intermediate_height,
1020 temp, intermediate_height,
1025 temp, intermediate_height,
1033 copy_horiz_transposed(temp + 3, intermediate_height,
1037 vp9_convolve2_dspr2(temp
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Ddata_builder.c618 if (sensors.temp.status & INV_SENSOR_ON) {
619 if (timestamp < sensors.temp.timestamp) {
620 timestamp = sensors.temp.timestamp;
852 if (sensors.temp.calibrated[0])
853 inv_data_builder.save.gyro_temp = sensors.temp.calibrated[0];
889 void inv_get_mpl_gyro_bias(long *bias, long *temp) argument
895 if (temp != NULL)
896 temp[0] = inv_data_builder.save.gyro_temp;
968 * @param[out] temp Temperature where 1 C = 2^16
970 void inv_get_mpl_accel_bias(long *bias, long *temp) argument
1119 inv_build_temp(const long temp, inv_time_t timestamp) argument
[all...]

Completed in 985 milliseconds

12345