Searched refs:temp (Results 1 - 25 of 94) sorted by path

1234

/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/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_linux.c449 struct ipv4_addr temp; local
479 if (!dhd_atoip(*argv, &temp)) {
663 struct ipv4_addr temp; local
665 if (!dhd_atoip(g_rwl_servIP, &temp)) {
668 if (!dhd_atoip(*he->h_addr_list, &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...]
H A Dh264parse_dpb.c171 int32_t j, k, temp, idc; local
181 temp = sort_indices[k];
183 sort_indices[j] = temp;
204 int32_t temp; local
205 if(long_term) temp = ((active_fs->bottom_field.used_for_reference) && (active_fs->bottom_field.is_long_term)) ? 1 : 0;
206 else temp = ((active_fs->bottom_field.used_for_reference) && !(active_fs->bottom_field.is_long_term)) ? 1 : 0;
208 return temp;
221 int32_t temp; local
223 temp = ((active_fs->top_field.used_for_reference) && (active_fs->top_field.is_long_term)) ? 1 : 0;
225 temp
1132 register int32_t temp; local
2023 int32_t temp; local
2059 int32_t temp = p_dpb->ref_frames_in_buffer; local
2414 uint32_t temp; local
4010 uint32_t temp = 0; local
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
H A Dviddec_mpeg2_metadata.c946 uint32_t temp = 0; local
961 viddec_pm_get_bits(parent, &temp, 3);
962 mb_row += (temp << 7);
979 temp = 0;
980 viddec_pm_peek_bits(parent, &temp, 1);
981 if (temp == 0x1)
985 temp=0;
986 viddec_pm_peek_bits(parent, &temp, 1);
987 while (temp == 0x1)
991 temp
[all...]
/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...]
H A Dvc1parse_bitplane.c110 int32_t i, j, previousBit=0, temp; local
124 temp=xor_bit(j, i, widthMB, previousBit,
126 previousBit = temp;
132 temp=xor_bit(j, i, widthMB, pBitplane->invert,
134 previousBit = temp;
138 temp=xor_bit(j, i, widthMB, previousBit,
140 previousBit = temp;
/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/libmix/videodecoder/
H A DVideoDecoderBase.cpp607 VideoSurfaceBuffer *temp; local
613 temp = mSurfaceBuffers + i;
615 if (temp->renderBuffer.surface == mSurfaces[nextAcquire] &&
616 temp->renderBuffer.renderDone == false) {
/hardware/intel/common/libmix/videoencoder/
H A DPVSoftMPEG4Encoder.cpp54 uint32_t temp = *inyuv_4++; local
55 uint32_t tempU = temp & 0xFF;
56 tempU = tempU | ((temp >> 8) & 0xFF00);
58 uint32_t tempV = (temp >> 8) & 0xFF;
59 tempV = tempV | ((temp >> 16) & 0xFF00);
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderAVC.cpp199 OMX_U8 *temp = new OMX_U8 [mBufferSize]; local
200 if (temp == NULL) {
205 memcpy(temp, mAccumulateBuffer, mFilledLen);
210 mAccumulateBuffer = 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 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;
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 DThermalZone.java45 // calculating weighted zone temp.
249 public void setZoneTemp(int temp) { argument
250 mZoneTemp = temp;
347 // zone exceeds the max threshold temp, we de-activate that zone.
391 ". Zone Threshold exceeds max trip temp:" + mTripMax);
499 public boolean isZoneStateChanged(ThermalSensor s, int temp) { argument
501 s.setCurrTemp(temp);
502 setZoneTemp(temp);
559 // first time update of sensor temp and zone temp
[all...]
H A DVirtualThermalZone.java148 int temp = calculateZoneTemp();
149 if (temp == ThermalManager.INVALID_TEMP) {
160 int ret = ThermalUtils.writeSysfs(path, temp);
182 // one time initialization of zone temp
198 // only for polling mode apply moving average on predicted zone temp
239 // for every other mismatch return the raw sensor temp
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp61 struct cmd_s *temp; local
66 while ((temp = PopCmdQueue()))
67 free(temp);
H A Dportbase.cpp92 struct list *entry, *temp; local
95 list_foreach_safe(buffer_hdrs, entry, temp) {
187 OMX_PARAM_PORTDEFINITIONTYPE temp; local
189 memcpy(&temp, &portdefinition, sizeof(temp));
192 if (temp.nPortIndex != p->nPortIndex)
194 if (temp.eDir != p->eDir)
196 if (temp.eDomain != p->eDomain)
198 if (temp.nBufferCountActual != p->nBufferCountActual) {
199 if (temp
[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/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnCursorPlane.cpp127 uint8_t temp; local
135 temp = srcPixel[0];
137 srcPixel[2] = temp;
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngCursorPlane.cpp126 uint8_t temp; local
134 temp = srcPixel[0];
136 srcPixel[2] = temp;
149 uint8_t temp; local
159 temp = srcPixel[0];
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnCursorPlane.cpp126 uint8_t temp; local
134 temp = srcPixel[0];
136 srcPixel[2] = temp;
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_cmdbuf.c491 unsigned long temp; local
505 arg.value = (uint64_t)((unsigned long) & temp);
509 SET_SURFACE_INFO_skipped_flag(surface, temp);
510 *frame_skip = temp;
511 if (temp == 1)
/hardware/intel/img/psb_video/src/
H A Dpsb_output.c439 unsigned long temp; local
444 arg.value = (uint64_t)((unsigned long) & temp);
448 if (temp == 1) {
/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp959 char *temp = mDevice->ops->get_parameters(mDevice); local
960 outStr = temp;
962 mDevice->ops->put_parameters(mDevice, temp);
964 free(temp);

Completed in 621 milliseconds

1234