Lines Matching refs:m_exynosPreviewCSC
122 m_exynosPreviewCSC = NULL;
171 m_exynosPreviewCSC = csc_init(cscMethod);
172 if (m_exynosPreviewCSC == NULL)
1796 if (m_exynosPreviewCSC)
1797 csc_deinit(m_exynosPreviewCSC);
1798 m_exynosPreviewCSC = NULL;
2686 if (m_exynosPreviewCSC) {
2689 csc_set_src_format(m_exynosPreviewCSC,
2695 csc_set_dst_format(m_exynosPreviewCSC,
2702 csc_set_src_buffer(m_exynosPreviewCSC,
2717 csc_set_dst_buffer(m_exynosPreviewCSC,
2723 if (csc_convert(m_exynosPreviewCSC) != 0)
2726 ALOGE("ERR(%s):m_exynosPreviewCSC == NULL", __func__);