Home
last modified time | relevance | path

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

/linux/drivers/media/platform/allegro-dvt/
H A Dnal-h264.h61 unsigned int matrix_coefficients; member
H A Dnal-h264.c155 rbsp_bits(rbsp, 8, &vui->matrix_coefficients); in nal_h264_rbsp_vui_parameters()
/linux/drivers/media/usb/uvc/
H A Duvc_driver.c105 static enum v4l2_ycbcr_encoding uvc_ycbcr_enc(const u8 matrix_coefficients) in uvc_ycbcr_enc() argument
126 if (matrix_coefficients < ARRAY_SIZE(ycbcr_encs)) in uvc_ycbcr_enc()
127 return ycbcr_encs[matrix_coefficients]; in uvc_ycbcr_enc()