Home
last modified time | relevance | path

Searched refs:outFmts (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/camera/device/default/
DExternalCameraDevice.cpp853 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()
DExternalCameraDevice.h114 std::vector<SupportedV4L2Format>& outFmts);
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp866 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/
DExternalCameraDevice_3_4.h135 std::vector<SupportedV4L2Format>& outFmts);