Searched refs:fmtsIdx (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.cc172 int fmtsIdx = nFormats; local
186 if (fmt.pixelformat == fmts[i] && i < fmtsIdx)
187 fmtsIdx = i;
193 if (fmtsIdx == nFormats)
201 fmts[fmtsIdx] & 0xFF, (fmts[fmtsIdx]>>8) & 0xFF,
202 (fmts[fmtsIdx]>>16) & 0xFF, (fmts[fmtsIdx]>>24) & 0xFF);
211 video_fmt.fmt.pix.pixelformat = fmts[fmtsIdx];

Completed in 85 milliseconds