Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_unittest.cc153 v4l2_dev.EnumFormat(NULL); in TestEnumFormats()
164 v4l2_dev.EnumFormat(&format_count); in TestEnumFrameSize()
Dmedia_v4l2_device.h54 bool EnumFormat(uint32_t* num_formats, bool show_fmt = true);
Dmedia_v4l2_device.cc607 bool V4L2Device::EnumFormat(uint32_t* num_formats, bool show_fmt) { in EnumFormat() function in V4L2Device