Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/vicodec/
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()
273 flags |= (info->components_num - 1) << FWHT_FL_COMPONENTS_NUM_OFFSET; in v4l2_fwht_encode()
302 unsigned int components_num = 3; in v4l2_fwht_decode() local
338 components_num = 1 + ((flags & FWHT_FL_COMPONENTS_NUM_MSK) >> in v4l2_fwht_decode()
342 if (components_num != info->components_num) in v4l2_fwht_decode()
377 if (!fwht_decode_frame(&cf, flags, components_num, in v4l2_fwht_decode()
Dcodec-v4l2-fwht.h21 unsigned int components_num; member
53 u32 width_div, u32 height_div, u32 components_num,
57 u32 components_num,
Dcodec-fwht.h126 unsigned int components_num; member
145 unsigned int components_num, unsigned int width,
Dvicodec-core.c212 unsigned int components_num = 1 + in validate_by_version() local
217 if (components_num == 0 || components_num > 4 || !pixenc) in validate_by_version()
230 unsigned int components_num = 3; in validate_stateless_params_flags() local
236 components_num = 1 + ((params->flags & FWHT_FL_COMPONENTS_NUM_MSK) >> in validate_stateless_params_flags()
240 components_num, pixenc)) in validate_stateless_params_flags()
490 unsigned int components_num = 3; in info_from_header() local
495 components_num = 1 + ((flags & FWHT_FL_COMPONENTS_NUM_MSK) >> in info_from_header()
500 components_num, pixenc, 0); in info_from_header()
734 info->components_num, in enum_fmt()
1590 if (q_data->info->components_num == 4) in total_frame_size()
[all …]
Dcodec-fwht.c796 if (frm->components_num >= 3) { in fwht_encode_frame()
819 if (frm->components_num == 4) { in fwht_encode_frame()
910 unsigned int components_num, unsigned int width, in fwht_decode_frame() argument
927 if (components_num >= 3) { in fwht_decode_frame()
950 if (components_num == 4) in fwht_decode_frame()