Searched refs:fmtsIdx (Results 1 – 1 of 1) sorted by relevance
172 int fmtsIdx = nFormats; in StartCapture() local186 if (fmt.pixelformat == fmts[i] && i < fmtsIdx) in StartCapture()187 fmtsIdx = i; in StartCapture()193 if (fmtsIdx == nFormats) in StartCapture()201 fmts[fmtsIdx] & 0xFF, (fmts[fmtsIdx]>>8) & 0xFF, in StartCapture()202 (fmts[fmtsIdx]>>16) & 0xFF, (fmts[fmtsIdx]>>24) & 0xFF); in StartCapture()211 video_fmt.fmt.pix.pixelformat = fmts[fmtsIdx]; in StartCapture()