Searched refs:m_LiveSnapshotSize (Results 1 – 2 of 2) sorted by relevance
1000 memset(&m_LiveSnapshotSize, 0, sizeof(m_LiveSnapshotSize)); in QCameraParameters()1106 memset(&m_LiveSnapshotSize, 0, sizeof(m_LiveSnapshotSize)); in QCameraParameters()1747 if((m_LiveSnapshotSize.width > resolution.width) || in getLiveSnapshotSize()1748 (m_LiveSnapshotSize.height > resolution.height)) { in getLiveSnapshotSize()1749 m_LiveSnapshotSize.width = resolution.width; in getLiveSnapshotSize()1750 m_LiveSnapshotSize.height = resolution.height; in getLiveSnapshotSize()1753 dim = m_LiveSnapshotSize; in getLiveSnapshotSize()1777 params.getPictureSize(&m_LiveSnapshotSize.width, &m_LiveSnapshotSize.height); in setLiveSnapshotSize()1788 if((m_LiveSnapshotSize.width > resolution.width) || in setLiveSnapshotSize()1789 (m_LiveSnapshotSize.height > resolution.height)) { in setLiveSnapshotSize()[all …]
1141 cam_dimension_t m_LiveSnapshotSize; // live snapshot size variable