Home
last modified time | relevance | path

Searched refs:ccm (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CameraITS/tests/inprog/scene2/
Dtest_dng_tags.py48 ccm = its.objects.rational_to_float(
52 print "HAL reported ccm:\n", numpy.array(ccm).reshape(3,3)
61 cm, fm = its.dng.compute_cm_fm(dng_illum[i], gains, ccm, cal)
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DOutOfProcessActivity.java92 final ContentCaptureManager ccm = getSystemService(ContentCaptureManager.class); in notifyContentCaptureStatus() local
93 final String checkResult = ccm == null ? NO_MANAGER : HAS_MANAGER + ccm; in notifyContentCaptureStatus()
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py375 ccm = cap_res['android.colorCorrection.transform']
383 ccm = numpy.array(capture_request_utils.rational_to_float(ccm)).reshape(3, 3)
399 img = numpy.dot(img.reshape(w * h, 3), ccm.T).reshape(h, w, 3).clip(0.0, 1.0)
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSubscriptionManagerTest.java1165 final CarrierConfigManager ccm = InstrumentationRegistry.getContext() in isUnmetered5GSupported() local
1167 PersistableBundle carrierConfig = ccm.getConfigForSubId(mSubId); in isUnmetered5GSupported()