Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp381 unsigned int numFormats = sizeof(kAvailableFormats) / sizeof(uint32_t); in allocateStream() local
383 for (; formatIdx < numFormats; formatIdx++) { in allocateStream()
386 if (formatIdx == numFormats) { in allocateStream()
DEmulatedQemuCamera3.cpp358 size_t numFormats = sizeof(kAvailableFormats) / in configureStreams() local
360 for (size_t f = 0; f < numFormats; ++f) { in configureStreams()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera2.cpp396 unsigned int numFormats = sizeof(kAvailableFormats) / sizeof(uint32_t); in allocateStream() local
398 for (; formatIdx < numFormats; formatIdx++) { in allocateStream()
401 if (formatIdx == numFormats) { in allocateStream()