Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
H A 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);
154 std::vector<SupportedV4L2Format> mSupportedFormats;
H A DExternalCameraDeviceSession.h92 const std::vector<SupportedV4L2Format>& sortedFormats,
265 int configureV4l2StreamLocked(const SupportedV4L2Format& fmt, double fps = 0.0);
269 const std::vector<SupportedV4L2Format>& supportedFormats,
278 const std::vector<SupportedV4L2Format>& supportedFormats,
322 const std::vector<SupportedV4L2Format> mSupportedFormats;
341 SupportedV4L2Format mV4l2StreamingFmt;
H A DExternalCameraUtils.h117 struct SupportedV4L2Format { struct
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp739 SupportedV4L2Format maximumFormat {.width = 0, .height = 0}; in initOutputCharsKeys()
780 SupportedV4L2Format::FrameRate fr = { in getFrameRateList()
812 /*inout*/std::vector<SupportedV4L2Format>* pFmts) { in trimSupportedFormats()
813 std::vector<SupportedV4L2Format>& sortedFmts = *pFmts; in trimSupportedFormats()
816 [](const SupportedV4L2Format& a, const SupportedV4L2Format& b) -> bool { in trimSupportedFormats()
824 [](const SupportedV4L2Format& a, const SupportedV4L2Format& b) -> bool { in trimSupportedFormats()
841 std::vector<SupportedV4L2Format> out; in trimSupportedFormats()
866 std::vector<SupportedV4L2Format> outFmts; in getCandidateSupportedFormatsLocked()
905 SupportedV4L2Format format { in getCandidateSupportedFormatsLocked()
929 std::vector<SupportedV4L2Format>& outFmts) { in updateFpsBounds()
[all …]
H A DExternalCameraDeviceSession.cpp94 const std::vector<SupportedV4L2Format>& sortedFormats, in ExternalCameraDeviceSession()
238 SupportedV4L2Format streamingFmt; in dumpState()
1827 const std::vector<SupportedV4L2Format>& supportedFormats, in isSupported()
1960 const SupportedV4L2Format& v4l2Fmt, double requestFps) { in configureV4l2StreamLocked()
2211 const std::vector<SupportedV4L2Format>& supportedFormats, in isStreamCombinationSupported()
2327 SupportedV4L2Format v4l2Fmt {.width = 0, .height = 0}; in configureStreams()
H A DExternalCameraUtils.cpp180 double SupportedV4L2Format::FrameRate::getDouble() const { in getDouble()
/aosp12/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/
H A DExternalCameraDeviceSession.h73 using ::android::hardware::camera::device::V3_4::implementation::SupportedV4L2Format;
81 const std::vector<SupportedV4L2Format>& sortedFormats,
95 const std::vector<SupportedV4L2Format>& supportedFormats, in isStreamCombinationSupported()
H A DExternalCameraDevice_3_5.h78 const std::vector<SupportedV4L2Format>& sortedFormats,
/aosp12/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/
H A DExternalCameraDeviceSession.h54 using ::android::hardware::camera::device::V3_4::implementation::SupportedV4L2Format;
61 const std::vector<SupportedV4L2Format>& sortedFormats,
H A DExternalCameraDevice_3_6.h66 const std::vector<SupportedV4L2Format>& sortedFormats,
H A DExternalCameraOfflineSession.h82 using ::android::hardware::camera::device::V3_4::implementation::SupportedV4L2Format;
/aosp12/hardware/interfaces/camera/device/3.6/default/
H A DExternalCameraDevice.cpp39 const std::vector<SupportedV4L2Format>& sortedFormats, in createSession()
H A DExternalCameraDeviceSession.cpp33 const std::vector<SupportedV4L2Format>& sortedFormats, in ExternalCameraDeviceSession()
/aosp12/hardware/interfaces/camera/device/3.5/default/
H A DExternalCameraDevice.cpp47 const std::vector<SupportedV4L2Format>& sortedFormats, in createSession()
H A DExternalCameraDeviceSession.cpp33 const std::vector<SupportedV4L2Format>& sortedFormats, in ExternalCameraDeviceSession()