Searched refs:_seam_pos_offset_x (Results 1 – 2 of 2) sorted by relevance
210 , _seam_pos_offset_x (0) in CLPyramidBlender()307 offset_x = _seam_pos_offset_x; in get_seam_pos_info()655 _seam_pos_offset_x = XCAM_ALIGN_UP (_seam_width / 4, XCAM_CL_BLENDER_ALIGNMENT_X); in init_seam_buffers()656 if (_seam_pos_offset_x >= _seam_width) in init_seam_buffers()657 _seam_pos_offset_x = 0; in init_seam_buffers()661 XCAM_ASSERT (_seam_pos_offset_x + _seam_pos_valid_width <= _seam_width); in init_seam_buffers()762 for (i = (int)_seam_pos_offset_x; i < (int)(_seam_pos_offset_x + _seam_pos_valid_width); ++i) { in fill_seam_mask()
141 uint32_t _seam_pos_offset_x, _seam_pos_valid_width; variable