Home
last modified time | relevance | path

Searched refs:HEIGHT_OFF (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H A Dhantro_jpeg.c17 #define HEIGHT_OFF 141 macro
315 buf[HEIGHT_OFF + 0] = ctx->height >> 8; in hantro_jpeg_header_assemble()
316 buf[HEIGHT_OFF + 1] = ctx->height; in hantro_jpeg_header_assemble()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_jpeg.c19 #define HEIGHT_OFF 159 macro
335 buf[HEIGHT_OFF + 0] = ctx->height >> 8; in hantro_jpeg_header_assemble()
336 buf[HEIGHT_OFF + 1] = ctx->height; in hantro_jpeg_header_assemble()

Completed in 2 milliseconds