Searched refs:depthHeight (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | DepthCompositeStream.cpp | 520 size_t *depthWidth, size_t *depthHeight) { in checkAndGetMatchingDepthSize() argument 521 if (depthWidth == nullptr || depthHeight == nullptr) { in checkAndGetMatchingDepthSize() 547 size_t depthWidth = 0, depthHeight = 0; in checkAndGetMatchingDepthSize() local 556 chosenDepthHeight != depthHeight) { in checkAndGetMatchingDepthSize() 563 chosenDepthHeight = depthHeight; in checkAndGetMatchingDepthSize() 567 *depthHeight = chosenDepthHeight; in checkAndGetMatchingDepthSize() 583 size_t depthWidth, depthHeight; in createInternalStreams() local 587 &depthHeight); in createInternalStreams() 818 *depthWidth = *depthHeight = 0; in getMatchingDepthSize() 826 *depthHeight = height; in getMatchingDepthSize() [all …]
|
H A D | DepthCompositeStream.h | 95 size_t *depthWidth /*out*/, size_t *depthHeight /*out*/); 100 size_t *depthWidth /*out*/, size_t *depthHeight /*out*/);
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3HWI.cpp | 1268 uint32_t depthHeight = 0; in validateStreamDimensions() local 1273 depthHeight = gCamCapability[cameraId]->raw_meta_dim[pDIndex].height; in validateStreamDimensions() 1317 (depthHeight == newStream->height)) { in validateStreamDimensions() 1335 uint32_t depthSamplesCount = (depthWidth * depthHeight * 2) / 16; in validateStreamDimensions() 9992 int32_t depthHeight = in initStaticMetadata() local 9996 int32_t depthSamplesCount = (depthWidth * depthHeight * 2) / 16; in initStaticMetadata() 10002 depthHeight, in initStaticMetadata() 10010 depthHeight, 33333333, in initStaticMetadata() 10017 depthHeight, 0, in initStaticMetadata() 10029 int32_t recommendedDepthConfigs[] = {depthWidth, depthHeight, HAL_PIXEL_FORMAT_RAW16, in initStaticMetadata() [all …]
|