Home
last modified time | relevance | path

Searched refs:pTime (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXExif.cpp226 struct tm *pTime; in setupEXIF() local
336 pTime = gmtime (&sTv.tv_sec); in setupEXIF()
337 if ( ( 0 == status ) && ( NULL != pTime ) ) in setupEXIF()
341 pTime->tm_year + 1900, in setupEXIF()
342 pTime->tm_mon + 1, in setupEXIF()
343 pTime->tm_mday, in setupEXIF()
344 pTime->tm_hour, in setupEXIF()
345 pTime->tm_min, in setupEXIF()
346 pTime->tm_sec ); in setupEXIF()
505 struct tm *pTime; in setupEXIF_libjpeg() local
[all …]