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

  /external/libxcam/xcore/
x3a_result.h 36 XCamImageProcessType process_type = XCAM_IMAGE_PROCESS_ALWAYS,
40 , _process_type (process_type)
106 explicit X3aStandardResultT (uint32_t type, XCamImageProcessType process_type = XCAM_IMAGE_PROCESS_ALWAYS, uint32_t extra_size = 0)
107 : X3aResult (type, process_type)
115 _result->head.process_type = _process_type;
x3a_result_factory.cpp 287 from->head.process_type,
  /external/libxcam/modules/isp/
x3a_isp_config.h 127 XCamImageProcessType process_type = XCAM_IMAGE_PROCESS_ALWAYS
129 : X3aStandardResultT<StandardResult> (type, process_type)
156 XCamImageProcessType process_type = XCAM_IMAGE_PROCESS_ALWAYS)
157 : X3aStandardResultT<X3aIspConfig::X3aIspResultDummy> ((uint32_t)X3aIspConfig::IspAllParameters, process_type)
aiq3a_utils.cpp 91 wb->head.process_type = XCAM_IMAGE_PROCESS_ALWAYS;
107 blc->head.process_type = XCAM_IMAGE_PROCESS_ALWAYS;
137 cm->head.process_type = XCAM_IMAGE_PROCESS_ALWAYS;
155 gt->head.process_type = XCAM_IMAGE_PROCESS_ALWAYS;
169 macc->head.process_type = XCAM_IMAGE_PROCESS_ALWAYS;
184 dpc->head.process_type = XCAM_IMAGE_PROCESS_ALWAYS;
202 bnr->head.process_type = XCAM_IMAGE_PROCESS_ALWAYS;
231 new_exposure->head.process_type = XCAM_IMAGE_PROCESS_ALWAYS;
  /external/libchrome/base/metrics/
histogram_base.cc 127 const std::string& process_type) {
139 (process_type.empty() ? process_type : "." + process_type);
histogram_base.h 220 // UMA.Histograms.process_type.Creations
221 static void EnableActivityReportHistogram(const std::string& process_type);
  /external/libxcam/plugins/3a/hybrid/
sample.cpp 159 exposure->head.process_type = XCAM_IMAGE_PROCESS_ALWAYS;
168 wb->head.process_type = XCAM_IMAGE_PROCESS_ALWAYS;
  /external/libxcam/xcore/base/
xcam_3a_result.h 101 XCamImageProcessType process_type; member in struct:_XCam3aResultHead
  /external/libxcam/plugins/smart/dvs/
xcam_plugin_dvs.cpp 164 dvs_result->head.process_type = XCAM_IMAGE_PROCESS_POST;
  /external/libxcam/plugins/3a/aiq/
aiq_wrapper.cpp 168 xcam3a_brightness_result.head.process_type = XCAM_IMAGE_PROCESS_ALWAYS;
  /external/libxcam/plugins/smart/sample/
sample_smart_analysis.cpp 248 xcam3a_brightness_result.head.process_type = XCAM_IMAGE_PROCESS_ALWAYS;
  /art/imgdiag/
imgdiag.cc     [all...]

Completed in 248 milliseconds