Searched refs:activeAreaHeight (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/av/media/img_utils/src/ |
H A D | DngUtils.cpp | 65 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 D | DngUtils.h | 211 uint32_t activeAreaHeight, 225 uint32_t activeAreaHeight,
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | CameraInfoCache.java | 243 public int activeAreaHeight() { in activeAreaHeight() method in CameraInfoCache
|
H A D | Api2Camera.java | 779 int dY = mCameraInfoCache.activeAreaHeight() - 2 * offY; in publishFrameData()
|