Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_JPEGCOMP.c50 struct v4l2_jpegcompression jpegcomp; in test_VIDIOC_G_JPEGCOMP() local
53 memset(&jpegcomp, 0xff, sizeof(jpegcomp)); in test_VIDIOC_G_JPEGCOMP()
54 ret_get = ioctl(get_video_fd(), VIDIOC_G_JPEGCOMP, &jpegcomp); in test_VIDIOC_G_JPEGCOMP()
65 CU_ASSERT(0 <= jpegcomp.APP_len); in test_VIDIOC_G_JPEGCOMP()
66 CU_ASSERT(jpegcomp.APP_len <= (int)sizeof(jpegcomp.APP_data)); in test_VIDIOC_G_JPEGCOMP()
68 CU_ASSERT(0 <= jpegcomp.COM_len); in test_VIDIOC_G_JPEGCOMP()
69 CU_ASSERT(jpegcomp.COM_len <= (int)sizeof(jpegcomp.COM_data)); in test_VIDIOC_G_JPEGCOMP()
71 CU_ASSERT(valid_jpeg_markers(jpegcomp.jpeg_markers)); in test_VIDIOC_G_JPEGCOMP()
80 jpegcomp.quality, jpegcomp.APPn, jpegcomp.APP_len, in test_VIDIOC_G_JPEGCOMP()
82 jpegcomp.COM_len, in test_VIDIOC_G_JPEGCOMP()
[all …]
/external/tensorflow/third_party/jpeg/
DBUILD.bazel102 "jpegcomp.h",