Home
last modified time | relevance | path

Searched refs:SupportedV4L2Format (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDevice_3_4.h96 const std::vector<SupportedV4L2Format>& sortedFormats,
130 static void getFrameRateList(int fd, double fpsUpperBound, SupportedV4L2Format* format);
134 SupportedV4L2Format format,
135 std::vector<SupportedV4L2Format>& outFmts);
138 static std::vector<SupportedV4L2Format> getCandidateSupportedFormatsLocked(
146 /*inout*/std::vector<SupportedV4L2Format>* pFmts);
153 std::vector<SupportedV4L2Format> mSupportedFormats;
DExternalCameraDeviceSession.h91 const std::vector<SupportedV4L2Format>& sortedFormats,
193 int configureV4l2StreamLocked(const SupportedV4L2Format& fmt, double fps = 0.0);
197 const std::vector<SupportedV4L2Format>& supportedFormats,
206 const std::vector<SupportedV4L2Format>& supportedFormats,
346 const std::vector<SupportedV4L2Format> mSupportedFormats;
365 SupportedV4L2Format mV4l2StreamingFmt;
DExternalCameraUtils.h103 struct SupportedV4L2Format { struct
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp728 SupportedV4L2Format maximumFormat {.width = 0, .height = 0}; in initOutputCharsKeys()
754 int fd, double fpsUpperBound, SupportedV4L2Format* format) { in getFrameRateList()
769 SupportedV4L2Format::FrameRate fr = { in getFrameRateList()
801 /*inout*/std::vector<SupportedV4L2Format>* pFmts) { in trimSupportedFormats()
802 std::vector<SupportedV4L2Format>& sortedFmts = *pFmts; in trimSupportedFormats()
805 [](const SupportedV4L2Format& a, const SupportedV4L2Format& b) -> bool { in trimSupportedFormats()
813 [](const SupportedV4L2Format& a, const SupportedV4L2Format& b) -> bool { in trimSupportedFormats()
830 std::vector<SupportedV4L2Format> out; in trimSupportedFormats()
849 std::vector<SupportedV4L2Format> ExternalCameraDevice::getCandidateSupportedFormatsLocked( in getCandidateSupportedFormatsLocked()
855 std::vector<SupportedV4L2Format> outFmts; in getCandidateSupportedFormatsLocked()
[all …]
DExternalCameraUtils.cpp149 double SupportedV4L2Format::FrameRate::getDouble() const { in getDouble()
DExternalCameraDeviceSession.cpp96 const std::vector<SupportedV4L2Format>& sortedFormats, in ExternalCameraDeviceSession()
240 SupportedV4L2Format streamingFmt; in dumpState()
2174 const std::vector<SupportedV4L2Format>& supportedFormats, in isSupported()
2307 const SupportedV4L2Format& v4l2Fmt, double requestFps) { in configureV4l2StreamLocked()
2558 const std::vector<SupportedV4L2Format>& supportedFormats, in isStreamCombinationSupported()
2674 SupportedV4L2Format v4l2Fmt {.width = 0, .height = 0}; in configureStreams()
/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/
DExternalCameraDeviceSession.h73 using ::android::hardware::camera::device::V3_4::implementation::SupportedV4L2Format;
80 const std::vector<SupportedV4L2Format>& sortedFormats,
94 const std::vector<SupportedV4L2Format>& supportedFormats, in isStreamCombinationSupported()
DExternalCameraDevice_3_5.h78 const std::vector<SupportedV4L2Format>& sortedFormats,
/hardware/interfaces/camera/device/3.5/default/
DExternalCameraDevice.cpp47 const std::vector<SupportedV4L2Format>& sortedFormats, in createSession()
DExternalCameraDeviceSession.cpp33 const std::vector<SupportedV4L2Format>& sortedFormats, in ExternalCameraDeviceSession()