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

  /cts/apps/CtsVerifier/include/colorchecker/
whitebalancetest.h 33 const std::vector<Vec3f>* checkerColors) {
48 int findCorrelatedColorTemp(const Vec3f &whitePoint);
49 Vec3f initializeFromRGB(const Vec3f &rgb);
53 std::vector<Vec3f> mCheckerColors;
54 std::vector<Vec3f> mCheckerXyzColors;
55 std::vector<Vec3f> mXyzColorsDaylight;
autolocktest.h 31 void addDataToList(const std::vector<Vec3f>* checkerColors) {
45 bool IsBrighterThan(const std::vector<Vec3f>* colorCheckers1,
46 const std::vector<Vec3f>* colorCheckers2) const;
47 bool IsEquivalentTo(const std::vector<Vec3f>* colorCheckers1,
48 const std::vector<Vec3f>* colorCheckers2) const;
50 std::vector<std::vector<Vec3f> > mCheckerColors;
meteringtest.h 35 void addDataToList(const std::vector<Vec3f>* checkerColors) {
49 bool isDarkerThan(const std::vector<Vec3f>* checkerColors1,
50 const std::vector<Vec3f>* checkerColors2) const;
51 bool isEquivalentTo(const std::vector<Vec3f>* checkerColors1,
52 const std::vector<Vec3f>* checkerColors2) const;
54 std::vector<std::vector<Vec3f> > mCheckerColors;
exposurecompensationtest.h 38 const std::vector<Vec3f>* checkerColors) {
52 std::vector<std::vector<Vec3f> > mCheckerColors;
testingimage.h 53 const std::vector<Vec3f>* getColorChecker(
colorcheckertest.h 98 std::vector<std::vector< Vec3f* > > mMatchColors;
vec3.h 115 typedef Vec3<float> Vec3f;
  /frameworks/base/media/mca/filterpacks/native/base/
vec_types.h 171 typedef Vec<float,3> Vec3f;
  /external/libxcam/xcore/
vec_mat.h 954 typedef VectorN<float, 3> Vec3f;
    [all...]

Completed in 600 milliseconds