HomeSort by relevance Sort by last modified time
    Searched full:fmtdesc (Results 1 - 1 of 1) sorted by null

  /device/samsung/crespo/libcamera/
SecCamera.cpp 380 struct v4l2_fmtdesc fmtdesc; local
383 fmtdesc.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
384 fmtdesc.index = 0;
386 while (ioctl(fp, VIDIOC_ENUM_FMT, &fmtdesc) == 0) {
387 if (fmtdesc.pixelformat == fmt) {
388 LOGV("passed fmt = %#x found pixel format[%d]: %s\n", fmt, fmtdesc.index, fmtdesc.description);
393 fmtdesc.index++;
    [all...]

Completed in 953 milliseconds