Home
last modified time | relevance | path

Searched refs:kMaxReprocessStreamCount (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedFakeCamera3.h135 static const uint32_t kMaxReprocessStreamCount = 2; variable
DEmulatedFakeCamera2.h382 static const uint32_t kMaxReprocessStreamCount = 2; variable
DEmulatedFakeCamera2.cpp563 if (mReprocessStreamCount >= kMaxReprocessStreamCount) { in allocateReprocessStreamFromStream()