Home
last modified time | relevance | path

Searched refs:enumerateSupportedProfiles (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/v4l2_codec2/v4l2/include/v4l2_codec2/v4l2/
H A DV4L2Device.h514 SupportedProfiles enumerateSupportedProfiles(V4L2Device::Type type,
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Device.cpp2178 const auto& profiles = device->enumerateSupportedProfiles(type, pixelFormats); in getSupportedProfiles()
2324 SupportedProfiles V4L2Device::enumerateSupportedProfiles( in enumerateSupportedProfiles() function in android::V4L2Device