• Home
  • Raw
  • Download

Lines Matching refs:hasCapability

423     if (!hasCapability(BACKWARD_COMPATIBLE) && type != CAMERA3_TEMPLATE_PREVIEW) {  in constructDefaultRequestSettings()
455 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
475 if (hasCapability(MANUAL_SENSOR)) { in constructDefaultRequestSettings()
490 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
502 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructDefaultRequestSettings()
549 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructDefaultRequestSettings()
565 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructDefaultRequestSettings()
576 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
584 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
613 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
667 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructDefaultRequestSettings()
1119 if (hasCapability(FULL_LEVEL)) { in getCameraCapabilities()
1128 if (hasCapability(BURST_CAPTURE) || in getCameraCapabilities()
1129 hasCapability(READ_SENSOR_SETTINGS) || in getCameraCapabilities()
1130 hasCapability(RAW) || in getCameraCapabilities()
1131 hasCapability(MANUAL_SENSOR) || in getCameraCapabilities()
1132 hasCapability(MANUAL_POST_PROCESSING) || in getCameraCapabilities()
1133 hasCapability(PRIVATE_REPROCESSING) || in getCameraCapabilities()
1134 hasCapability(YUV_REPROCESSING) || in getCameraCapabilities()
1135 hasCapability(CONSTRAINED_HIGH_SPEED_VIDEO)) { in getCameraCapabilities()
1147 bool EmulatedFakeCamera3::hasCapability(AvailableCapabilities cap) { in hasCapability() function in android::EmulatedFakeCamera3
1183 if (hasCapability(MANUAL_SENSOR)) { in constructStaticInfo()
1222 if (hasCapability(RAW) || hasCapability(MANUAL_SENSOR)) { in constructStaticInfo()
1234 if (hasCapability(RAW)) { in constructStaticInfo()
1239 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1252 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1283 if (hasCapability(DEPTH_OUTPUT)) { in constructStaticInfo()
1341 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructStaticInfo()
1351 if (hasCapability(MANUAL_POST_PROCESSING)) { in constructStaticInfo()
1397 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1407 if (hasCapability(RAW)) { in constructStaticInfo()
1412 if (hasCapability(BURST_CAPTURE)) { in constructStaticInfo()
1456 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1466 if (hasCapability(RAW)) { in constructStaticInfo()
1471 if (hasCapability(BURST_CAPTURE)) { in constructStaticInfo()
1514 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1524 if (hasCapability(RAW)) { in constructStaticInfo()
1529 if (hasCapability(BURST_CAPTURE)) { in constructStaticInfo()
1541 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1553 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1569 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1594 hasCapability(FULL_LEVEL) ? ANDROID_SYNC_MAX_LATENCY_PER_FRAME_CONTROL : 3; in constructStaticInfo()
1599 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1614 hasCapability(BACKWARD_COMPATIBLE) ? in constructStaticInfo()
1621 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1629 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1660 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1669 const uint8_t aeLockAvailable = hasCapability(BACKWARD_COMPATIBLE) ? in constructStaticInfo()
1675 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1688 const uint8_t awbLockAvailable = hasCapability(BACKWARD_COMPATIBLE) ? in constructStaticInfo()
1706 if (mFacingBack && hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1722 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1739 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1756 hasCapability(FULL_LEVEL) ? ANDROID_INFO_SUPPORTED_HARDWARE_LEVEL_FULL : in constructStaticInfo()
1764 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1782 if (hasCapability(DEPTH_OUTPUT)) { in constructStaticInfo()
1819 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1905 if (hasCapability(BACKWARD_COMPATIBLE)) { in constructStaticInfo()
1916 if (hasCapability(DEPTH_OUTPUT)) { in constructStaticInfo()
1966 if (!hasCapability(BACKWARD_COMPATIBLE)) { in process3A()
2012 if (e.count == 0 && hasCapability(BACKWARD_COMPATIBLE)) { in doFakeAE()
2131 if (e.count == 0 && hasCapability(BACKWARD_COMPATIBLE)) { in doFakeAF()
2339 if (e.count == 0 && hasCapability(BACKWARD_COMPATIBLE)) { in doFakeAWB()
2617 if (mParent->hasCapability(BACKWARD_COMPATIBLE)) { in threadLoop()
2635 if (mParent->hasCapability(DEPTH_OUTPUT)) { in threadLoop()