Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_device.cc357 const auto& supported_pixelformats = in EnumerateSupportedDecodeProfiles() local
360 for (uint32_t pixelformat : supported_pixelformats) { in EnumerateSupportedDecodeProfiles()
433 const auto& supported_pixelformats = in EnumerateDevicesForType() local
435 if (!supported_pixelformats.empty()) { in EnumerateDevicesForType()
437 devices.push_back(std::make_pair(path, supported_pixelformats)); in EnumerateDevicesForType()