void klvanc_v210_line_to_uyvy_c(const uint32_t *src, uint16_t *dst, int width)
TODO - Brief description goes here.
void klvanc_v210_downscale_line_c(uint16_t *src, uint8_t *dst, int lines)
TODO - Brief description goes here.
void klvanc_v210_planar_unpack_c(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width)
TODO - Brief description goes here.
int klvanc_v210_line_to_nv20_c(const uint32_t *src, uint16_t *dst, int dstSizeBytes, int width)
TODO - Brief description goes here.
void klvanc_uyvy_to_v210(uint16_t *src, uint8_t *dst, int width)
Convert UYVY buffer to V210.
void klvanc_y10_to_v210(uint16_t *src, uint8_t *dst, int width)
Convert Y10 buffer to V210.