Searched refs:_image_height (Results 1 – 3 of 3) sorted by relevance
/external/libxcam/capi/ |
D | context_priv.cpp | 58 , _image_height (0) in ContextBase() 94 _image_height = 1080; in set_parameters() 102 _image_height = atoi(height); in set_parameters() 104 if (_image_width == 0 || _image_height == 0) { in set_parameters() 105 XCAM_LOG_ERROR ("illegal image size width:%d height:%d", _image_width, _image_height); in set_parameters() 109 buf_info.init (image_format, _image_width, _image_height); in set_parameters()
|
D | context_priv.h | 100 uint32_t _image_height; variable
|
/external/libxcam/tests/ |
D | test-pipe-manager.cpp | 57 , _image_height (0) in MainPipeManager() 71 _image_height = image_height; in set_image_height() 90 uint32_t _image_height; member in MainPipeManager 121 ret = _display->render_init (0, 0, this->_image_width, this->_image_height, in display_buf()
|