Home
last modified time | relevance | path

Searched refs:jpeg_markers (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-jpegcomp.rst51 jpeg_markers describes whether the huffman tables, quantization tables
88 - ``jpeg_markers``
/OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/
H A Dcpia2_v4l.c668 parms->jpeg_markers = V4L2_JPEG_MARKER_DQT | V4L2_JPEG_MARKER_DRI; in cpia2_g_jpegcomp()
670 parms->jpeg_markers |= V4L2_JPEG_MARKER_DHT; in cpia2_g_jpegcomp()
677 parms->jpeg_markers |= V4L2_JPEG_MARKER_APP; in cpia2_g_jpegcomp()
683 parms->jpeg_markers |= JPEG_MARKER_COM; in cpia2_g_jpegcomp()
710 !(parms->jpeg_markers & V4L2_JPEG_MARKER_DHT); in cpia2_s_jpegcomp()
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Djeilinj.c481 jcomp->jpeg_markers = V4L2_JPEG_MARKER_DHT in sd_get_jcomp()
H A Dtopro.c4831 jcomp->jpeg_markers = V4L2_JPEG_MARKER_DHT in sd_get_jcomp()
H A Dov519.c4798 jcomp->jpeg_markers = V4L2_JPEG_MARKER_DHT | V4L2_JPEG_MARKER_DQT | in sd_get_jcomp()
H A Dzc3xx.c6908 jcomp->jpeg_markers = V4L2_JPEG_MARKER_DHT in sd_get_jcomp()
/OK3568_Linux_fs/kernel/drivers/staging/media/zoran/
H A Dzoran_card.c875 zr->jpg_settings.jpg_comp.jpeg_markers = in zoran_open_init_params()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h842 __u32 jpeg_markers; /* Which markers should go into the JPEG member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h842 __u32 jpeg_markers; /* Which markers should go into the JPEG member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h911 __u32 jpeg_markers; /* Which markers should go into the JPEG member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h913 __u32 jpeg_markers; /* Which markers should go into the JPEG member
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c663 p->COM_len, p->jpeg_markers); in v4l_print_jpegcompression()