Searched refs:temp_str (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/omap4xxx/camera/ |
D | CameraHalCommon.cpp | 97 char temp_str[256]; in PPM() local 103 vsprintf(temp_str, str, args); in PPM() 112 …ALOGD("PPM: %s :%ld.%ld ms : %llu ms", temp_str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 ), abs… in PPM()
|
/hardware/ti/omap4-aah/camera/ |
D | CameraHalCommon.cpp | 98 char temp_str[256]; in PPM() local 104 vsprintf(temp_str, str, args); in PPM() 113 …CAMHAL_LOGI("PPM: %s :%ld.%ld ms : %llu ms", temp_str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 … in PPM()
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test_script.cpp | 462 char * temp_str; in execute_functional_script() local 464 temp_str = strtok(cmd+1,"!"); in execute_functional_script() 465 printf("Latitude %s \n",temp_str); in execute_functional_script() 466 params.set(params.KEY_GPS_LATITUDE, temp_str); in execute_functional_script() 467 temp_str=strtok(NULL,"!"); in execute_functional_script() 468 printf("Longitude %s \n",temp_str); in execute_functional_script() 469 params.set(params.KEY_GPS_LONGITUDE, temp_str); in execute_functional_script() 470 temp_str=strtok(NULL,"!"); in execute_functional_script() 471 printf("Altitude %s \n",temp_str); in execute_functional_script() 472 params.set(params.KEY_GPS_ALTITUDE, temp_str); in execute_functional_script()
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_script.cpp | 594 char * temp_str; in execute_functional_script() local 596 temp_str = strtok(cmd+1,"!"); in execute_functional_script() 597 printf("Latitude %s \n",temp_str); in execute_functional_script() 598 params.set(params.KEY_GPS_LATITUDE, temp_str); in execute_functional_script() 599 temp_str=strtok(NULL,"!"); in execute_functional_script() 600 printf("Longitude %s \n",temp_str); in execute_functional_script() 601 params.set(params.KEY_GPS_LONGITUDE, temp_str); in execute_functional_script() 602 temp_str=strtok(NULL,"!"); in execute_functional_script() 603 printf("Altitude %s \n",temp_str); in execute_functional_script() 604 params.set(params.KEY_GPS_ALTITUDE, temp_str); in execute_functional_script()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvmuxer.cpp | 2015 char* temp_str = new (std::nothrow) char[length]; // NOLINT in set_muxing_app() local 2016 if (!temp_str) in set_muxing_app() 2020 strcpy_s(temp_str, length, app); in set_muxing_app() 2022 strcpy(temp_str, app); in set_muxing_app() 2026 muxing_app_ = temp_str; in set_muxing_app() 2033 char* temp_str = new (std::nothrow) char[length]; // NOLINT in set_writing_app() local 2034 if (!temp_str) in set_writing_app() 2038 strcpy_s(temp_str, length, app); in set_writing_app() 2040 strcpy(temp_str, app); in set_writing_app() 2044 writing_app_ = temp_str; in set_writing_app()
|