Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXExif.cpp335 exifTags->ulFocalLength[0] = (OMX_U32) mEXIFData.mFocalNum; in setupEXIF()
336 exifTags->ulFocalLength[1] = (OMX_U32) mEXIFData.mFocalDen; in setupEXIF()
338 (unsigned int)(exifTags->ulFocalLength[0]), in setupEXIF()
339 (unsigned int)(exifTags->ulFocalLength[1])); in setupEXIF()
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_TI_IVCommon.h2107 OMX_U32 ulFocalLength[2]; member