Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_wrapper.cpp94 qualified_formats_ = StreamFormat::GetQualifiedFormats(supported_formats_); in Connect()
371 for (auto& format : qualified_formats_) { in GetQualifiedFormats()
516 if (!StreamFormat::FindBestFitFormat(supported_formats_, qualified_formats_, in SetFormat()
H A Dv4l2_wrapper.h131 arc::SupportedFormats qualified_formats_; variable