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.cpp67 hidl.streams[i].sensorPixelModesUsed.resize(stream.sensorPixelModesUsed.size()); in convertAidlToHidl37StreamCombination()
69 for (const auto &mode : stream.sensorPixelModesUsed) { in convertAidlToHidl37StreamCombination()
70 hidl.streams[i].sensorPixelModesUsed[j] = in convertAidlToHidl37StreamCombination()
DSessionConfigurationUtils.cpp451 const std::vector<int32_t> &sensorPixelModesUsed, int64_t dynamicRangeProfile, in createConfiguredSurface() argument
538 if (checkAndOverrideSensorPixelModesUsed(sensorPixelModesUsed, format, width, height, in createConfiguredSurface()
618 streamInfo.sensorPixelModesUsed = overriddenSensorPixelModes; in createConfiguredSurface()
684 stream->sensorPixelModesUsed.resize(streamInfo.sensorPixelModesUsed.size()); in mapStreamInfo()
687 for (auto mode : streamInfo.sensorPixelModesUsed) { in mapStreamInfo()
688 stream->sensorPixelModesUsed[idx++] = in mapStreamInfo()
824 stream.sensorPixelModesUsed = defaultSensorPixelModes; in convertToHALStreamCombination()
842 std::vector<int32_t> sensorPixelModesUsed = it.getSensorPixelModesUsed(); in convertToHALStreamCombination() local
900 if (checkAndOverrideSensorPixelModesUsed(sensorPixelModesUsed, in convertToHALStreamCombination()
903 &streamInfo.sensorPixelModesUsed) != OK) { in convertToHALStreamCombination()
[all …]
DSessionConfigurationUtils.h113 const std::vector<int32_t> &sensorPixelModesUsed, int64_t dynamicRangeProfile,
166 const std::vector<int32_t> &sensorPixelModesUsed, int format, int width, int height,
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3StreamInterface.h114 std::unordered_set<int32_t> sensorPixelModesUsed; variable
132 sensorPixelModesUsed(_sensorPixelModesUsed), dynamicRangeProfile(_dynamicRangeProfile), in OutputStreamInfo()
140 sensorPixelModesUsed == other.sensorPixelModesUsed &&
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()
DCamera3OutputStream.cpp62 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport, in Camera3OutputStream() argument
68 physicalCameraId, sensorPixelModesUsed, setId, isMultiResolution, in Camera3OutputStream()
97 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport, in Camera3OutputStream() argument
102 format, dataSpace, rotation, physicalCameraId, sensorPixelModesUsed, in Camera3OutputStream()
137 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport, in Camera3OutputStream() argument
143 physicalCameraId, sensorPixelModesUsed, setId, isMultiResolution, in Camera3OutputStream()
182 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.h49 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport,
DCamera3SharedOutputStream.cpp39 const std::unordered_set<int32_t> &sensorPixelModesUsed, IPCTransport transport, in Camera3SharedOutputStream() argument
44 format, dataSpace, rotation, physicalCameraId, sensorPixelModesUsed, in Camera3SharedOutputStream()
DCamera3Stream.h514 const std::unordered_set<int32_t> &sensorPixelModesUsed,
DCamera3Device.cpp1060 const std::unordered_set<int32_t> &sensorPixelModesUsed, in createStream() argument
1075 format, dataSpace, rotation, id, physicalCameraId, sensorPixelModesUsed, surfaceIds, in createStream()
1096 const std::unordered_set<int32_t> &sensorPixelModesUsed, in createStream() argument
1156 if (isRawFormat(format) && sensorPixelModesUsed.size() > 1) { in createStream()
1182 mTimestampOffset, physicalCameraId, sensorPixelModesUsed, transport, streamSetId, in createStream()
1187 sensorPixelModesUsed.find(ANDROID_SENSOR_PIXEL_MODE_MAXIMUM_RESOLUTION) != in createStream()
1188 sensorPixelModesUsed.end(); in createStream()
1197 mTimestampOffset, physicalCameraId, sensorPixelModesUsed, transport, streamSetId, in createStream()
1203 mTimestampOffset, physicalCameraId, sensorPixelModesUsed, transport, streamSetId, in createStream()
1209 mTimestampOffset, physicalCameraId, sensorPixelModesUsed, transport, streamSetId, in createStream()
[all …]
DCamera3Stream.cpp60 const std::unordered_set<int32_t> &sensorPixelModesUsed, in Camera3Stream() argument
100 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.cpp538 const std::unordered_set<int32_t> &sensorPixelModesUsed, in checkAndGetMatchingDepthSize() argument
545 setContains(sensorPixelModesUsed, ANDROID_SENSOR_PIXEL_MODE_DEFAULT); in checkAndGetMatchingDepthSize()
548 setContains(sensorPixelModesUsed, ANDROID_SENSOR_PIXEL_MODE_MAXIMUM_RESOLUTION); in checkAndGetMatchingDepthSize()
594 const std::unordered_set<int32_t> &sensorPixelModesUsed, in createInternalStreams() argument
606 mSupportedDepthSizesMaximumResolution, sensorPixelModesUsed, &depthWidth, in createInternalStreams()
625 id, physicalCameraId, sensorPixelModesUsed, surfaceIds, in createInternalStreams()
648 kDepthMapDataSpace, rotation, &mDepthStreamId, physicalCameraId, sensorPixelModesUsed, in createInternalStreams()
924 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()
DJpegRCompositeStream.h52 const std::unordered_set<int32_t> &sensorPixelModesUsed,
DCameraDeviceClient.cpp1136 const std::vector<int32_t> &sensorPixelModesUsed = in createStream() local
1164 mDevice->infoPhysical(physicalCameraId), sensorPixelModesUsed, dynamicRangeProfile, in createStream()
1209 &streamId, physicalCameraId, streamInfo.sensorPixelModesUsed, &surfaceIds, in createStream()
1229 &streamId, physicalCameraId, streamInfo.sensorPixelModesUsed, &surfaceIds, in createStream()
1318 const std::vector<int32_t> &sensorPixelModesUsed = in createDeferredSurfaceStreamLocked() local
1321 sensorPixelModesUsed, format, width, height, getStaticInfo(cameraIdUsed), in createDeferredSurfaceStreamLocked()
1539 const std::vector<int32_t> &sensorPixelModesUsed = in updateOutputConfiguration() local
1554 mCameraIdStr, mDevice->infoPhysical(physicalCameraId), sensorPixelModesUsed, in updateOutputConfiguration()
1927 const std::vector<int32_t>& sensorPixelModesUsed = in finalizeOutputConfigurations() local
1957 mDevice->infoPhysical(physicalId), sensorPixelModesUsed, dynamicRangeProfile, in finalizeOutputConfigurations()
[all …]
DJpegRCompositeStream.cpp564 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.h57 const std::unordered_set<int32_t> &sensorPixelModesUsed,
/frameworks/av/camera/camera2/
DOutputConfiguration.cpp268 std::vector<int32_t> sensorPixelModesUsed; in readFromParcel() local
269 if ((err = parcel->readInt32Vector(&sensorPixelModesUsed)) != OK) { in readFromParcel()
361 mSensorPixelModesUsed = std::move(sensorPixelModesUsed); in readFromParcel()
/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h190 const std::unordered_set<int32_t> &sensorPixelModesUsed,
214 const std::unordered_set<int32_t> &sensorPixelModesUsed,
/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java1608 int[] sensorPixelModesUsed = source.createIntArray(); in OutputConfiguration() local
1652 mSensorPixelModesUsed = convertIntArrayToIntegerList(sensorPixelModesUsed); in OutputConfiguration()
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3Device.cpp973 dst3_7.sensorPixelModesUsed.resize(src->sensor_pixel_modes_used.size()); in configureStreams()
976 dst3_7.sensorPixelModesUsed[j++] = in configureStreams()
1291 dst3_7.sensorPixelModesUsed.resize(src->sensor_pixel_modes_used.size()); in configureInjectedStreams()
1294 dst3_7.sensorPixelModesUsed[j++] = in configureInjectedStreams()

12