Home
last modified time | relevance | path

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

/external/libxcam/capi/
Dcontext_priv.cpp206 uint32_t sttch_width = _image_width; in create_handler() local
207 uint32_t sttch_height = XCAM_ALIGN_UP (sttch_width / 2, 16); in create_handler()
208 if (sttch_width != sttch_height * 2) { in create_handler()
209 XCAM_LOG_ERROR ("incorrect stitch size width:%d height:%d", sttch_width, sttch_height); in create_handler()
222 image_360->set_output_size (sttch_width, sttch_height); in create_handler()
223 XCAM_LOG_INFO ("stitch output size width:%d height:%d", sttch_width, sttch_height); in create_handler()