Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_jpeg.c145 static const unsigned char hantro_jpeg_header[] = { variable
264 static_assert(sizeof(hantro_jpeg_header) == JPEG_HEADER_SIZE);
272 static_assert(IS_ALIGNED(sizeof(hantro_jpeg_header), 8),
332 memcpy(buf, hantro_jpeg_header, in hantro_jpeg_header_assemble()
333 sizeof(hantro_jpeg_header)); in hantro_jpeg_header_assemble()