/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_h264.c | 97 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in cedrus_write_frame_list() local 111 for (i = 0; i < ARRAY_SIZE(decode->dpb); i++) { in cedrus_write_frame_list() 112 const struct v4l2_h264_dpb_entry *dpb = &decode->dpb[i]; in cedrus_write_frame_list() 149 if (decode->flags & V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC) in cedrus_write_frame_list() 157 decode->top_field_order_cnt, in cedrus_write_frame_list() 158 decode->bottom_field_order_cnt, in cedrus_write_frame_list() 174 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in _cedrus_write_ref_list() local 193 dpb = &decode->dpb[dpb_idx]; in _cedrus_write_ref_list() 324 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in cedrus_set_params() local 414 mbaff_pic = !(decode->flags & V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC) && in cedrus_set_params() [all …]
|
/drivers/staging/media/hantro/ |
D | hantro_h264.c | 229 const struct v4l2_ctrl_h264_decode_params *dec_param = ctrls->decode; in prepare_table() 259 dec_param = ctx->h264_dec.ctrls.decode; in update_dpb() 351 ctrls->decode = in hantro_h264_dec_prepare_run() 353 if (WARN_ON(!ctrls->decode)) in hantro_h264_dec_prepare_run() 373 v4l2_h264_init_reflist_builder(&reflist_builder, ctrls->decode, in hantro_h264_dec_prepare_run()
|
D | hantro_g1_h264_dec.c | 25 const struct v4l2_ctrl_h264_decode_params *dec_param = ctrls->decode; in set_params() 247 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD) in set_buffers() 252 if (ctrls->sps->profile_idc > 66 && ctrls->decode->nal_ref_idc) { in set_buffers() 266 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD) in set_buffers()
|
D | hantro_hw.h | 63 const struct v4l2_ctrl_h264_decode_params *decode; member
|
/drivers/net/slip/ |
D | slhc.c | 83 static long decode(unsigned char **cpp); 207 decode(unsigned char **cpp) in decode() function 567 if((x = decode(&cp)) == -1) { in slhc_uncompress() 574 if((x = decode(&cp)) == -1) { in slhc_uncompress() 580 if((x = decode(&cp)) == -1) { in slhc_uncompress() 586 if((x = decode(&cp)) == -1) { in slhc_uncompress() 594 if((x = decode(&cp)) == -1) { in slhc_uncompress()
|
/drivers/pinctrl/freescale/ |
D | pinctrl-imx.c | 299 const struct imx_cfg_params_decode *decode; in imx_pinconf_decode_generic_config() local 310 decode = info->decodes; in imx_pinconf_decode_generic_config() 312 if (param == decode->param) { in imx_pinconf_decode_generic_config() 313 if (decode->invert) in imx_pinconf_decode_generic_config() 315 raw_config |= (param_val << decode->shift) in imx_pinconf_decode_generic_config() 316 & decode->mask; in imx_pinconf_decode_generic_config() 319 decode++; in imx_pinconf_decode_generic_config()
|
/drivers/firmware/ |
D | dmi_scan.c | 88 void (*decode)(const struct dmi_header *, void *), in dmi_decode_table() 113 decode(dm, private_data); in dmi_decode_table() 137 static int __init dmi_walk_early(void (*decode)(const struct dmi_header *, in dmi_walk_early() 147 dmi_decode_table(buf, decode, NULL); in dmi_walk_early() 1100 int dmi_walk(void (*decode)(const struct dmi_header *, void *), in dmi_walk() 1112 dmi_decode_table(buf, decode, private_data); in dmi_walk()
|
/drivers/clk/qcom/ |
D | Kconfig | 99 graphics, video encode/decode, camera, etc. 218 graphics, video encode/decode, camera, etc. 235 graphics, video encode/decode, camera, etc. 259 graphics, video encode/decode, camera, etc. 285 graphics, video encode/decode, camera, etc. 344 video encode and decode. 398 video encode and decode. 464 video encode and decode. 473 video encode and decode.
|
/drivers/media/platform/mtk-vcodec/ |
D | vdec_drv_base.h | 27 int (*decode)(void *h_vdec, struct mtk_vcodec_mem *bs, member
|
D | vdec_drv_if.c | 72 ret = ctx->dec_if->decode(ctx->drv_handle, bs, fb, res_chg); in vdec_if_decode()
|
/drivers/media/rc/img-ir/ |
D | Kconfig | 18 processing power than using hardware decode, but can be useful for 25 Say Y here to enable the hardware decode driver which decodes the IR
|
/drivers/hwtracing/stm/ |
D | Kconfig | 24 The receiving side only needs to be able to decode the MIPI 39 The receiving side must be able to decode this protocol in
|
/drivers/block/ |
D | amiflop.c | 805 static unsigned long decode (unsigned long *data, unsigned long *raw, in decode() function 853 raw = decode ((ulong *)&hdr.magic, (ulong *)raw, 4); in amiga_read() 854 raw = decode ((ulong *)&hdr.labels, (ulong *)raw, 16); in amiga_read() 855 raw = decode ((ulong *)&hdr.hdrchk, (ulong *)raw, 4); in amiga_read() 856 raw = decode ((ulong *)&hdr.datachk, (ulong *)raw, 4); in amiga_read() 879 raw = decode ((ulong *)(unit[drive].trackbuf + hdr.sect*512), in amiga_read()
|
/drivers/edac/ |
D | skx_common.h | 129 void skx_set_decode(skx_decode_f decode, skx_show_retry_log_f show_retry_log);
|
/drivers/media/rc/ |
D | ir-xmp-decoder.c | 194 .decode = ir_xmp_decode,
|
D | ir-sanyo-decoder.c | 210 .decode = ir_sanyo_decode,
|
D | ir-jvc-decoder.c | 205 .decode = ir_jvc_decode,
|
D | ir-sharp-decoder.c | 220 .decode = ir_sharp_decode,
|
D | ir-sony-decoder.c | 216 .decode = ir_sony_decode,
|
D | ir-rcmm-decoder.c | 231 .decode = ir_rcmm_decode,
|
D | ir-nec-decoder.c | 253 .decode = ir_nec_decode,
|
D | ir-imon-decoder.c | 242 .decode = ir_imon_decode,
|
D | rc-core-priv.h | 37 int (*decode)(struct rc_dev *dev, struct ir_raw_event event); member
|
/drivers/acpi/acpica/ |
D | rsaddr.c | 189 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.decode),
|
/drivers/media/platform/sti/delta/ |
D | delta.h | 333 int (*decode)(struct delta_ctx *ctx, struct delta_au *au); member
|