Searched refs:numFormats (Results 1 – 3 of 3) sorted by relevance
381 unsigned int numFormats = sizeof(kAvailableFormats) / sizeof(uint32_t); in allocateStream() local383 for (; formatIdx < numFormats; formatIdx++) { in allocateStream()386 if (formatIdx == numFormats) { in allocateStream()
358 size_t numFormats = sizeof(kAvailableFormats) / in configureStreams() local360 for (size_t f = 0; f < numFormats; ++f) { in configureStreams()
396 unsigned int numFormats = sizeof(kAvailableFormats) / sizeof(uint32_t); in allocateStream() local398 for (; formatIdx < numFormats; formatIdx++) { in allocateStream()401 if (formatIdx == numFormats) { in allocateStream()