Home
last modified time | relevance | path

Searched refs:codec_type (Results 1 – 3 of 3) sorted by relevance

/drivers/media/platform/s5p-mfc/
Ds5p_mfc_cmd_v6.c75 int codec_type; in s5p_mfc_open_inst_cmd_v6() local
81 codec_type = S5P_FIMV_CODEC_H264_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
84 codec_type = S5P_FIMV_CODEC_H264_MVC_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
87 codec_type = S5P_FIMV_CODEC_VC1_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
90 codec_type = S5P_FIMV_CODEC_MPEG4_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
93 codec_type = S5P_FIMV_CODEC_MPEG2_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
96 codec_type = S5P_FIMV_CODEC_H263_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
99 codec_type = S5P_FIMV_CODEC_VC1RCV_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
102 codec_type = S5P_FIMV_CODEC_VP8_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
105 codec_type = S5P_FIMV_CODEC_H264_ENC_V6; in s5p_mfc_open_inst_cmd_v6()
[all …]
Ds5p_mfc_opr.h33 void __iomem *codec_type; member
Ds5p_mfc_opr_v6.c1963 R(codec_type, S5P_FIMV_CODEC_TYPE_V6); in s5p_mfc_init_regs_v6_plus()