Searched refs:SensorPixelMode (Results 1 – 3 of 3) sorted by relevance
670 using SensorPixelMode = aidl::android::hardware::camera::metadata::SensorPixelMode; in mapStreamInfo() typedef673 static_cast<SensorPixelMode>(mode); in mapStreamInfo()754 using SensorPixelMode = aidl::android::hardware::camera::metadata::SensorPixelMode; in convertToHALStreamCombination() typedef789 std::vector<SensorPixelMode> defaultSensorPixelModes; in convertToHALStreamCombination()792 static_cast<SensorPixelMode>(ANDROID_SENSOR_PIXEL_MODE_DEFAULT); in convertToHALStreamCombination()
289 public @interface SensorPixelMode {}; annotation in OutputConfiguration1103 public void addSensorPixelModeUsed(@SensorPixelMode int sensorPixelModeUsed) { in addSensorPixelModeUsed()1130 public void removeSensorPixelModeUsed(@SensorPixelMode int sensorPixelModeUsed) { in removeSensorPixelModeUsed()
84 using aidl::android::hardware::camera::metadata::SensorPixelMode;962 dst.sensorPixelModesUsed[j++] = static_cast<SensorPixelMode>(mode); in configureStreams()1171 dst.sensorPixelModesUsed[j++] = static_cast<SensorPixelMode>(mode); in configureInjectedStreams()