Home | History | Annotate | Download | only in libcamera

Lines Matching refs:m_snapshot_height

556             m_snapshot_height     (0),
1203 ret = fimc_v4l2_s_fmt_cap(m_cam_fd, m_snapshot_width, m_snapshot_height, V4L2_PIX_FMT_JPEG);
1267 index, m_snapshot_width, m_snapshot_height, *jpeg_size);
1444 ret = fimc_v4l2_s_fmt_cap(m_cam_fd, m_snapshot_width, m_snapshot_height, m_snapshot_v4lformat);
1463 index, m_snapshot_width, m_snapshot_height);
1468 memcpy(yuv_buf, (unsigned char*)m_capture_buf.start, m_snapshot_width * m_snapshot_height * 2);
1517 if (jpgEnc.setConfig(JPEG_SET_ENCODE_HEIGHT, m_snapshot_height) != JPG_SUCCESS)
1520 unsigned int snapshot_size = m_snapshot_width * m_snapshot_height * 2;
1551 m_snapshot_height = height;
1559 *height = m_snapshot_height;
1563 frame = m_frameSize(m_snapshot_v4lformat, m_snapshot_width, m_snapshot_height);
1567 frame = m_snapshot_width * m_snapshot_height * BPP;
2888 mExifInfo.height = m_snapshot_height;