Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.h73 bool EnumFrameInterval(uint32_t pixfmt, uint32_t width, uint32_t height,
Dmedia_v4l2_unittest.cc255 if (!v4l2_dev.EnumFrameInterval(pixfmt, width, height, NULL)) { in TestEnumFrameInterval()
Dmedia_v4l2_test.cc122 if (!device->EnumFrameInterval(format.fourcc, format.width, in GetSupportedFormats()
Dmedia_v4l2_device.cc779 bool V4L2Device::EnumFrameInterval( in EnumFrameInterval() function in V4L2Device