Home
last modified time | relevance | path

Searched refs:m_exynosPictureCSC (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.cpp123 m_exynosPictureCSC = NULL; in ExynosCameraHWInterface()
175 m_exynosPictureCSC = csc_init(cscMethod); in ExynosCameraHWInterface()
176 if (m_exynosPictureCSC == NULL) in ExynosCameraHWInterface()
1792 if (m_exynosPictureCSC) in release()
1793 csc_deinit(m_exynosPictureCSC); in release()
1794 m_exynosPictureCSC = NULL; in release()
3260 if (m_exynosPictureCSC) { in m_pictureThreadFunc()
3270 csc_set_src_format(m_exynosPictureCSC, in m_pictureThreadFunc()
3277 csc_set_dst_format(m_exynosPictureCSC, in m_pictureThreadFunc()
3284 csc_set_src_buffer(m_exynosPictureCSC, in m_pictureThreadFunc()
[all …]
DExynosCameraHWInterface.h277 void *m_exynosPictureCSC; variable
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.cpp992 m_exynosPictureCSC = NULL; in ExynosCameraHWInterface2()
1044 m_exynosPictureCSC = csc_init(cscMethod); in ExynosCameraHWInterface2()
1045 if (m_exynosPictureCSC == NULL) in ExynosCameraHWInterface2()
1047 csc_set_hw_property(m_exynosPictureCSC, CSC_HW_PROPERTY_FIXED_NODE, PICTURE_GSC_NODE_NUM); in ExynosCameraHWInterface2()
1048 csc_set_hw_property(m_exynosPictureCSC, CSC_HW_PROPERTY_HW_TYPE, CSC_HW_TYPE_GSCALER); in ExynosCameraHWInterface2()
1110 if (m_exynosPictureCSC) in release()
1111 csc_deinit(m_exynosPictureCSC); in release()
1112 m_exynosPictureCSC = NULL; in release()
4246 if (m_exynosPictureCSC) { in m_jpegCreator()
4266 csc_set_src_format(m_exynosPictureCSC, in m_jpegCreator()
[all …]
DExynosCameraHWInterface2.h605 void *m_exynosPictureCSC; variable