Searched refs:V4L2_FWHT_VERSION (Results 1 – 5 of 5) sorted by relevance
254 p_hdr->version = htonl(V4L2_FWHT_VERSION); in v4l2_fwht_encode()302 if (!version || version > V4L2_FWHT_VERSION) { in v4l2_fwht_decode()304 version, V4L2_FWHT_VERSION); in v4l2_fwht_decode()
203 if (!version || version > V4L2_FWHT_VERSION) in validate_by_version()
166 p_fwht_params->version = V4L2_FWHT_VERSION; in std_init_compound()583 if (p_fwht_params->version < V4L2_FWHT_VERSION) in std_validate_compound()
1625 #define V4L2_FWHT_VERSION 3 macro
827 - The version of the codec. Set to ``V4L2_FWHT_VERSION``.