HomeSort by relevance Sort by last modified time
    Searched refs:SupportedFormat (Results 1 - 9 of 9) sorted by null

  /external/autotest/client/site_tests/camera_V4L2/src/
common_types.h 46 struct SupportedFormat {
47 SupportedFormat() {}
48 SupportedFormat(uint32_t w, uint32_t h, uint32_t fmt, uint32_t fps)
62 typedef std::vector<SupportedFormat> SupportedFormats;
media_v4l2_test.cc 95 SupportedFormat format;
143 SupportedFormat GetMaximumResolution(const SupportedFormats& formats) {
144 SupportedFormat max_format;
157 const SupportedFormat* FindFormatByResolution(const SupportedFormats& formats,
160 const SupportedFormat* result_format = nullptr;
173 const SupportedFormat* FindFormatByFourcc(const SupportedFormats& formats,
285 SupportedFormat max_resolution = GetMaximumResolution(supported_formats);
289 required_resolutions.push_back(SupportedFormat(320, 240, 0, kFrameRate));
290 required_resolutions.push_back(SupportedFormat(640, 480, 0, kFrameRate));
291 required_resolutions.push_back(SupportedFormat(1280, 720, 0, kFrameRate))
    [all...]
  /hardware/libhardware/modules/camera/3_4/arc/
common_types.h 40 struct SupportedFormat {
51 typedef std::vector<SupportedFormat> SupportedFormats;
  /hardware/libhardware/modules/camera/3_4/
stream_format.h 40 StreamFormat(const arc::SupportedFormat& format);
63 // ARC++ SupportedFormat Helpers
68 arc::SupportedFormat* out_format);
71 arc::SupportedFormat* out_format);
stream_format.cpp 28 using arc::SupportedFormat;
56 StreamFormat::StreamFormat(const arc::SupportedFormat& format)
154 SupportedFormat* out_format) {
189 SupportedFormat* out_format) {
v4l2_wrapper.cpp 37 using arc::SupportedFormat;
323 arc::SupportedFormat supported_format;
517 SupportedFormat format;
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /hardware/interfaces/audio/core/2.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 735 TEST_IO_STREAM(SupportedFormat, "Check that the stream format is declared as supported",
    [all...]
  /hardware/interfaces/audio/core/4.0/vts/functional/
AudioPrimaryHidlHalTest.cpp     [all...]

Completed in 267 milliseconds