Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCapabilities.cpp37 #define MAX_RES_STRING_LENGTH 10 macro
291 …snprintf(caps.tPreviewRes[i].param, MAX_RES_STRING_LENGTH,"%dx%d",caps.tPreviewRes[i].width,caps.t… in getCaps()
292 …snprintf(caps.tCaptureRes[i].param, MAX_RES_STRING_LENGTH,"%dx%d",caps.tCaptureRes[i].width,caps.t… in getCaps()