Searched defs:fwk_histogramMode (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp5521 uint8_t fwk_histogramMode = (uint8_t) *histogramMode; local
5522 camMetadata.update(ANDROID_STATISTICS_HISTOGRAM_MODE, &fwk_histogramMode, 1);
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp6164 uint8_t fwk_histogramMode = (uint8_t) *histogramMode; local
6165 camMetadata.update(ANDROID_STATISTICS_HISTOGRAM_MODE, &fwk_histogramMode, 1);
6167 if (fwk_histogramMode == ANDROID_STATISTICS_HISTOGRAM_MODE_ON) {

Completed in 41 milliseconds