Searched refs:DQT (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/ |
H A D | jpeg-core.h | 47 #define DQT 0xdb macro 190 * @dqt: DQT markers' positions relative to the buffer beginning
|
H A D | jpeg-core.c | 1175 case DQT: in s5p_jpeg_parse_hdr()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-jpeg.c | 42 #define DQT 0xffdb /* quantization table */ macro 509 case DQT: in v4l2_jpeg_parse_header() 594 * @buf: address of the quantization table segment, after the DQT marker
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-jpeg.c | 42 #define DQT 0xffdb /* quantization table */ macro 547 case DQT: in v4l2_jpeg_parse_header() 639 * @buf: address of the quantization table segment, after the DQT marker
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | rcar_jpu.c | 83 #define DQT 0xdb macro 333 0xff, SOI, 0xff, DQT, 0x00, JPU_JPEG_QTBL_SIZE + 0x3, JPU_JPEG_LUM, \ 336 0xff, DQT, 0x00, JPU_JPEG_QTBL_SIZE + 0x3, JPU_JPEG_CHR, \ 454 "DQT accuracy error", 457 "SOF0, DQT, and DHT not detected when SOS detected", 644 case DQT: in jpu_parse_hdr()
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | topro.c | 25 0xff, 0xdb, 0x00, 0x84, /* DQT */ 429 static const u8 DQT[17][130] = { variable 1452 DQT[q], sizeof DQT[0]); in set_dqt()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | topro.c | 25 0xff, 0xdb, 0x00, 0x84, /* DQT */ 429 static const u8 DQT[17][130] = { variable 1452 DQT[q], sizeof DQT[0]); in set_dqt()
|
Completed in 25 milliseconds