Home
last modified time | relevance | path

Searched refs:sortedFormats (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/camera/device/3.5/default/
DExternalCameraDevice.cpp47 const std::vector<SupportedV4L2Format>& sortedFormats, in createSession() argument
53 cb, cfg, sortedFormats, croppingType, chars, cameraId, std::move(v4l2Fd)); in createSession()
DExternalCameraDeviceSession.cpp33 const std::vector<SupportedV4L2Format>& sortedFormats, in ExternalCameraDeviceSession() argument
39 callback, cfg, sortedFormats, croppingType, chars, cameraId, std::move(v4l2Fd)) { in ExternalCameraDeviceSession()
/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/
DExternalCameraDevice_3_5.h78 const std::vector<SupportedV4L2Format>& sortedFormats,
DExternalCameraDeviceSession.h80 const std::vector<SupportedV4L2Format>& sortedFormats,
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDevice_3_4.h96 const std::vector<SupportedV4L2Format>& sortedFormats,
DExternalCameraDeviceSession.h91 const std::vector<SupportedV4L2Format>& sortedFormats,
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp1003 const std::vector<SupportedV4L2Format>& sortedFormats, in createSession() argument
1009 cb, cfg, sortedFormats, croppingType, chars, cameraId, std::move(v4l2Fd)); in createSession()
DExternalCameraDeviceSession.cpp96 const std::vector<SupportedV4L2Format>& sortedFormats, in ExternalCameraDeviceSession() argument
104 mSupportedFormats(sortedFormats), in ExternalCameraDeviceSession()