Searched defs:temp_str (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DCameraHalCommon.cpp97 char temp_str[256]; local
103 vsprintf(temp_str, str, args);
112 ALOGD("PPM: %s :%ld.%ld ms : %llu ms", temp_str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 ), absolute);
/hardware/ti/omap4-aah/camera/
H A DCameraHalCommon.cpp98 char temp_str[256]; local
104 vsprintf(temp_str, str, args);
113 CAMHAL_LOGI("PPM: %s :%ld.%ld ms : %llu ms", temp_str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 ), absolute);
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_script.cpp462 char * temp_str; local
464 temp_str = strtok(cmd+1,"!");
465 printf("Latitude %s \n",temp_str);
466 params.set(params.KEY_GPS_LATITUDE, temp_str);
467 temp_str=strtok(NULL,"!");
468 printf("Longitude %s \n",temp_str);
469 params.set(params.KEY_GPS_LONGITUDE, temp_str);
470 temp_str=strtok(NULL,"!");
471 printf("Altitude %s \n",temp_str);
472 params.set(params.KEY_GPS_ALTITUDE, temp_str);
[all...]
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_script.cpp594 char * temp_str; local
596 temp_str = strtok(cmd+1,"!");
597 printf("Latitude %s \n",temp_str);
598 params.set(params.KEY_GPS_LATITUDE, temp_str);
599 temp_str=strtok(NULL,"!");
600 printf("Longitude %s \n",temp_str);
601 params.set(params.KEY_GPS_LONGITUDE, temp_str);
602 temp_str=strtok(NULL,"!");
603 printf("Altitude %s \n",temp_str);
604 params.set(params.KEY_GPS_ALTITUDE, temp_str);
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2015 char* temp_str = new (std::nothrow) char[length]; // NOLINT local
2016 if (!temp_str)
2020 strcpy_s(temp_str, length, app);
2022 strcpy(temp_str, app);
2026 muxing_app_ = temp_str;
2033 char* temp_str = new (std::nothrow) char[length]; // NOLINT local
2034 if (!temp_str)
2038 strcpy_s(temp_str, length, app);
2040 strcpy(temp_str, app);
2044 writing_app_ = temp_str;
[all...]

Completed in 723 milliseconds