Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtils.cpp789 std::vector<SensorPixelMode> defaultSensorPixelModes; in convertToHALStreamCombination() local
790 defaultSensorPixelModes.resize(1); in convertToHALStreamCombination()
791 defaultSensorPixelModes[0] = in convertToHALStreamCombination()
808 stream.sensorPixelModesUsed = defaultSensorPixelModes; in convertToHALStreamCombination()