Home
last modified time | relevance | path

Searched refs:sensorPixelModesUsed (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtilsHidl.cpp66 hidl.streams[i].sensorPixelModesUsed.resize(stream.sensorPixelModesUsed.size()); in convertAidlToHidl37StreamCombination()
68 for (const auto &mode : stream.sensorPixelModesUsed) { in convertAidlToHidl37StreamCombination()
69 hidl.streams[i].sensorPixelModesUsed[j] = in convertAidlToHidl37StreamCombination()
DSessionConfigurationUtils.cpp435 const std::vector<int32_t> &sensorPixelModesUsed, int64_t dynamicRangeProfile, in createSurfaceFromGbp() argument
521 if (checkAndOverrideSensorPixelModesUsed(sensorPixelModesUsed, format, width, height, in createSurfaceFromGbp()
601 streamInfo.sensorPixelModesUsed = overriddenSensorPixelModes; in createSurfaceFromGbp()
668 stream->sensorPixelModesUsed.resize(streamInfo.sensorPixelModesUsed.size()); in mapStreamInfo()
671 for (auto mode : streamInfo.sensorPixelModesUsed) { in mapStreamInfo()
672 stream->sensorPixelModesUsed[idx++] = in mapStreamInfo()
808 stream.sensorPixelModesUsed = defaultSensorPixelModes; in convertToHALStreamCombination()
827 std::vector<int32_t> sensorPixelModesUsed = it.getSensorPixelModesUsed(); in convertToHALStreamCombination() local
886 if (checkAndOverrideSensorPixelModesUsed(sensorPixelModesUsed, in convertToHALStreamCombination()
889 &streamInfo.sensorPixelModesUsed) != OK) { in convertToHALStreamCombination()
[all …]
DSessionConfigurationUtils.h113 const std::vector<int32_t> &sensorPixelModesUsed, int64_t dynamicRangeProfile,
165 const std::vector<int32_t> &sensorPixelModesUsed, int format, int width, int height,
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.h94 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport,
113 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport,
131 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport,
281 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport,
DCamera3IOStreamBase.cpp39 const std::unordered_set<int32_t> &sensorPixelModesUsed, in Camera3IOStreamBase() argument
44 physicalCameraId, sensorPixelModesUsed, setId, isMultiResolution, in Camera3IOStreamBase()
DCamera3StreamInterface.h113 std::unordered_set<int32_t> sensorPixelModesUsed; variable
133 sensorPixelModesUsed(_sensorPixelModesUsed), dynamicRangeProfile(_dynamicRangeProfile), in OutputStreamInfo()
DCamera3OutputStream.cpp61 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport, in Camera3OutputStream() argument
67 physicalCameraId, sensorPixelModesUsed, setId, isMultiResolution, in Camera3OutputStream()
96 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport, in Camera3OutputStream() argument
101 format, dataSpace, rotation, physicalCameraId, sensorPixelModesUsed, in Camera3OutputStream()
136 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport, in Camera3OutputStream() argument
142 physicalCameraId, sensorPixelModesUsed, setId, isMultiResolution, in Camera3OutputStream()
181 const std::unordered_set<int32_t> &sensorPixelModesUsed, in Camera3OutputStream() argument
192 physicalCameraId, sensorPixelModesUsed, setId, isMultiResolution, in Camera3OutputStream()
DCamera3IOStreamBase.h39 const std::unordered_set<int32_t> &sensorPixelModesUsed,
DCamera3SharedOutputStream.h41 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport,
DCamera3SharedOutputStream.cpp35 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport, in Camera3SharedOutputStream() argument
40 format, dataSpace, rotation, physicalCameraId, sensorPixelModesUsed, in Camera3SharedOutputStream()
DCamera3Stream.h509 const std::unordered_set<int32_t> &sensorPixelModesUsed,
DCamera3Device.cpp1012 const std::unordered_set<int32_t> &sensorPixelModesUsed, in createStream() argument
1027 format, dataSpace, rotation, id, physicalCameraId, sensorPixelModesUsed, surfaceIds, in createStream()
1048 const std::unordered_set<int32_t> &sensorPixelModesUsed, in createStream() argument
1108 if (isRawFormat(format) && sensorPixelModesUsed.size() > 1) { in createStream()
1134 mTimestampOffset, physicalCameraId, sensorPixelModesUsed, transport, streamSetId, in createStream()
1139 sensorPixelModesUsed.find(ANDROID_SENSOR_PIXEL_MODE_MAXIMUM_RESOLUTION) != in createStream()
1140 sensorPixelModesUsed.end(); in createStream()
1149 mTimestampOffset, physicalCameraId, sensorPixelModesUsed, transport, streamSetId, in createStream()
1155 mTimestampOffset, physicalCameraId, sensorPixelModesUsed, transport, streamSetId, in createStream()
1161 mTimestampOffset, physicalCameraId, sensorPixelModesUsed, transport, streamSetId, in createStream()
[all …]
DCamera3Stream.cpp57 const std::unordered_set<int32_t> &sensorPixelModesUsed, in Camera3Stream() argument
97 camera_stream::sensor_pixel_modes_used = sensorPixelModesUsed; in Camera3Stream()
/frameworks/av/services/camera/libcameraservice/api2/
DCompositeStream.h47 const std::unordered_set<int32_t> &sensorPixelModesUsed,
61 const std::unordered_set<int32_t> &sensorPixelModesUsed,
DDepthCompositeStream.cpp536 const std::unordered_set<int32_t> &sensorPixelModesUsed, in checkAndGetMatchingDepthSize() argument
543 setContains(sensorPixelModesUsed, ANDROID_SENSOR_PIXEL_MODE_DEFAULT); in checkAndGetMatchingDepthSize()
546 setContains(sensorPixelModesUsed, ANDROID_SENSOR_PIXEL_MODE_MAXIMUM_RESOLUTION); in checkAndGetMatchingDepthSize()
592 const std::unordered_set<int32_t> &sensorPixelModesUsed, in createInternalStreams() argument
604 mSupportedDepthSizesMaximumResolution, sensorPixelModesUsed, &depthWidth, in createInternalStreams()
626 id, physicalCameraId, sensorPixelModesUsed, surfaceIds, in createInternalStreams()
649 kDepthMapDataSpace, rotation, &mDepthStreamId, physicalCameraId, sensorPixelModesUsed, in createInternalStreams()
925 depthSizesMaximumResolution, streamInfo.sensorPixelModesUsed, &chosenDepthWidth, in getCompositeStreamInfo()
DDepthCompositeStream.h55 const std::unordered_set<int32_t> &sensorPixelModesUsed,
104 const std::unordered_set<int32_t> &sensorPixelModesUsed,
DCompositeStream.cpp50 const std::unordered_set<int32_t> &sensorPixelModesUsed, in createStream() argument
79 id, physicalCameraId, sensorPixelModesUsed, surfaceIds, streamSetId, isShared, in createStream()
DCameraDeviceClient.cpp941 const std::vector<int32_t> &sensorPixelModesUsed = in createStream() local
958 mDevice->infoPhysical(physicalCameraId), sensorPixelModesUsed, dynamicRangeProfile, in createStream()
997 &streamId, physicalCameraId, streamInfo.sensorPixelModesUsed, &surfaceIds, in createStream()
1010 &streamId, physicalCameraId, streamInfo.sensorPixelModesUsed, &surfaceIds, in createStream()
1097 const std::vector<int32_t> &sensorPixelModesUsed = in createDeferredSurfaceStreamLocked() local
1100 sensorPixelModesUsed, format, width, height, getStaticInfo(cameraIdUsed), in createDeferredSurfaceStreamLocked()
1325 const std::vector<int32_t> &sensorPixelModesUsed = in updateOutputConfiguration() local
1338 mDevice->infoPhysical(physicalCameraId), sensorPixelModesUsed, dynamicRangeProfile, in updateOutputConfiguration()
1702 const std::vector<int32_t> &sensorPixelModesUsed = in finalizeOutputConfigurations() local
1721 mDevice->infoPhysical(physicalId), sensorPixelModesUsed, dynamicRangeProfile, in finalizeOutputConfigurations()
[all …]
DJpegRCompositeStream.h52 const std::unordered_set<int32_t> &sensorPixelModesUsed,
DJpegRCompositeStream.cpp561 const std::unordered_set<int32_t> &sensorPixelModesUsed, in createInternalStreams() argument
586 id, physicalCameraId, sensorPixelModesUsed, surfaceIds, in createInternalStreams()
607 kJpegDataSpace, rotation, &mBlobStreamId, physicalCameraId, sensorPixelModesUsed, in createInternalStreams()
DHeicCompositeStream.h50 const std::unordered_set<int32_t> &sensorPixelModesUsed,
/frameworks/av/camera/camera2/
DOutputConfiguration.cpp220 std::vector<int32_t> sensorPixelModesUsed; in readFromParcel() local
221 if ((err = parcel->readInt32Vector(&sensorPixelModesUsed)) != OK) { in readFromParcel()
297 mSensorPixelModesUsed = std::move(sensorPixelModesUsed); in readFromParcel()
/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h182 const std::unordered_set<int32_t> &sensorPixelModesUsed,
206 const std::unordered_set<int32_t> &sensorPixelModesUsed,
/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java1513 int[] sensorPixelModesUsed = source.createIntArray(); in OutputConfiguration() local
1557 mSensorPixelModesUsed = convertIntArrayToIntegerList(sensorPixelModesUsed); in OutputConfiguration()
/frameworks/av/services/camera/libcameraservice/device3/aidl/
DAidlCamera3Device.cpp959 dst.sensorPixelModesUsed.resize(src->sensor_pixel_modes_used.size()); in configureStreams()
962 dst.sensorPixelModesUsed[j++] = static_cast<SensorPixelMode>(mode); in configureStreams()
1168 dst.sensorPixelModesUsed.resize(src->sensor_pixel_modes_used.size()); in configureInjectedStreams()
1171 dst.sensorPixelModesUsed[j++] = static_cast<SensorPixelMode>(mode); in configureInjectedStreams()

12