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

  /device/samsung/crespo/libcamera/
SecCamera.cpp 1019 int v4lpixelformat = pixel_format; local
1022 if (v4lpixelformat == V4L2_PIX_FMT_YUV420)
1024 else if (v4lpixelformat == V4L2_PIX_FMT_NV12)
1026 else if (v4lpixelformat == V4L2_PIX_FMT_NV12T)
1028 else if (v4lpixelformat == V4L2_PIX_FMT_NV21)
1030 else if (v4lpixelformat == V4L2_PIX_FMT_YUV422P)
1032 else if (v4lpixelformat == V4L2_PIX_FMT_YUYV)
1034 else if (v4lpixelformat == V4L2_PIX_FMT_RGB565)
1041 m_preview_v4lformat = v4lpixelformat;
1499 int v4lpixelformat= pixel_format; local
    [all...]

Completed in 25 milliseconds