Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCapabilities.cpp131 strncat (supported, caps.tPreviewRes[i].param, MAX_PROP_VALUE_LENGTH-1 ); in insertPreviewSizes()
212 w = caps.tPreviewRes[i].width; in sortAscend()
213 h = caps.tPreviewRes[i].height; in sortAscend()
216 tmpW = caps.tPreviewRes[j].width; in sortAscend()
217 tmpH = caps.tPreviewRes[j].height; in sortAscend()
220 caps.tPreviewRes[j].width = w; in sortAscend()
221 caps.tPreviewRes[j].height = h; in sortAscend()
226 caps.tPreviewRes[i].width = w; in sortAscend()
227 caps.tPreviewRes[i].height = h; in sortAscend()
288 caps.tPreviewRes[i].width = width; in getCaps()
[all …]
/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h75 CapResolution tPreviewRes[32]; member