Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXExif.cpp240 struct tm *pTime; in setupEXIF() local
347 pTime = localtime (&sTv.tv_sec); in setupEXIF()
348 if ( ( 0 == status ) && ( NULL != pTime ) ) in setupEXIF()
352 pTime->tm_year + 1900, in setupEXIF()
353 pTime->tm_mon + 1, in setupEXIF()
354 pTime->tm_mday, in setupEXIF()
355 pTime->tm_hour, in setupEXIF()
356 pTime->tm_min, in setupEXIF()
357 pTime->tm_sec ); in setupEXIF()
518 struct tm *pTime; in setupEXIF_libjpeg() local
[all …]