Searched defs:streamCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/camera/tests/
H A DProCameraTests.cpp710 size_t streamCount = sizeof(allStreams) / sizeof(allStreams[0]); local
716 /*data_count*/streamCount) != OK) {
723 /*data_count*/streamCount));
727 &allStreams, /*data_count*/streamCount, &entry));
737 for (size_t i = 0; i < streamCount; ++i) {
851 size_t streamCount = 2; local
857 /*data_count*/streamCount) != OK) {
864 /*data_count*/streamCount));
868 &allStreams, /*data_count*/streamCount, &entry));
926 size_t streamCount local
[all...]

Completed in 34 milliseconds