Home
last modified time | relevance | path

Searched refs:activeAreaHeight (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp65 uint32_t activeAreaHeight = activeAreaBottom - activeAreaTop; in addGainMapsForMetadata() local
73 activeAreaHeight, cfa, lensShadingMap); in addGainMapsForMetadata()
77 activeAreaHeight, lensShadingMap); in addGainMapsForMetadata()
90 uint32_t activeAreaHeight, in addBayerGainMapsForMetadata() argument
176 /*bottom*/activeAreaHeight, in addBayerGainMapsForMetadata()
194 /*bottom*/activeAreaHeight, in addBayerGainMapsForMetadata()
212 /*bottom*/activeAreaHeight, in addBayerGainMapsForMetadata()
230 /*bottom*/activeAreaHeight, in addBayerGainMapsForMetadata()
250 uint32_t activeAreaHeight, in addMonochromeGainMapsForMetadata() argument
268 /*bottom*/activeAreaHeight, in addMonochromeGainMapsForMetadata()
/aosp12/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h211 uint32_t activeAreaHeight,
225 uint32_t activeAreaHeight,
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/
H A DCameraInfoCache.java243 public int activeAreaHeight() { in activeAreaHeight() method in CameraInfoCache
H A DApi2Camera.java779 int dY = mCameraInfoCache.activeAreaHeight() - 2 * offY; in publishFrameData()