Searched refs:frame_sizes (Results 1 – 2 of 2) sorted by relevance
172 std::set<std::array<int32_t, 2>> frame_sizes; in AddFormatComponents() local173 res = device->GetFormatFrameSizes(v4l2_format, &frame_sizes); in AddFormatComponents()179 for (const auto& frame_size : frame_sizes) { in AddFormatComponents()
322 std::set<std::array<int32_t, 2>> frame_sizes; in GetSupportedFormats() local327 frame_sizes.clear(); in GetSupportedFormats()328 res = GetFormatFrameSizes(pixel_format, &frame_sizes); in GetSupportedFormats()333 for (auto frame_size : frame_sizes) { in GetSupportedFormats()