OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_image_width
(Results
1 - 3
of
3
) sorted by null
/external/libxcam/capi/
context_priv.cpp
57
,
_image_width
(0)
93
_image_width
= 1920;
98
_image_width
= atoi(width);
104
if (
_image_width
== 0 || _image_height == 0) {
105
XCAM_LOG_ERROR ("illegal image size width:%d height:%d",
_image_width
, _image_height);
109
buf_info.init (image_format,
_image_width
, _image_height);
206
uint32_t sttch_width =
_image_width
;
context_priv.h
99
uint32_t
_image_width
;
member in class:ContextBase
/external/libxcam/tests/
test-pipe-manager.cpp
56
:
_image_width
(0)
67
_image_width
= image_width;
89
uint32_t
_image_width
;
member in class:MainPipeManager
121
ret = _display->render_init (0, 0, this->
_image_width
, this->_image_height,
Completed in 596 milliseconds