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

12

/device/asus/flo/conn_init/
H A Dwfc_util_common.c53 char temp; local
66 temp = pAsciiString[i];
68 if (temp >= '0' && temp <= '9') {
69 temp = temp - '0';
70 } else if ( temp >= 'a' && temp <= 'f' ) {
71 temp = temp
[all...]
/device/lge/mako/conn_init/
H A Dwfc_util_common.c53 char temp; local
66 temp = pAsciiString[i];
68 if (temp >= '0' && temp <= '9') {
69 temp = temp - '0';
70 } else if ( temp >= 'a' && temp <= 'f' ) {
71 temp = temp
[all...]
/device/generic/goldfish/qemu-props/
H A Dqemu-props.c85 char temp[BUFF_SIZE]; local
86 int len = qemud_channel_recv(qemud_fd, temp, sizeof temp - 1);
89 if (len < 0 || len > BUFF_SIZE-1 || temp[0] == '\0')
92 temp[len] = '\0'; /* zero-terminate string */
94 DD("received: %.*s", len, temp);
97 q = strchr(temp, '=');
104 if (property_set(temp, q) < 0) {
105 DD("could not set property '%s' to '%s'", temp, q);
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/inc/
H A DQCameraUsbPriv.h87 char temp[1001] = {0};\
90 strlcpy(temp,parms+n,1000);\
91 ALOGD("parms = %s", temp);\
92 if (strlen(temp) < 1000) break;\
/device/lge/mako/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Parm.cpp1654 camera_iso_mode_type temp = (camera_iso_mode_type) value; local
1669 native_set_parms(MM_CAMERA_PARM_ISO, sizeof(camera_iso_mode_type), (void *)&temp);
1835 num_areas_found = 1; //temp; need to change after the multi-roi is enabled
1850 #if 1 //temp solution
1949 num_areas_found = 1; //temp; need to change after the multi-roi is enabled
2288 camera_antibanding_type temp = (camera_antibanding_type) value; local
2408 denoise_param_t temp; local
2409 memset(&temp, 0, sizeof(denoise_param_t));
2410 temp.denoise_enable = value;
2411 temp
2865 int temp = (int8_t)value; local
2941 int8_t temp = (int8_t)value; local
3001 exp_bracketing_t temp; local
3015 exp_bracketing_t temp; local
3093 int8_t temp = (int8_t)value; local
3837 rat_t temp = {num, denom}; local
[all...]
/device/lge/mako/camera/
H A DQCameraHWI_Parm.cpp702 rat_t temp = {num, denom}; local
703 return temp;
1697 camera_iso_mode_type temp = (camera_iso_mode_type) value; local
1712 native_set_parms(MM_CAMERA_PARM_ISO, sizeof(camera_iso_mode_type), (void *)&temp);
1713 mIsoValue = (int)temp;
1879 num_areas_found = 1; //temp; need to change after the multi-roi is enabled
1894 #if 1 //temp solution
1993 num_areas_found = 1; //temp; need to change after the multi-roi is enabled
2435 camera_antibanding_type temp = (camera_antibanding_type) value; local
2567 denoise_param_t temp; local
3029 int temp = (int8_t)value; local
3105 int8_t temp = (int8_t)value; local
3180 exp_bracketing_t temp; local
3200 exp_bracketing_t temp; local
3272 int8_t temp = (int8_t)value; local
4159 rat_t temp; local
[all...]
H A DQCameraHWI.cpp2767 exp_bracketing_t temp; local
2768 memset(&temp, 0, sizeof(exp_bracketing_t));
2769 ret = cam_config_get_parm(mCameraId, MM_CAMERA_PARM_HDR, (void *)&temp );
2772 temp.hdr_enable = false;
2773 temp.mode = HDR_MODE;
2774 temp.total_hal_frames = temp.total_frames;
2776 sizeof(exp_bracketing_t), (void *)&temp);
2780 exp_value = (char *) temp.values;
2789 *num_frame =temp
[all...]
H A DQualcommCameraHardware.cpp8346 camera_antibanding_type temp = (camera_antibanding_type) value; local
8349 sizeof(camera_antibanding_type), (void *)&temp ,(int *)&result);
8371 int8_t temp = (int8_t)value; local
8375 native_set_parms(CAMERA_PARM_MCE, sizeof(int8_t), (void *)&temp);
8394 int32_t temp = (int32_t)value; local
8395 ALOGI("%s: setting HFR value of %s(%d)", __FUNCTION__, str, temp);
8415 native_set_parms(CAMERA_PARM_HFR, sizeof(int32_t), (void *)&temp);
8433 exp_bracketing_t temp; local
8434 memset(&temp, 0, sizeof(temp));
8463 exp_bracketing_t temp; local
8501 int8_t temp = (int8_t)value; local
8658 int8_t temp = (int8_t)value; local
8681 camera_iso_mode_type temp = (camera_iso_mode_type) value; local
[all...]
/device/moto/shamu/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Parm.cpp1735 camera_iso_mode_type temp = (camera_iso_mode_type) value; local
1750 native_set_parms(MM_CAMERA_PARM_ISO, sizeof(camera_iso_mode_type), (void *)&temp);
1916 num_areas_found = 1; //temp; need to change after the multi-roi is enabled
1999 num_areas_found = 1; //temp; need to change after the multi-roi is enabled
2339 camera_antibanding_type temp = (camera_antibanding_type) value; local
2466 denoise_param_t temp; local
2467 memset(&temp, 0, sizeof(denoise_param_t));
2468 temp.denoise_enable = value;
2471 temp.process_plates = WAVELET_DENOISE_YCBCR_PLANE;
2474 temp
2931 int temp = (int8_t)value; local
2995 int8_t temp = (int8_t)value; local
3065 exp_bracketing_t temp; local
3079 exp_bracketing_t temp; local
3161 int8_t temp = (int8_t)value; local
3865 rat_t temp = {num, denom}; local
[all...]
H A DQCameraHWI.cpp3092 exp_bracketing_t temp; local
3093 memset(&temp, 0, sizeof(exp_bracketing_t));
3094 ret = mCameraHandle->ops->get_parm(mCameraHandle->camera_handle, MM_CAMERA_PARM_HDR, (void *)&temp );
3099 temp.hdr_enable = FALSE;
3100 temp.mode = HDR_MODE;
3101 temp.total_hal_frames = temp.total_frames;
3103 sizeof(exp_bracketing_t), (void *)&temp);
3108 exp_value = (char *) temp.values;
3117 *num_frame =temp
[all...]
/device/generic/goldfish/gps/
H A Dgps_qemu.c161 char temp[16]; local
163 if (len >= (int)sizeof(temp))
166 memcpy( temp, p, len );
167 temp[len] = 0;
168 return strtod( temp, NULL );
507 char temp[256]; local
508 char* p = temp;
509 char* end = p + sizeof(temp);
530 D(temp);
/device/htc/flounder/VolantisKeyboard/
H A DAndroid.mk46 # Reset temp vars.
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c1300 unsigned long temp; local
1314 temp = entity.flags >> 8;
1315 mount_angle = (temp & 0xFF) * 90;
1316 facing = (temp >> 8);
1318 , num_cameras, (unsigned int)temp, (unsigned int)mount_angle,
/device/lge/mako/camera/mm-camera-interface/
H A Dmm_jpeg_encoder.c63 jpeg_buffer_t temp; variable
253 jpeg_buffer_destroy(&temp);
350 if ((rc = jpeg_buffer_init(&temp)) ||
/device/asus/flo/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp1667 rat_t sensorExpTime, temp; local
1673 temp.num = 1;
1674 temp.denom = temp2;
1675 memcpy(&sensorExpTime, &temp, sizeof(sensorExpTime));
2233 int32_t temp = streamDim.height; local
2235 streamDim.width = temp;
/device/asus/flo/camera/QCamera2/HAL/
H A DQCameraChannel.cpp668 int32_t temp = streamInfo->dim.height; local
670 streamInfo->dim.width = temp;
H A DQCameraParameters.cpp4613 cam_denoise_param_t temp; local
4614 memset(&temp, 0, sizeof(temp));
4615 temp.denoise_enable = value;
4618 temp.process_plates = getWaveletDenoiseProcessPlate();
4621 __func__, temp.denoise_enable, temp.process_plates);
4624 sizeof(temp),
4625 &temp);
6074 // commit change from temp storag
[all...]
/device/lge/hammerhead/camera/QCamera2/HAL/
H A DQCameraChannel.cpp668 int32_t temp = streamInfo->dim.height; local
670 streamInfo->dim.width = temp;
H A DQCameraParameters.cpp4613 cam_denoise_param_t temp; local
4614 memset(&temp, 0, sizeof(temp));
4615 temp.denoise_enable = value;
4618 temp.process_plates = getWaveletDenoiseProcessPlate();
4621 __func__, temp.denoise_enable, temp.process_plates);
4624 sizeof(temp),
4625 &temp);
6074 // commit change from temp storag
[all...]
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_app.c93 mm_camera_app_obj_t *temp = my_cam_app.obj[cam_id]; local
94 return temp;
/device/moto/shamu/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp1090 int temp = jpg_job.encode_job.thumb_dim.dst_dim.width; local
1093 jpg_job.encode_job.thumb_dim.dst_dim.height = temp;
1254 int32_t temp = encodeParam.src_main_buf[0].offset.mp[0].stride; local
1257 encodeParam.src_main_buf[0].offset.mp[0].scanline = temp;
1259 temp = encodeParam.src_thumb_buf[0].offset.mp[0].stride;
1262 encodeParam.src_thumb_buf[0].offset.mp[0].scanline = temp;
1327 int temp = jpg_job.encode_job.thumb_dim.dst_dim.width; local
1330 jpg_job.encode_job.thumb_dim.dst_dim.height = temp;
/device/moto/shamu/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp398 unsigned char temp; local
449 temp = 0xff;
450 ret = fwrite(&temp, sizeof(unsigned char), 1, fh);
454 temp = 0xd8;
455 fwrite(&temp, sizeof(unsigned char), 1, fh);
466 temp = 0xff;
467 fwrite(&temp, sizeof(unsigned char), 1, fh);
468 temp = 0xe1;
469 fwrite(&temp, sizeof(unsigned char), 1, fh);
475 temp
[all...]
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_app.c96 mm_camera_app_obj_t *temp = my_cam_app.obj[cam_id]; local
97 return temp;
/device/lge/hammerhead/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp965 int temp = jpg_job.encode_job.thumb_dim.dst_dim.width; local
968 jpg_job.encode_job.thumb_dim.dst_dim.height = temp;
/device/moto/shamu/camera/QCamera2/HAL/
H A DQCameraChannel.cpp903 int32_t temp = streamInfo->dim.height; local
905 streamInfo->dim.width = temp;

Completed in 165 milliseconds

12