Home
last modified time | relevance | path

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

/frameworks/av/camera/
DCameraSessionStats.cpp117 std::vector<int64_t> histogramCounts; in readFromParcel() local
118 if ((err = parcel->readInt64Vector(&histogramCounts)) != OK) { in readFromParcel()
154 mHistogramCounts = std::move(histogramCounts); in readFromParcel()
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java439 streamProtos[i].histogramCounts = streamStats.getHistogramCounts(); in logSelf()
463 + Arrays.toString(streamProtos[i].histogramCounts) in logSelf()