Lines Matching refs:tPreviewRes
131 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()
289 caps.tPreviewRes[i].height = height; in getCaps()
291 …snprintf(caps.tPreviewRes[i].param, MAX_RES_STRING_LENGTH,"%dx%d",caps.tPreviewRes[i].width,caps.t… in getCaps()
306 CAMHAL_LOGDB(" W x H = %d x %d", caps.tPreviewRes[j].width, caps.tPreviewRes[j].height); in getCaps()
312 frmIvalEnum.width = caps.tPreviewRes[j].width; in getCaps()
313 frmIvalEnum.height = caps.tPreviewRes[j].height; in getCaps()