Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h873 int32_t height, int32_t maxWidth, int32_t maxHeight) const;
DQCamera3HWI.cpp15796 int32_t height, int32_t maxWidth, int32_t maxHeight) const in isCropValid()
15798 if ((startX < 0) || (startY < 0) || (startX >= maxWidth) || (startY >= maxHeight)) { in isCropValid()
15803 if ((width < 0) || (height < 0) || (width >= maxWidth) || (height >= maxHeight)) { in isCropValid()
15808 if (((startX + width) > maxWidth) || ((startY + height) > maxHeight)) { in isCropValid()
15810 maxHeight); in isCropValid()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp1660 int stillWidth, stillHeight, maxWidth, maxHeight; in updateViewAngles() local
1668 maxHeight = m_pCapability->picture_sizes_tbl[0].height; in updateViewAngles()
1675 maxPictureAspectRatio = (double)maxWidth/maxHeight; in updateViewAngles()
1677 LOGD("Max width: %d, height: %d", maxWidth, maxHeight); in updateViewAngles()
15983 int width, height, maxWidth, maxHeight; in setAsymmetricSnapMode() local
15992 maxHeight = m_pCapability->main_cam_cap->picture_sizes_tbl[0].height; in setAsymmetricSnapMode()
15994 if ((maxWidth * maxHeight) < (width * height)) { in setAsymmetricSnapMode()
16000 maxHeight = m_pCapability->aux_cam_cap->picture_sizes_tbl[0].height; in setAsymmetricSnapMode()
16001 if ((maxWidth * maxHeight) < (width * height)) { in setAsymmetricSnapMode()