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

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

Completed in 66 milliseconds