Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/
Dstream_format.h38 StreamFormat(const arc::SupportedFormat& format);
66 arc::SupportedFormat* out_format);
69 arc::SupportedFormat* out_format);
Dv4l2_wrapper.cpp35 using arc::SupportedFormat;
321 arc::SupportedFormat supported_format; in GetSupportedFormats()
515 SupportedFormat format; in SetFormat()
/hardware/libhardware/modules/camera/3_4/arc/
Dcommon_types.h40 struct SupportedFormat { struct
51 typedef std::vector<SupportedFormat> SupportedFormats; argument