Searched refs:outFmts (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraDevice.cpp | 853 SupportedV4L2Format format, std::vector<SupportedV4L2Format>& outFmts) { in updateFpsBounds() argument 874 outFmts.push_back(format); in updateFpsBounds() 883 std::vector<SupportedV4L2Format> outFmts; in getCandidateSupportedFormatsLocked() local 934 updateFpsBounds(fd, cropType, depthFpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked() 936 updateFpsBounds(fd, cropType, fpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked() 942 trimSupportedFormats(cropType, &outFmts); in getCandidateSupportedFormatsLocked() 943 return outFmts; in getCandidateSupportedFormatsLocked()
|
D | ExternalCameraDevice.h | 114 std::vector<SupportedV4L2Format>& outFmts);
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDevice.cpp | 866 std::vector<SupportedV4L2Format> outFmts; in getCandidateSupportedFormatsLocked() local 912 updateFpsBounds(fd, cropType, depthFpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked() 914 updateFpsBounds(fd, cropType, fpsLimits, format, outFmts); in getCandidateSupportedFormatsLocked() 922 trimSupportedFormats(cropType, &outFmts); in getCandidateSupportedFormatsLocked() 923 return outFmts; in getCandidateSupportedFormatsLocked() 929 std::vector<SupportedV4L2Format>& outFmts) { in updateFpsBounds() argument 950 outFmts.push_back(format); in updateFpsBounds()
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDevice_3_4.h | 135 std::vector<SupportedV4L2Format>& outFmts);
|