Home
last modified time | relevance | path

Searched refs:CroppingType (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDevice_3_4.h97 const CroppingType& croppingType,
132 static void updateFpsBounds(int fd, CroppingType cropType,
139 int fd, CroppingType cropType,
145 static void trimSupportedFormats(CroppingType cropType,
154 CroppingType mCroppingType;
DExternalCameraDeviceSession.h92 const CroppingType& croppingType,
256 OutputThread(wp<ExternalCameraDeviceSession> parent, CroppingType);
283 CroppingType ct, const Size& inSize, const Size& outSize, IMapper::Rect* out);
312 const CroppingType mCroppingType;
347 const CroppingType mCroppingType;
DExternalCameraUtils.h155 enum CroppingType { enum
/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/
DExternalCameraDeviceSession.h74 using ::android::hardware::camera::device::V3_4::implementation::CroppingType;
81 const CroppingType& croppingType,
167 OutputThread(wp<ExternalCameraDeviceSession> parent, CroppingType,
DExternalCameraDevice_3_5.h79 const CroppingType& croppingType,
/hardware/interfaces/camera/device/3.5/default/
DExternalCameraDeviceSession.cpp34 const CroppingType& croppingType, in ExternalCameraDeviceSession()
275 CroppingType ct, in OutputThread()
DExternalCameraDevice.cpp48 const CroppingType& croppingType, in createSession()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp800 CroppingType cropType, in trimSupportedFormats()
850 int fd, CroppingType cropType, in getCandidateSupportedFormatsLocked()
916 int fd, CroppingType cropType, in updateFpsBounds()
1004 const CroppingType& croppingType, in createSession()
DExternalCameraDeviceSession.cpp97 const CroppingType& croppingType, in ExternalCameraDeviceSession()
948 CroppingType ct) : mParent(parent), mCroppingType(ct) {} in OutputThread()
982 CroppingType ct, const Size& inSize, const Size& outSize, IMapper::Rect* out) { in getCropRect()