Home
last modified time | relevance | path

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

/external/libxcam/modules/isp/
Dx3a_isp_config.cpp136 yuv2rgb_cc = *config.yuv2rgb_cc_config; in copy()
137 isp_config.yuv2rgb_cc_config = &yuv2rgb_cc; in copy()
269 _isp_content.yuv2rgb_cc = cc; in attach()
270 _isp_content.isp_config.yuv2rgb_cc_config = &_isp_content.yuv2rgb_cc; in attach()
Dx3a_isp_config.h39 struct atomisp_cc_config yuv2rgb_cc; member