Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/
Dstream_format.h62 static bool FindBestFitFormat(const arc::SupportedFormats& supported_formats,
Dstream_format.cpp147 bool StreamFormat::FindBestFitFormat(const SupportedFormats& supported_formats, in FindBestFitFormat() function in v4l2_camera_hal::StreamFormat
Dv4l2_wrapper.cpp516 if (!StreamFormat::FindBestFitFormat(supported_formats_, qualified_formats_, in SetFormat()