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

  /external/libxcam/capi/
context_priv.cpp 213 SurroundMode surround_mode = SphereView; local
220 _fisheye_map, _need_lsc, surround_mode, res_mode).dynamic_cast_ptr<CLImage360Stitch> ();
  /external/libxcam/tests/
test-image-stitching.cpp 191 SurroundMode surround_mode = BowlView; local
274 surround_mode = SphereView;
276 surround_mode = BowlView;
388 surround_mode == SphereView ? "sphere view" : "bowl view");
406 context, enable_seam, scale_mode, enable_fisheye_map, enable_lsc, surround_mode,
415 if (surround_mode == BowlView) {

Completed in 54 milliseconds