Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCapabilities.cpp148 strncat (supported, caps.tCaptureRes[i].param, MAX_PROP_VALUE_LENGTH-1 ); in insertImageSizes()
286 caps.tCaptureRes[i].width = width; in getCaps()
287 caps.tCaptureRes[i].height = height; in getCaps()
292 …snprintf(caps.tCaptureRes[i].param, MAX_RES_STRING_LENGTH,"%dx%d",caps.tCaptureRes[i].width,caps.t… in getCaps()
/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h77 CapResolution tCaptureRes[32]; member