Searched refs:m_LiveSnapshotSize (Results 1 – 2 of 2) sorted by relevance
1033 memset(&m_LiveSnapshotSize, 0, sizeof(m_LiveSnapshotSize)); in QCameraParameters()1150 memset(&m_LiveSnapshotSize, 0, sizeof(m_LiveSnapshotSize)); in QCameraParameters()1782 if((m_LiveSnapshotSize.width > resolution.width) || in getLiveSnapshotSize()1783 (m_LiveSnapshotSize.height > resolution.height)) { in getLiveSnapshotSize()1784 m_LiveSnapshotSize.width = resolution.width; in getLiveSnapshotSize()1785 m_LiveSnapshotSize.height = resolution.height; in getLiveSnapshotSize()1788 dim = m_LiveSnapshotSize; in getLiveSnapshotSize()1812 params.getPictureSize(&m_LiveSnapshotSize.width, &m_LiveSnapshotSize.height); in setLiveSnapshotSize()1823 if((m_LiveSnapshotSize.width > resolution.width) || in setLiveSnapshotSize()1824 (m_LiveSnapshotSize.height > resolution.height)) { in setLiveSnapshotSize()[all …]
1217 cam_dimension_t m_LiveSnapshotSize; // live snapshot size variable