Home
last modified time | relevance | path

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

/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-v4l2-fwht.c45 u32 width_div, u32 height_div, u32 components_num, in v4l2_fwht_validate_fmt() argument
51 info->components_num == components_num) in v4l2_fwht_validate_fmt()
58 u32 components_num, in v4l2_fwht_find_nth_fmt() argument
67 components_num, pixenc); in v4l2_fwht_find_nth_fmt()
104 rf->components_num = info->components_num; in prepare_raw_frame()
257 flags |= (info->components_num - 1) << V4L2_FWHT_FL_COMPONENTS_NUM_OFFSET; in v4l2_fwht_encode()
286 unsigned int components_num = 3; in v4l2_fwht_decode() local
322 components_num = 1 + ((flags & V4L2_FWHT_FL_COMPONENTS_NUM_MSK) >> in v4l2_fwht_decode()
326 if (components_num != info->components_num) in v4l2_fwht_decode()
361 if (!fwht_decode_frame(&cf, flags, components_num, in v4l2_fwht_decode()
H A Dcodec-v4l2-fwht.h21 unsigned int components_num; member
53 u32 width_div, u32 height_div, u32 components_num,
57 u32 components_num,
H A Dcodec-fwht.h94 unsigned int components_num; member
113 unsigned int components_num, unsigned int width,
H A Dcodec-fwht.c797 if (frm->components_num >= 3) { in fwht_encode_frame()
820 if (frm->components_num == 4) { in fwht_encode_frame()
911 unsigned int components_num, unsigned int width, in fwht_decode_frame() argument
928 if (components_num >= 3) { in fwht_decode_frame()
951 if (components_num == 4) in fwht_decode_frame()