/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
H A D | codec-v4l2-fwht.c | 45 u32 width_div, u32 height_div, u32 components_num, in v4l2_fwht_validate_fmt() 51 info->components_num == components_num) in v4l2_fwht_validate_fmt() 58 u32 components_num, in v4l2_fwht_find_nth_fmt() 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) << FWHT_FL_COMPONENTS_NUM_OFFSET; in v4l2_fwht_encode() 286 unsigned int components_num = 3; in v4l2_fwht_decode() local 322 components_num in v4l2_fwht_decode() 44 v4l2_fwht_validate_fmt(const struct v4l2_fwht_pixfmt_info *info, u32 width_div, u32 height_div, u32 components_num, u32 pixenc) v4l2_fwht_validate_fmt() argument 56 v4l2_fwht_find_nth_fmt(u32 width_div, u32 height_div, u32 components_num, u32 pixenc, unsigned int start_idx) v4l2_fwht_find_nth_fmt() argument [all...] |
H A D | codec-v4l2-fwht.h | 21 unsigned int components_num; member 53 u32 width_div, u32 height_div, u32 components_num, 57 u32 components_num,
|
H A D | codec-fwht.h | 126 unsigned int components_num; member 145 unsigned int components_num, unsigned int width,
|
H A D | vicodec-core.c | 207 unsigned int components_num = 1 + in validate_by_version() local 212 if (components_num == 0 || components_num > 4 || !pixenc) in validate_by_version() 225 unsigned int components_num = 3; in validate_stateless_params_flags() local 231 components_num = 1 + ((params->flags & FWHT_FL_COMPONENTS_NUM_MSK) >> in validate_stateless_params_flags() 235 components_num, pixenc)) in validate_stateless_params_flags() 485 unsigned int components_num = 3; in info_from_header() local 490 components_num = 1 + ((flags & FWHT_FL_COMPONENTS_NUM_MSK) >> in info_from_header() 495 components_num, pixenc, 0); in info_from_header() 729 info->components_num, in enum_fmt() [all...] |
H A D | codec-fwht.c | 796 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() 927 if (components_num >= 3) { in fwht_decode_frame() 950 if (components_num == 4) in fwht_decode_frame() 909 fwht_decode_frame(struct fwht_cframe *cf, u32 hdr_flags, unsigned int components_num, unsigned int width, unsigned int height, const struct fwht_raw_frame *ref, unsigned int ref_stride, unsigned int ref_chroma_stride, struct fwht_raw_frame *dst, unsigned int dst_stride, unsigned int dst_chroma_stride) fwht_decode_frame() argument
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/ |
H A D | codec-v4l2-fwht.c | 45 u32 width_div, u32 height_div, u32 components_num, in v4l2_fwht_validate_fmt() 51 info->components_num == components_num) in v4l2_fwht_validate_fmt() 58 u32 components_num, in v4l2_fwht_find_nth_fmt() 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 in v4l2_fwht_decode() 44 v4l2_fwht_validate_fmt(const struct v4l2_fwht_pixfmt_info *info, u32 width_div, u32 height_div, u32 components_num, u32 pixenc) v4l2_fwht_validate_fmt() argument 56 v4l2_fwht_find_nth_fmt(u32 width_div, u32 height_div, u32 components_num, u32 pixenc, unsigned int start_idx) v4l2_fwht_find_nth_fmt() argument [all...] |
H A D | codec-v4l2-fwht.h | 21 unsigned int components_num; member 53 u32 width_div, u32 height_div, u32 components_num, 57 u32 components_num,
|
H A D | codec-fwht.h | 94 unsigned int components_num; member 113 unsigned int components_num, unsigned int width,
|
H A D | vicodec-core.c | 207 unsigned int components_num = 1 + in validate_by_version() local 212 if (components_num == 0 || components_num > 4 || !pixenc) in validate_by_version() 225 unsigned int components_num = 3; in validate_stateless_params_flags() local 231 components_num = 1 + ((params->flags & V4L2_FWHT_FL_COMPONENTS_NUM_MSK) >> in validate_stateless_params_flags() 235 components_num, pixenc)) in validate_stateless_params_flags() 481 unsigned int components_num = 3; in info_from_header() local 486 components_num = 1 + ((flags & V4L2_FWHT_FL_COMPONENTS_NUM_MSK) >> in info_from_header() 491 components_num, pixenc, 0); in info_from_header() 725 info->components_num, in enum_fmt() [all...] |
H A D | codec-fwht.c | 797 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() 928 if (components_num >= 3) { in fwht_decode_frame() 951 if (components_num == 4) in fwht_decode_frame() 910 fwht_decode_frame(struct fwht_cframe *cf, u32 hdr_flags, unsigned int components_num, unsigned int width, unsigned int height, const struct fwht_raw_frame *ref, unsigned int ref_stride, unsigned int ref_chroma_stride, struct fwht_raw_frame *dst, unsigned int dst_stride, unsigned int dst_chroma_stride) fwht_decode_frame() argument
|
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | microchip-spi.c | 111 u16 components_num, i; in mpf_ops_parse_header() local 178 components_num = get_unaligned_le16(buf + MPF_DATA_SIZE_OFFSET); in mpf_ops_parse_header() 180 for (i = 0; i < components_num; i++) { in mpf_ops_parse_header()
|