Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp524 size_t chosenDepthWidth = 0, chosenDepthHeight = 0; in checkAndGetMatchingDepthSize() local
539 &chosenDepthHeight); in checkAndGetMatchingDepthSize()
556 chosenDepthHeight != depthHeight) { in checkAndGetMatchingDepthSize()
563 chosenDepthHeight = depthHeight; in checkAndGetMatchingDepthSize()
567 *depthHeight = chosenDepthHeight; in checkAndGetMatchingDepthSize()
891 size_t chosenDepthWidth = 0, chosenDepthHeight = 0; in getCompositeStreamInfo() local
894 &chosenDepthHeight); in getCompositeStreamInfo()
911 (*compositeOutput)[1].height = chosenDepthHeight; in getCompositeStreamInfo()