Searched defs:v4l2_dev (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_unittest.cc | 11 void ExerciseControl(V4L2Device* v4l2_dev, uint32_t id, const char* control) { in ExerciseControl() 79 V4L2Device v4l2_dev(dev_name, io, 4); in TestEnumControl() local 89 V4L2Device v4l2_dev(dev_name, io, 4); in TestSetControl() local 105 V4L2Device v4l2_dev(dev_name, io, 4); in TestSetCrop() local 123 V4L2Device v4l2_dev(dev_name, io, 4); in TestGetCrop() local 136 V4L2Device v4l2_dev(dev_name, io, 4); in TestProbeCaps() local 149 V4L2Device v4l2_dev(dev_name, io, 4); in TestEnumFormats() local 159 V4L2Device v4l2_dev(dev_name, io, 4); in TestEnumFrameSize() local 180 V4L2Device v4l2_dev(dev_name, io, 4); in TestFrameRate() local
|
D | media_v4l2_is_capture_device.cc | 16 V4L2Device v4l2_dev(argv[1], V4L2Device::IO_METHOD_MMAP, 4); in main() local
|