Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c528 int dwngrd_sch_id; in s5p_jpeg_adjust_fourcc_to_subsampling() local
531 dwngrd_sch_id = in s5p_jpeg_adjust_fourcc_to_subsampling()
533 if (dwngrd_sch_id < 0) in s5p_jpeg_adjust_fourcc_to_subsampling()
542 if (dwngrd_sch_id > in s5p_jpeg_adjust_fourcc_to_subsampling()
545 *out_fourcc = subs420_fourcc_dwngrd_schema[dwngrd_sch_id]; in s5p_jpeg_adjust_fourcc_to_subsampling()
548 if (dwngrd_sch_id > in s5p_jpeg_adjust_fourcc_to_subsampling()
551 *out_fourcc = subs422_fourcc_dwngrd_schema[dwngrd_sch_id]; in s5p_jpeg_adjust_fourcc_to_subsampling()