Home | History | Annotate | Download | only in libcamera

Lines Matching refs:m_snapshot_v4lformat

519             m_snapshot_v4lformat(-1),
1083 ret = fimc_v4l2_enum_fmt(m_cam_fd,m_snapshot_v4lformat);
1171 switch (m_snapshot_v4lformat) {
1301 if (m_snapshot_v4lformat == V4L2_PIX_FMT_YUV420)
1303 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_NV12)
1305 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_NV12T)
1307 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_NV21)
1309 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_YUV422P)
1311 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_YUYV)
1313 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_UYVY)
1315 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_RGB565)
1324 ret = fimc_v4l2_enum_fmt(m_cam_fd,m_snapshot_v4lformat);
1326 ret = fimc_v4l2_s_fmt_cap(m_cam_fd, m_snapshot_width, m_snapshot_height, m_snapshot_v4lformat);
1363 switch (m_snapshot_v4lformat) {
1445 frame = m_frameSize(m_snapshot_v4lformat, m_snapshot_width, m_snapshot_height);
1481 if (m_snapshot_v4lformat != v4lpixelformat) {
1482 m_snapshot_v4lformat = v4lpixelformat;
1486 if (m_snapshot_v4lformat == V4L2_PIX_FMT_YUV420)
1488 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_NV12)
1490 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_NV12T)
1492 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_NV21)
1494 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_YUV422P)
1496 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_YUYV)
1498 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_UYVY)
1500 else if (m_snapshot_v4lformat == V4L2_PIX_FMT_RGB565)
1510 return m_snapshot_v4lformat;