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

/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp3173 std::vector<AvailableStream> outputVideoStreams; local
3203 outputVideoStreams.clear();
3205 getAvailableOutputStreams(staticMeta, outputVideoStreams,
3207 ASSERT_NE(0u, outputVideoStreams.size());
3211 for (auto& videoIter : outputVideoStreams) {

Completed in 290 milliseconds