Searched refs:_seam_width (Results 1 – 2 of 2) sorted by relevance
208 , _seam_width (0) in CLPyramidBlender()299 width = _seam_width; in get_seam_info()652 _seam_width = layer0.blend_width; in init_seam_buffers()654 …_seam_pos_stride = XCAM_ALIGN_UP (_seam_width, 64); // need a buffer large enough to avoid judgeme… in init_seam_buffers()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()658 _seam_pos_valid_width = XCAM_ALIGN_DOWN (_seam_width / 2, XCAM_CL_BLENDER_ALIGNMENT_X); in init_seam_buffers()661 XCAM_ASSERT (_seam_pos_offset_x + _seam_pos_valid_width <= _seam_width); in init_seam_buffers()666 cl_desc.width = _seam_width / 8; in init_seam_buffers()697 uint32_t mask_width = XCAM_ALIGN_UP(_seam_width, XCAM_CL_BLENDER_ALIGNMENT_X); in init_seam_buffers()
140 uint32_t _seam_width, _seam_height; variable