Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 25 of 57) sorted by relevance

123

/drivers/staging/media/sunxi/cedrus/
A Dcedrus_h264.c90 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in cedrus_write_frame_list() local
104 for (i = 0; i < ARRAY_SIZE(decode->dpb); i++) { in cedrus_write_frame_list()
105 const struct v4l2_h264_dpb_entry *dpb = &decode->dpb[i]; in cedrus_write_frame_list()
167 if (decode->flags & V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC) in cedrus_write_frame_list()
175 decode->top_field_order_cnt, in cedrus_write_frame_list()
176 decode->bottom_field_order_cnt, in cedrus_write_frame_list()
213 dpb = &decode->dpb[dpb_idx]; in _cedrus_write_ref_list()
434 mbaff_pic = !(decode->flags & V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC) && in cedrus_set_params()
443 reg |= decode->nal_ref_idc ? BIT(12) : 0; in cedrus_set_params()
448 if (decode->flags & V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC) in cedrus_set_params()
[all …]
/drivers/media/platform/verisilicon/
A Dhantro_h264.c235 const struct v4l2_ctrl_h264_decode_params *dec_param = ctrls->decode; in prepare_table()
303 dec_param = ctx->h264_dec.ctrls.decode; in update_dpb()
451 ctrls->decode = in hantro_h264_dec_prepare_run()
453 if (WARN_ON(!ctrls->decode)) in hantro_h264_dec_prepare_run()
470 v4l2_h264_init_reflist_builder(&reflist_builder, ctrls->decode, in hantro_h264_dec_prepare_run()
A Dhantro_g1_h264_dec.c25 const struct v4l2_ctrl_h264_decode_params *dec_param = ctrls->decode; in set_params()
221 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD) in set_buffers()
226 if (ctrls->sps->profile_idc > 66 && ctrls->decode->nal_ref_idc) { in set_buffers()
240 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD) in set_buffers()
A Drockchip_vpu2_hw_h264_dec.c196 const struct v4l2_ctrl_h264_decode_params *dec_param = ctrls->decode; in set_params()
438 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD) in set_buffers()
443 if (ctrls->sps->profile_idc > 66 && ctrls->decode->nal_ref_idc) { in set_buffers()
457 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD) in set_buffers()
/drivers/net/slip/
A Dslhc.c83 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/firmware/
A Ddmi_scan.c89 void (*decode)(const struct dmi_header *, void *), in dmi_decode_table()
125 decode(dm, private_data); in dmi_decode_table()
149 static int __init dmi_walk_early(void (*decode)(const struct dmi_header *, in dmi_walk_early()
159 dmi_decode_table(buf, decode, NULL); in dmi_walk_early()
1116 int dmi_walk(void (*decode)(const struct dmi_header *, void *), in dmi_walk()
1128 dmi_decode_table(buf, decode, private_data); in dmi_walk()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_virt.c985 struct amdgpu_video_codec_info *decode, uint32_t decode_array_size) in amdgpu_virt_update_sriov_video_codec() argument
1003 if (decode) { in amdgpu_virt_update_sriov_video_codec()
1005 decode[i].max_width = adev->virt.decode_max_dimension_pixels; in amdgpu_virt_update_sriov_video_codec()
1006 decode[i].max_pixels_per_frame = adev->virt.decode_max_frame_pixels; in amdgpu_virt_update_sriov_video_codec()
1007 if (decode[i].max_width > 0) in amdgpu_virt_update_sriov_video_codec()
1008 decode[i].max_height = decode[i].max_pixels_per_frame / decode[i].max_width; in amdgpu_virt_update_sriov_video_codec()
1010 decode[i].max_height = 0; in amdgpu_virt_update_sriov_video_codec()
/drivers/media/rc/img-ir/
A DKconfig18 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/media/platform/mediatek/vcodec/decoder/
A Dvdec_drv_base.h27 int (*decode)(void *h_vdec, struct mtk_vcodec_mem *bs, member
A Dvdec_drv_if.c96 ret = ctx->dec_if->decode(ctx->drv_handle, bs, fb, res_chg); in vdec_if_decode()
/drivers/clk/qcom/
A DKconfig565 video encode and decode.
796 video encode and decode.
805 video encode and decode.
901 video encode and decode.
1411 video encode/decode.
1420 video encode and decode.
1430 video encode and decode.
1441 video encode/decode.
1451 video encode and decode.
1481 video encode/decode.
[all …]
/drivers/hwtracing/stm/
A DKconfig23 The receiving side only needs to be able to decode the MIPI
38 The receiving side must be able to decode this protocol in
/drivers/media/platform/mediatek/jpeg/
A DKconfig12 Mediatek jpeg codec driver provides HW capability to decode
/drivers/media/platform/mediatek/vcodec/decoder/vdec/
A Dvdec_h264_req_multi_if.c264 int (*decode)(void *h_vdec, struct mtk_vcodec_mem *bs, member
1236 inst->decode = vdec_h264_slice_single_decode_ext; in vdec_h264_slice_init()
1238 inst->decode = vdec_h264_slice_lat_decode_ext; in vdec_h264_slice_init()
1248 inst->decode = vdec_h264_slice_single_decode; in vdec_h264_slice_init()
1250 inst->decode = vdec_h264_slice_lat_decode; in vdec_h264_slice_init()
1291 return inst->decode(h_vdec, bs, unused, res_chg); in vdec_h264_slice_decode()
1318 .decode = vdec_h264_slice_decode,
/drivers/media/platform/mediatek/vcodec/
A DKconfig29 encode and decode in a range of video formats on MT8173
/drivers/block/
A Damiflop.c806 static unsigned long decode (unsigned long *data, unsigned long *raw, in decode() function
854 raw = decode ((ulong *)&hdr.magic, (ulong *)raw, 4); in amiga_read()
855 raw = decode ((ulong *)&hdr.labels, (ulong *)raw, 16); in amiga_read()
856 raw = decode ((ulong *)&hdr.hdrchk, (ulong *)raw, 4); in amiga_read()
857 raw = decode ((ulong *)&hdr.datachk, (ulong *)raw, 4); in amiga_read()
880 raw = decode ((ulong *)(unit[drive].trackbuf + hdr.sect*512), in amiga_read()
/drivers/media/rc/
A Dir-xmp-decoder.c194 .decode = ir_xmp_decode,
A Dir-jvc-decoder.c205 .decode = ir_jvc_decode,
A Dir-sanyo-decoder.c210 .decode = ir_sanyo_decode,
A Dir-sharp-decoder.c220 .decode = ir_sharp_decode,
A Dir-rcmm-decoder.c231 .decode = ir_rcmm_decode,
A Dir-sony-decoder.c216 .decode = ir_sony_decode,
/drivers/gpu/drm/xe/
A Dxe_ring_ops.c305 bool decode = job->q->class == XE_ENGINE_CLASS_VIDEO_DECODE; in __emit_job_gen12_video() local
313 if (decode) in __emit_job_gen12_video()
/drivers/acpi/acpica/
A Drsaddr.c189 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.decode),
/drivers/media/platform/st/sti/delta/
A Ddelta.h333 int (*decode)(struct delta_ctx *ctx, struct delta_au *au); member

Completed in 53 milliseconds

123