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

  /external/dynamic_depth/includes/dynamic_depth/
earth_pose.h 53 bool HasOrientation() const;
pose.h 57 bool HasOrientation() const;
  /external/dynamic_depth/internal/dynamic_depth/
earth_pose.cc 94 bool EarthPose::HasOrientation() const { return orientation_.size() == 4; }
110 if (!HasPosition() && !HasOrientation()) {
pose.cc 91 bool Pose::HasOrientation() const { return orientation_.size() == 4; }
105 if (!HasPosition() && !HasOrientation()) {
  /external/dng_sdk/source/
dng_xmp.h 258 bool HasOrientation () const;
dng_xmp.cpp     [all...]

Completed in 521 milliseconds