Home
last modified time | relevance | path

Searched refs:camera_stream_rotation_t (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.h92 android_dataspace dataSpace, camera_stream_rotation_t rotation,
111 android_dataspace dataSpace, camera_stream_rotation_t rotation,
129 camera_stream_rotation_t rotation, nsecs_t timestampOffset,
279 android_dataspace dataSpace, camera_stream_rotation_t rotation,
H A DCamera3StreamInterface.h55 } camera_stream_rotation_t; typedef
65 camera_stream_rotation_t rotation;
H A DCamera3OutputStream.cpp60 android_dataspace dataSpace, camera_stream_rotation_t rotation, in Camera3OutputStream()
95 android_dataspace dataSpace, camera_stream_rotation_t rotation, in Camera3OutputStream()
135 camera_stream_rotation_t rotation, nsecs_t timestampOffset, in Camera3OutputStream()
180 camera_stream_rotation_t rotation, in Camera3OutputStream()
H A DCamera3IOStreamBase.h37 android_dataspace dataSpace, camera_stream_rotation_t rotation,
H A DCamera3FakeStream.h131 static const camera_stream_rotation_t FAKE_ROTATION = CAMERA_STREAM_ROTATION_0;
H A DCamera3SharedOutputStream.h47 camera_stream_rotation_t rotation, nsecs_t timestampOffset,
H A DCamera3IOStreamBase.cpp37 android_dataspace dataSpace, camera_stream_rotation_t rotation, in Camera3IOStreamBase()
H A DCamera3Stream.h512 android_dataspace dataSpace, camera_stream_rotation_t rotation,
H A DCamera3Device.h156 android_dataspace dataSpace, camera_stream_rotation_t rotation, int *id,
174 android_dataspace dataSpace, camera_stream_rotation_t rotation, int *id,
H A DCamera3SharedOutputStream.cpp37 camera_stream_rotation_t rotation, in Camera3SharedOutputStream()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h71 using camera3::camera_stream_rotation_t;
184 android_dataspace dataSpace, camera_stream_rotation_t rotation, int *id,
208 android_dataspace dataSpace, camera_stream_rotation_t rotation, int *id,
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/
H A DCompositeStream.h46 camera_stream_rotation_t rotation, int *id, const std::string& physicalCameraId,
60 camera_stream_rotation_t rotation, int *id, const std::string& physicalCameraId,
H A DJpegRCompositeStream.h51 camera_stream_rotation_t rotation, int *id, const std::string& physicalCameraId,
H A DDepthCompositeStream.h54 camera_stream_rotation_t rotation, int *id, const std::string& physicalCameraId,
H A DCompositeStream.cpp49 camera_stream_rotation_t rotation, int * id, const std::string& physicalCameraId, in createStream()
H A DCameraDeviceClient.cpp62 using camera3::camera_stream_rotation_t::CAMERA_STREAM_ROTATION_0;
1071 static_cast<camera_stream_rotation_t>(outputConfiguration.getRotation()), in createStream()
1091 static_cast<camera_stream_rotation_t>(outputConfiguration.getRotation()), in createStream()
1192 static_cast<camera_stream_rotation_t>(outputConfiguration.getRotation()), in createDeferredSurfaceStreamLocked()
H A DHeicCompositeStream.h53 camera_stream_rotation_t rotation, int *id, const std::string& physicalCameraId,
H A DJpegRCompositeStream.cpp562 camera_stream_rotation_t rotation, int *id, const std::string& physicalCameraId, in createInternalStreams()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/utils/
H A DSessionConfigurationUtils.h136 camera3::camera_stream_rotation_t rotation, const std::string &physicalId,
H A DSessionConfigurationUtils.cpp663 camera3::camera_stream_rotation_t rotation, const std::string &physicalId, in mapStreamInfo()
699 const CameraMetadata& deviceInfo, camera_stream_rotation_t rotation, in mapStream()
940 static_cast<camera_stream_rotation_t>(it.getRotation()), in convertToHALStreamCombination()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/hidl/
H A DHidlCamera3Device.h52 camera_stream_rotation_t rotation);
H A DHidlCamera3Device.cpp90 StreamRotation HidlCamera3Device::mapToStreamRotation(camera_stream_rotation_t rotation) { in mapToStreamRotation()
950 dst3_2.rotation = mapToStreamRotation((camera_stream_rotation_t) src->rotation); in configureStreams()
1265 mapToStreamRotation((camera_stream_rotation_t)src->rotation); in configureInjectedStreams()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/aidl/
H A DAidlCamera3SharedDevice.cpp209 dataSpace, static_cast<camera_stream_rotation_t>(config.getRotation()), in beginConfigure()
H A DAidlCamera3Device.h57 mapToAidlStreamRotation(camera_stream_rotation_t rotation);
H A DAidlCamera3Device.cpp114 AidlCamera3Device::mapToAidlStreamRotation(camera_stream_rotation_t rotation) { in mapToAidlStreamRotation()
941 dst.rotation = mapToAidlStreamRotation((camera_stream_rotation_t) src->rotation); in configureStreams()
1145 dst.rotation = mapToAidlStreamRotation((camera_stream_rotation_t)src->rotation); in configureInjectedStreams()

12