Searched refs:depthHeight (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/api2/ |
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 549 depthSizesMaximumResolution, &depthWidth, &depthHeight); in checkAndGetMatchingDepthSize() 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() 623 ret = device->createStream(mDepthSurface, depthWidth, depthHeight, kDepthMapPixelFormat, in createInternalStreams() [all …]
|
D | DepthCompositeStream.h | 95 size_t *depthWidth /*out*/, size_t *depthHeight /*out*/); 100 size_t *depthWidth /*out*/, size_t *depthHeight /*out*/);
|