Searched refs:m_exynosPictureCSC (Results 1 – 4 of 4) sorted by relevance
123 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 …]
277 void *m_exynosPictureCSC; variable
992 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 …]
605 void *m_exynosPictureCSC; variable