Home
last modified time | relevance | path

Searched refs:EnumFormat (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_unittest.cc192 if (!v4l2_dev.EnumFormat(NULL)) { in TestEnumFormats()
207 if (!v4l2_dev.EnumFormat(&format_count)) { in TestEnumFrameSize()
233 if (!v4l2_dev.EnumFormat(&format_count)) { in TestEnumFrameInterval()
Dmedia_v4l2_device.h70 bool EnumFormat(uint32_t* num_formats, bool show_fmt = true);
Dmedia_v4l2_test.cc103 device->EnumFormat(&num_format, false); in GetSupportedFormats()
Dmedia_v4l2_device.cc657 bool V4L2Device::EnumFormat(uint32_t* num_formats, bool show_fmt) { in EnumFormat() function in V4L2Device