Home
last modified time | relevance | path

Searched refs:format_output (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_ENUM_FRAMESIZES.c573 struct v4l2_fmtdesc format_output; in test_VIDIOC_ENUM_FRAMESIZES_NULL() local
598 memset(&format_output, 0xff, sizeof(format_output)); in test_VIDIOC_ENUM_FRAMESIZES_NULL()
599 format_output.index = 0; in test_VIDIOC_ENUM_FRAMESIZES_NULL()
600 format_output.type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in test_VIDIOC_ENUM_FRAMESIZES_NULL()
602 ret_fmt_output = ioctl(get_video_fd(), VIDIOC_ENUM_FMT, &format_output); in test_VIDIOC_ENUM_FRAMESIZES_NULL()
607 __FILE__, __LINE__, format_output.index, format_output.type, in test_VIDIOC_ENUM_FRAMESIZES_NULL()
639 fmt = format_output.pixelformat; in test_VIDIOC_ENUM_FRAMESIZES_NULL()
/external/python/cpython2/Tools/scripts/
Dlogmerge.py70 format_output(database)
165 def format_output(database): function