Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/
Dstream_format.cpp204 for (const auto& supported_format : supported_formats) { in GetQualifiedFormats() local
205 if (supported_format.fourcc != supported_fourcc) { in GetQualifiedFormats()
211 if (FindFormatByResolution(qualified_formats, supported_format.width, in GetQualifiedFormats()
212 supported_format.height, NULL)) { in GetQualifiedFormats()
215 qualified_formats.push_back(supported_format); in GetQualifiedFormats()
Dv4l2_wrapper.cpp321 arc::SupportedFormat supported_format; in GetSupportedFormats() local
325 supported_format.fourcc = pixel_format; in GetSupportedFormats()
334 supported_format.width = frame_size[0]; in GetSupportedFormats()
335 supported_format.height = frame_size[1]; in GetSupportedFormats()
336 formats.push_back(supported_format); in GetSupportedFormats()