Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWI.h560 int32_t m_max_pic_height; variable
DQCamera2HWI.cpp1049 m_max_pic_height(0), in QCamera2HardwareInterface()
1164 m_max_pic_height = 0; in openCamera()
1190 (m_max_pic_width * m_max_pic_height)) { in openCamera()
1192 m_max_pic_height = l_curr_height; in openCamera()
DQCameraPostProc.cpp133 max_size.h = m_parent->m_max_pic_height; in init()