HomeSort by relevance Sort by last modified time
    Searched refs:X3aColorMatrixResult (Results 1 - 5 of 5) sorted by null

  /external/libxcam/xcore/
x3a_result_factory.h 40 SmartPtr<X3aColorMatrixResult> create_rgb2yuv_colormatrix (XCam3aResultColorMatrix *from = NULL);
41 SmartPtr<X3aColorMatrixResult> create_yuv2rgb_colormatrix (XCam3aResultColorMatrix *from = NULL);
x3a_result_factory.cpp 162 SmartPtr<X3aColorMatrixResult>
165 XCAM_3A_RESULT_FACTORY (X3aColorMatrixResult, XCAM_3A_RESULT_RGB2YUV_MATRIX, from);
168 SmartPtr<X3aColorMatrixResult>
171 XCAM_3A_RESULT_FACTORY (X3aColorMatrixResult, XCAM_3A_RESULT_YUV2RGB_MATRIX, from);
x3a_result.h 150 typedef X3aStandardResultT<XCam3aResultColorMatrix> X3aColorMatrixResult;
  /external/libxcam/modules/isp/
x3a_isp_config.cpp 259 SmartPtr<X3aColorMatrixResult> cc_res =
260 result.dynamic_cast_ptr<X3aColorMatrixResult> ();
  /external/libxcam/modules/ocl/
cl_3a_image_processor.cpp 183 SmartPtr<X3aColorMatrixResult> csc_res = result.dynamic_cast_ptr<X3aColorMatrixResult> ();

Completed in 636 milliseconds