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

  /external/libxcam/modules/ocl/
cl_image_360_stitch.cpp 484 int idx_next = 1; local
486 idx_next = (i == (_fisheye_num - 1)) ? 0 : (i + 1);
495 - _stitch_info.merge_width[idx_next];
497 _img_merge_info[i].right.width = _stitch_info.merge_width[idx_next];
568 int idx, int idx_next, int &cur_start_pos)
578 Rect right_lap = get_image_overlap (idx_next, 0);
620 SmartPtr<VideoBuffer> &input0, SmartPtr<VideoBuffer> &input1, SmartPtr<VideoBuffer> &output, int idx, int idx_next)
630 Rect right_lap = get_image_overlap (idx_next, 0);
725 int idx_next = 1; local
727 idx_next = (i == (_fisheye_num - 1)) ? 0 : (i + 1)
745 int idx_next = 1; local
810 int idx_next = 1; local
    [all...]
cl_image_360_stitch.h 110 SmartPtr<VideoBuffer> &input0, SmartPtr<VideoBuffer> &input1, SmartPtr<VideoBuffer> &output, int idx, int idx_next);
113 int idx, int idx_next, int &cur_start_pos);
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 2675 const ptrdiff_t idx_next = i - m_clusters; \/\/ insertion position local
3036 const ptrdiff_t idx_next = i - m_clusters; \/\/ insertion position local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 2678 const ptrdiff_t idx_next = i - m_clusters; \/\/ insertion position local
3039 const ptrdiff_t idx_next = i - m_clusters; \/\/ insertion position local
    [all...]

Completed in 760 milliseconds