Searched refs:SupportedV4L2Format (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
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); 153 std::vector<SupportedV4L2Format> mSupportedFormats;
|
D | ExternalCameraDeviceSession.h | 91 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;
|
D | ExternalCameraUtils.h | 103 struct SupportedV4L2Format { struct
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDevice.cpp | 728 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 …]
|
D | ExternalCameraUtils.cpp | 149 double SupportedV4L2Format::FrameRate::getDouble() const { in getDouble()
|
D | ExternalCameraDeviceSession.cpp | 96 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/ |
D | ExternalCameraDeviceSession.h | 73 using ::android::hardware::camera::device::V3_4::implementation::SupportedV4L2Format; 80 const std::vector<SupportedV4L2Format>& sortedFormats, 94 const std::vector<SupportedV4L2Format>& supportedFormats, in isStreamCombinationSupported()
|
D | ExternalCameraDevice_3_5.h | 78 const std::vector<SupportedV4L2Format>& sortedFormats,
|
/hardware/interfaces/camera/device/3.5/default/ |
D | ExternalCameraDevice.cpp | 47 const std::vector<SupportedV4L2Format>& sortedFormats, in createSession()
|
D | ExternalCameraDeviceSession.cpp | 33 const std::vector<SupportedV4L2Format>& sortedFormats, in ExternalCameraDeviceSession()
|