Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp362 unsigned int numFormats = sizeof(kAvailableFormats) / sizeof(uint32_t); in allocateStream() local
365 for (; formatIdx < numFormats; formatIdx++) { in allocateStream()
368 if (formatIdx == numFormats) { in allocateStream()