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.c117 static const enum v4l2_ycbcr_encoding ycbcr_encs[] = { in uvc_ycbcr_enc() enum
126 if (matrix_coefficients < ARRAY_SIZE(ycbcr_encs)) in uvc_ycbcr_enc()
127 return ycbcr_encs[matrix_coefficients]; in uvc_ycbcr_enc()