Home
last modified time | relevance | path

Searched refs:codec_mode (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.15/drivers/staging/media/hantro/
Drockchip_vpu_hw.c27 .codec_mode = HANTRO_MODE_NONE,
32 .codec_mode = HANTRO_MODE_NONE,
37 .codec_mode = HANTRO_MODE_NONE,
42 .codec_mode = HANTRO_MODE_NONE,
47 .codec_mode = HANTRO_MODE_JPEG_ENC,
64 .codec_mode = HANTRO_MODE_NONE,
71 .codec_mode = HANTRO_MODE_NONE,
75 .codec_mode = HANTRO_MODE_H264_DEC,
88 .codec_mode = HANTRO_MODE_MPEG2_DEC,
101 .codec_mode = HANTRO_MODE_VP8_DEC,
[all …]
Dsama5d4_vdec_hw.c17 .codec_mode = HANTRO_MODE_NONE,
24 .codec_mode = HANTRO_MODE_NONE,
28 .codec_mode = HANTRO_MODE_MPEG2_DEC,
41 .codec_mode = HANTRO_MODE_VP8_DEC,
54 .codec_mode = HANTRO_MODE_H264_DEC,
Dimx8m_vpu_hw.c84 .codec_mode = HANTRO_MODE_NONE,
91 .codec_mode = HANTRO_MODE_NONE,
95 .codec_mode = HANTRO_MODE_MPEG2_DEC,
108 .codec_mode = HANTRO_MODE_VP8_DEC,
121 .codec_mode = HANTRO_MODE_H264_DEC,
137 .codec_mode = HANTRO_MODE_NONE,
141 .codec_mode = HANTRO_MODE_HEVC_DEC,
Dhantro_v4l2.c95 if (bitstream == (formats[i].codec_mode != in hantro_get_default_fmt()
135 if (fmt->codec_mode == HANTRO_MODE_NONE) in vidioc_enum_framesizes()
167 bool mode_none = formats[i].codec_mode == HANTRO_MODE_NONE; in vidioc_enum_fmt()
467 vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->vpu_src_fmt->codec_mode); in hantro_set_fmt_out()
527 vpu_debug(0, "CAPTURE codec mode: %d\n", ctx->vpu_dst_fmt->codec_mode); in hantro_set_fmt_cap()
682 enum hantro_codec_mode codec_mode; in hantro_start_streaming() local
685 codec_mode = ctx->vpu_src_fmt->codec_mode; in hantro_start_streaming()
687 codec_mode = ctx->vpu_dst_fmt->codec_mode; in hantro_start_streaming()
689 vpu_debug(4, "Codec mode = %d\n", codec_mode); in hantro_start_streaming()
690 ctx->codec_ops = &ctx->dev->variant->codec_ops[codec_mode]; in hantro_start_streaming()
Dhantro.h269 enum hantro_codec_mode codec_mode; member
/Linux-v5.15/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c33 .codec_mode = S5P_MFC_CODEC_NONE,
40 .codec_mode = S5P_MFC_CODEC_NONE,
47 .codec_mode = S5P_MFC_CODEC_NONE,
54 .codec_mode = S5P_MFC_CODEC_NONE,
61 .codec_mode = S5P_MFC_CODEC_H264_DEC,
68 .codec_mode = S5P_MFC_CODEC_H264_MVC_DEC,
75 .codec_mode = S5P_MFC_CODEC_H263_DEC,
82 .codec_mode = S5P_MFC_CODEC_MPEG2_DEC,
89 .codec_mode = S5P_MFC_CODEC_MPEG2_DEC,
96 .codec_mode = S5P_MFC_CODEC_MPEG4_DEC,
[all …]
Ds5p_mfc_opr_v5.c78 if (ctx->codec_mode == S5P_MFC_CODEC_H264_ENC) { in s5p_mfc_alloc_codec_buffers_v5()
99 switch (ctx->codec_mode) { in s5p_mfc_alloc_codec_buffers_v5()
206 if (ctx->codec_mode == S5P_MFC_CODEC_H264_DEC || in s5p_mfc_alloc_instance_buffer_v5()
207 ctx->codec_mode == S5P_MFC_CODEC_H264_ENC) in s5p_mfc_alloc_instance_buffer_v5()
285 if (ctx->codec_mode == S5P_MFC_CODEC_H264_DEC) { in s5p_mfc_dec_calc_dpb_size_v5()
394 switch (ctx->codec_mode) { in s5p_mfc_set_dec_frame_buffer_v5()
463 ctx->codec_mode); in s5p_mfc_set_dec_frame_buffer_v5()
481 if (ctx->codec_mode == S5P_MFC_CODEC_H264_DEC) { in s5p_mfc_set_dec_frame_buffer_v5()
499 if (ctx->codec_mode == S5P_MFC_CODEC_H264_DEC) in s5p_mfc_set_dec_frame_buffer_v5()
555 if (ctx->codec_mode == S5P_MFC_CODEC_H264_ENC) { in s5p_mfc_set_enc_ref_buffer_v5()
[all …]
Ds5p_mfc_opr_v6.c88 if (ctx->codec_mode != S5P_FIMV_CODEC_HEVC_ENC) { in s5p_mfc_alloc_codec_buffers_v6()
133 switch (ctx->codec_mode) { in s5p_mfc_alloc_codec_buffers_v6()
341 switch (ctx->codec_mode) { in s5p_mfc_alloc_instance_buffer_v6()
369 mfc_err("Codec type(%d) should be checked!\n", ctx->codec_mode); in s5p_mfc_alloc_instance_buffer_v6()
453 if (ctx->codec_mode == S5P_MFC_CODEC_H264_DEC || in s5p_mfc_dec_calc_dpb_size_v6()
454 ctx->codec_mode == S5P_MFC_CODEC_H264_MVC_DEC) { in s5p_mfc_dec_calc_dpb_size_v6()
462 } else if (ctx->codec_mode == S5P_MFC_CODEC_HEVC_DEC) { in s5p_mfc_dec_calc_dpb_size_v6()
546 if (ctx->codec_mode == S5P_FIMV_CODEC_H264_DEC || in s5p_mfc_set_dec_frame_buffer_v6()
547 ctx->codec_mode == S5P_FIMV_CODEC_H264_MVC_DEC || in s5p_mfc_set_dec_frame_buffer_v6()
548 ctx->codec_mode == S5P_FIMV_CODEC_HEVC_DEC) { in s5p_mfc_set_dec_frame_buffer_v6()
[all …]
Ds5p_mfc_cmd_v6.c73 mfc_debug(2, "Requested codec mode: %d\n", ctx->codec_mode); in s5p_mfc_open_inst_cmd_v6()
75 switch (ctx->codec_mode) { in s5p_mfc_open_inst_cmd_v6()
Ds5p_mfc_cmd_v5.c78 mfc_debug(2, "Getting instance number (codec: %d)\n", ctx->codec_mode); in s5p_mfc_open_inst_cmd_v5()
81 switch (ctx->codec_mode) { in s5p_mfc_open_inst_cmd_v5()
Ds5p_mfc_enc.c36 .codec_mode = S5P_MFC_CODEC_NONE,
43 .codec_mode = S5P_MFC_CODEC_NONE,
50 .codec_mode = S5P_MFC_CODEC_NONE,
57 .codec_mode = S5P_MFC_CODEC_NONE,
64 .codec_mode = S5P_MFC_CODEC_H264_ENC,
71 .codec_mode = S5P_MFC_CODEC_MPEG4_ENC,
78 .codec_mode = S5P_MFC_CODEC_H263_ENC,
85 .codec_mode = S5P_MFC_CODEC_VP8_ENC,
92 .codec_mode = S5P_FIMV_CODEC_HEVC_ENC,
1446 ctx->codec_mode = ctx->dst_fmt->codec_mode; in vidioc_s_fmt()
[all …]
Ds5p_mfc_common.h683 int codec_mode; member
731 u32 codec_mode; member
Ds5p_mfc.c427 if (ctx->codec_mode != S5P_MFC_CODEC_H264_DEC && in s5p_mfc_handle_frame()
428 ctx->codec_mode != S5P_MFC_CODEC_VP8_DEC && in s5p_mfc_handle_frame()
534 if ((ctx->codec_mode == S5P_MFC_CODEC_H264_DEC || in s5p_mfc_handle_seq_done()
535 ctx->codec_mode == S5P_MFC_CODEC_H264_MVC_DEC) && in s5p_mfc_handle_seq_done()
/Linux-v5.15/drivers/staging/media/zoran/
Dzoran_device.c330 zr36057_adjust_vfe(zr, zr->codec_mode); in zr36057_set_vfe()
610 zr->codec_mode = mode; in zr36057_enable_jpg()
788 if (zr->codec_mode == BUZ_MODE_MOTION_DECOMPRESS) in zoran_feed_stat_com()
809 if (zr->codec_mode == BUZ_MODE_MOTION_DECOMPRESS) in zoran_reap_stat_com()
831 if (zr->codec_mode == BUZ_MODE_MOTION_COMPRESS) { in zoran_reap_stat_com()
871 if (zr->codec_mode != BUZ_MODE_MOTION_DECOMPRESS && in zoran_irq()
872 zr->codec_mode != BUZ_MODE_MOTION_COMPRESS) { in zoran_irq()
Dzoran.h245 enum zoran_codec_mode codec_mode; /* status of codec */ member
/Linux-v5.15/drivers/media/platform/coda/
Dcoda.h144 int codec_mode; member
Dcoda-bit.c89 coda_write(dev, ctx->params.codec_mode, CODA_REG_BIT_RUN_COD_STD); in coda_command_async()
1157 ctx->params.codec_mode = ctx->codec->mode; in coda_start_encoding()
1911 ctx->params.codec_mode = ctx->codec->mode; in __coda_decoder_seq_init()
Dcoda-common.c1658 ctx->params.codec_mode = ctx->codec->mode; in set_default_params()