Home
last modified time | relevance | path

Searched refs:mReprocessStreamCount (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedFakeCamera2.h412 uint32_t mReprocessStreamCount; variable
DEmulatedFakeCamera2.cpp134 mReprocessStreamCount = 0; in Initialize()
563 if (mReprocessStreamCount >= kMaxReprocessStreamCount) { in allocateReprocessStreamFromStream()
565 __FUNCTION__, mReprocessStreamCount); in allocateReprocessStreamFromStream()
568 mReprocessStreamCount++; in allocateReprocessStreamFromStream()
604 mReprocessStreamCount--; in releaseReprocessStream()