Searched refs:DHT (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/ |
H A D | jpeg-core.h | 42 #define DHT 0xc4 macro 189 * @dht: DHT markers' positions relative to the buffer beginning
|
H A D | jpeg-core.c | 1188 case DHT: in s5p_jpeg_parse_hdr()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-jpeg.c | 35 #define DHT 0xffc4 /* huffman table */ macro 501 case DHT: in v4l2_jpeg_parse_header() 615 * @buf: address of the Huffman table segment, after the DHT marker
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-jpeg.c | 35 #define DHT 0xffc4 /* huffman table */ macro 535 case DHT: in v4l2_jpeg_parse_header() 660 * @buf: address of the Huffman table segment, after the DHT marker
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | rcar_jpu.c | 81 #define DHT 0xc4 macro 343 0xff, DHT, 0x00, JPU_JPEG_HDCTBL_SIZE + 0x3, JPU_JPEG_LUM|JPU_JPEG_DC, \ 346 0xff, DHT, 0x00, JPU_JPEG_HACTBL_SIZE + 0x3, JPU_JPEG_LUM|JPU_JPEG_AC, \ 349 0xff, DHT, 0x00, JPU_JPEG_HDCTBL_SIZE + 0x3, JPU_JPEG_CHR|JPU_JPEG_DC, \ 352 0xff, DHT, 0x00, JPU_JPEG_HACTBL_SIZE + 0x3, JPU_JPEG_CHR|JPU_JPEG_AC, \ 457 "SOF0, DQT, and DHT not detected when SOS detected", 643 case DHT: in jpu_parse_hdr()
|
Completed in 11 milliseconds