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 D | ExternalCameraDevice_3_4.h | 96 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 D | ExternalCameraDeviceSession.h | 92 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 D | ExternalCameraUtils.h | 117 struct SupportedV4L2Format { struct
|
/aosp12/hardware/interfaces/camera/device/3.4/default/ |
H A D | ExternalCameraDevice.cpp | 739 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 D | ExternalCameraDeviceSession.cpp | 94 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 D | ExternalCameraUtils.cpp | 180 double SupportedV4L2Format::FrameRate::getDouble() const { in getDouble()
|
/aosp12/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/ |
H A D | ExternalCameraDeviceSession.h | 73 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 D | ExternalCameraDevice_3_5.h | 78 const std::vector<SupportedV4L2Format>& sortedFormats,
|
/aosp12/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/ |
H A D | ExternalCameraDeviceSession.h | 54 using ::android::hardware::camera::device::V3_4::implementation::SupportedV4L2Format; 61 const std::vector<SupportedV4L2Format>& sortedFormats,
|
H A D | ExternalCameraDevice_3_6.h | 66 const std::vector<SupportedV4L2Format>& sortedFormats,
|
H A D | ExternalCameraOfflineSession.h | 82 using ::android::hardware::camera::device::V3_4::implementation::SupportedV4L2Format;
|
/aosp12/hardware/interfaces/camera/device/3.6/default/ |
H A D | ExternalCameraDevice.cpp | 39 const std::vector<SupportedV4L2Format>& sortedFormats, in createSession()
|
H A D | ExternalCameraDeviceSession.cpp | 33 const std::vector<SupportedV4L2Format>& sortedFormats, in ExternalCameraDeviceSession()
|
/aosp12/hardware/interfaces/camera/device/3.5/default/ |
H A D | ExternalCameraDevice.cpp | 47 const std::vector<SupportedV4L2Format>& sortedFormats, in createSession()
|
H A D | ExternalCameraDeviceSession.cpp | 33 const std::vector<SupportedV4L2Format>& sortedFormats, in ExternalCameraDeviceSession()
|