HomeSort by relevance Sort by last modified time
    Searched refs:cur_start_pos (Results 1 - 3 of 3) sorted by null

  /external/libxcam/modules/ocl/
cl_image_360_stitch.h 113 int idx, int idx_next, int &cur_start_pos);
cl_image_360_stitch.cpp 568 int idx, int idx_next, int &cur_start_pos)
606 out_merge_window.pos_x = cur_start_pos + (left_lap.pos_x - left_img_mid);
614 cur_start_pos += left_lap.pos_x - left_img_mid + right_img_mid - right_lap.pos_x;
634 int cur_start_pos = XCAM_ALIGN_DOWN (out_info.width / _fisheye_num * idx, XCAM_CL_BLENDER_ALIGNMENT_X); local
661 out_merge_window.pos_x = cur_start_pos + (left_lap.pos_x - left_img_mid);
746 int cur_start_pos = 0; local
751 _fisheye[i].buf, _fisheye[idx_next].buf, scale_input, i, idx_next, cur_start_pos);
  /external/libxaac/decoder/
ixheaacd_sbrdec_lpfuncs.c 199 WORD16 cur_start_pos; local
211 cur_start_pos = ptr_prev_data->end_position - ptr_header_data->num_time_slots;
214 ptr_sbr_data->str_frame_info_details.border_vec[0] = cur_start_pos;
217 ptr_sbr_data->str_frame_info_details.noise_border_vec[0] = cur_start_pos;
    [all...]

Completed in 623 milliseconds