Searched refs:pre_idx (Results 1 – 2 of 2) sorted by relevance
/external/libxcam/modules/soft/ |
D | soft_stitcher.cpp | 570 uint32_t pre_idx = (idx + camera_num - 1) % camera_num; in start_overlap_tasks() local 583 param_b = _overlaps[pre_idx].find_blender_param_in_map (param, pre_idx); in start_overlap_tasks() 587 _overlaps[pre_idx].param_map.erase (param.ptr ()); in start_overlap_tasks() 601 ret = start_single_blender (pre_idx, prev_param); in start_overlap_tasks() 604 … "soft-stitcher:%s blend overlap idx:%d failed", XCAM_STR (_stitcher->get_name ()), pre_idx); in start_overlap_tasks() 617 ret = feature_match (prev_param->in_buf, prev_param->in1_buf, pre_idx); in start_overlap_tasks() 620 …soft-stitcher:%s feature-match overlap idx:%d failed", XCAM_STR (_stitcher->get_name ()), pre_idx); in start_overlap_tasks()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 2915 int swz_idx = 0, pre_idx = 0; in get_source_info() local 2924 prefix[pre_idx++] = '-'; in get_source_info() 2926 strcpy(&prefix[pre_idx++], "abs("); in get_source_info()
|