Home | History | Annotate | Download | only in libcamera

Lines Matching refs:m_gscPictureDev

644     memset(&m_gscPictureDev, 0, sizeof(struct devInfo));
845 m_gscPictureDev.fd = exynos_v4l2_open(node, O_RDWR, 0);
846 if (m_gscPictureDev.fd <= 0) {
850 m_pictureDev = &m_gscPictureDev;