Home
last modified time | relevance | path

Searched refs:rgb2yuv_cc (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/isp/
Dx3a_isp_config.cpp140 rgb2yuv_cc = *config.rgb2yuv_cc_config; in copy()
141 isp_config.rgb2yuv_cc_config = &rgb2yuv_cc; in copy()
272 _isp_content.rgb2yuv_cc = cc; in attach()
273 _isp_content.isp_config.rgb2yuv_cc_config = &_isp_content.rgb2yuv_cc; in attach()
Dx3a_isp_config.h40 struct atomisp_cc_config rgb2yuv_cc; member