Searched defs:streamConfigurations (Results 1 - 1 of 1) sorted by path

/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp581 std::vector<int32_t> streamConfigurations; local
595 streamConfigurations.push_back(format);
596 streamConfigurations.push_back(supportedFormat.width);
597 streamConfigurations.push_back(supportedFormat.height);
598 streamConfigurations.push_back(
656 streamConfigurations.data(), streamConfigurations.size());

Completed in 50 milliseconds