Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/
Dformat_metadata_factory.cpp172 std::set<std::array<int32_t, 2>> frame_sizes; in AddFormatComponents() local
173 res = device->GetFormatFrameSizes(v4l2_format, &frame_sizes); in AddFormatComponents()
179 for (const auto& frame_size : frame_sizes) { in AddFormatComponents()
Dv4l2_wrapper.cpp322 std::set<std::array<int32_t, 2>> frame_sizes; in GetSupportedFormats() local
327 frame_sizes.clear(); in GetSupportedFormats()
328 res = GetFormatFrameSizes(pixel_format, &frame_sizes); in GetSupportedFormats()
333 for (auto frame_size : frame_sizes) { in GetSupportedFormats()