HomeSort by relevance Sort by last modified time
    Searched defs:res_mode (Results 1 - 2 of 2) sorted by null

  /external/libxcam/capi/
context_priv.cpp 214 StitchResMode res_mode = StitchRes1080P; local
216 res_mode = StitchRes4K;
220 _fisheye_map, _need_lsc, surround_mode, res_mode).dynamic_cast_ptr<CLImage360Stitch> ();
  /external/libxcam/tests/
test-image-stitching.cpp 190 StitchResMode res_mode = StitchRes1080P; local
262 res_mode = StitchRes1080P;
264 res_mode = StitchRes1080P4;
266 res_mode = StitchRes4K;
386 res_mode == StitchRes1080P ? "1080P" : (res_mode == StitchRes1080P4 ? "1080P4" : "4K"));
407 res_mode, fisheye_num, all_in_one).dynamic_cast_ptr<CLImage360Stitch> ();

Completed in 75 milliseconds