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

  /cts/apps/CtsVerifier/lib/colorchecker/
exposurecompensationtest.cpp 40 int numPatches = mCheckerColors[0].size();
41 ALOGV("Processing %d tests with %d patches", numTests, numPatches);
56 for (int j = 0; j < numPatches; ++j) {
whitebalancetest.cpp 37 int numPatches = mCheckerColors.size();
38 ALOGV("Processing %d tests with %d patches", 2, numPatches);
40 std::vector<Vec3f> xyzColors(numPatches);
41 for (int j = 0; j < numPatches; ++j) {
54 for (int j = 1; j < numPatches; ++j) {
59 for (int j = 1; j < numPatches; ++j) {
64 meanScale = meanScale / (numPatches - 1);
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp     [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp     [all...]

Completed in 120 milliseconds