Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/default/
DExternalCameraDevice.h124 /*inout*/ std::vector<SupportedV4L2Format>* pFmts);
DExternalCameraDevice.cpp947 std::vector<SupportedV4L2Format>* pFmts) { in trimSupportedFormats() argument
948 std::vector<SupportedV4L2Format>& sortedFmts = *pFmts; in trimSupportedFormats()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDevice_3_4.h146 /*inout*/std::vector<SupportedV4L2Format>* pFmts);
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp812 /*inout*/std::vector<SupportedV4L2Format>* pFmts) { in trimSupportedFormats() argument
813 std::vector<SupportedV4L2Format>& sortedFmts = *pFmts; in trimSupportedFormats()