Home
last modified time | relevance | path

Searched defs:sensorPixelModesUsed (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DSessionConfigurationUtils.cpp294 const std::vector<int32_t> &sensorPixelModesUsed){ in createSurfaceFromGbp()
604 std::vector<int32_t> sensorPixelModesUsed = it.getSensorPixelModesUsed(); in convertToHALStreamCombination() local
728 static std::unordered_set<int32_t> convertToSet(const std::vector<int32_t> &sensorPixelModesUsed) { in convertToSet()
733 const std::vector<int32_t> &sensorPixelModesUsed, int format, int width, int height, in checkAndOverrideSensorPixelModesUsed()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp47 const std::unordered_set<int32_t> &sensorPixelModesUsed, in Camera3OutputStream()
75 const std::unordered_set<int32_t> &sensorPixelModesUsed, in Camera3OutputStream()
110 const std::unordered_set<int32_t> &sensorPixelModesUsed, in Camera3OutputStream()
149 const std::unordered_set<int32_t> &sensorPixelModesUsed, in Camera3OutputStream()
H A DCamera3IOStreamBase.cpp36 const std::unordered_set<int32_t> &sensorPixelModesUsed, in Camera3IOStreamBase()
H A DCamera3StreamInterface.h109 std::unordered_set<int32_t> sensorPixelModesUsed; variable
H A DCamera3SharedOutputStream.cpp35 const std::unordered_set<int32_t> &sensorPixelModesUsed, in Camera3SharedOutputStream()
H A DCamera3Stream.cpp53 const std::unordered_set<int32_t> &sensorPixelModesUsed, in Camera3Stream()
H A DCamera3Device.cpp1360 const std::unordered_set<int32_t> &sensorPixelModesUsed, in createStream()
1393 const String8& physicalCameraId, const std::unordered_set<int32_t> &sensorPixelModesUsed, in createStream()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCompositeStream.cpp50 const std::unordered_set<int32_t> &sensorPixelModesUsed, in createStream()
H A DDepthCompositeStream.cpp519 const std::unordered_set<int32_t> &sensorPixelModesUsed, in checkAndGetMatchingDepthSize()
575 const std::unordered_set<int32_t> &sensorPixelModesUsed, in createInternalStreams()
H A DCameraDeviceClient.cpp831 const std::vector<int32_t> &sensorPixelModesUsed = in createStream() local
969 const std::vector<int32_t> &sensorPixelModesUsed = in createDeferredSurfaceStreamLocked() local
1184 const std::vector<int32_t> &sensorPixelModesUsed = in updateOutputConfiguration() local
1547 const std::vector<int32_t> &sensorPixelModesUsed = in finalizeOutputConfigurations() local
H A DHeicCompositeStream.cpp120 const std::unordered_set<int32_t> &sensorPixelModesUsed, in createInternalStreams()
/aosp12/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp163 std::vector<int32_t> sensorPixelModesUsed; in readFromParcel() local
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java738 int[] sensorPixelModesUsed = source.createIntArray(); in OutputConfiguration() local