Searched refs:X3aColorMatrixResult (Results 1 – 5 of 5) sorted by relevance
162 SmartPtr<X3aColorMatrixResult>165 XCAM_3A_RESULT_FACTORY (X3aColorMatrixResult, XCAM_3A_RESULT_RGB2YUV_MATRIX, from); in create_rgb2yuv_colormatrix()168 SmartPtr<X3aColorMatrixResult>171 XCAM_3A_RESULT_FACTORY (X3aColorMatrixResult, XCAM_3A_RESULT_YUV2RGB_MATRIX, from); in create_yuv2rgb_colormatrix()
40 … SmartPtr<X3aColorMatrixResult> create_rgb2yuv_colormatrix (XCam3aResultColorMatrix *from = NULL);41 … SmartPtr<X3aColorMatrixResult> create_yuv2rgb_colormatrix (XCam3aResultColorMatrix *from = NULL);
150 typedef X3aStandardResultT<XCam3aResultColorMatrix> X3aColorMatrixResult; typedef
259 SmartPtr<X3aColorMatrixResult> cc_res = in attach()260 result.dynamic_cast_ptr<X3aColorMatrixResult> (); in attach()
183 SmartPtr<X3aColorMatrixResult> csc_res = result.dynamic_cast_ptr<X3aColorMatrixResult> (); in apply_3a_result()