Home
last modified time | relevance | path

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

/linux/drivers/media/usb/uvc/
H A Duvc_driver.c115 static const enum v4l2_ycbcr_encoding ycbcr_encs[] = { in uvc_ycbcr_enc() enum
124 if (matrix_coefficients < ARRAY_SIZE(ycbcr_encs)) in uvc_ycbcr_enc()
125 return ycbcr_encs[matrix_coefficients]; in uvc_ycbcr_enc()