Home
last modified time | relevance | path

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

12

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_cmd_v6.c71 int codec_type; in s5p_mfc_open_inst_cmd_v6() local
77 codec_type = S5P_FIMV_CODEC_H264_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
80 codec_type = S5P_FIMV_CODEC_H264_MVC_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
83 codec_type = S5P_FIMV_CODEC_VC1_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
86 codec_type = S5P_FIMV_CODEC_MPEG4_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
89 codec_type = S5P_FIMV_CODEC_MPEG2_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
92 codec_type = S5P_FIMV_CODEC_H263_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
95 codec_type = S5P_FIMV_CODEC_VC1RCV_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
98 codec_type = S5P_FIMV_CODEC_VP8_DEC_V6; in s5p_mfc_open_inst_cmd_v6()
101 codec_type = S5P_FIMV_CODEC_HEVC_DEC; in s5p_mfc_open_inst_cmd_v6()
[all …]
H A Ds5p_mfc_opr.h30 void __iomem *codec_type; member
/linux/sound/soc/intel/common/
H A Dsoc-acpi-intel-ssp-common.c17 .codec_type = t, \
24 enum snd_soc_acpi_intel_codec codec_type; member
88 return codecs[i].codec_type; in snd_soc_acpi_intel_detect_codec_type()
105 return amps[i].codec_type; in snd_soc_acpi_intel_detect_amp_type()
113 snd_soc_acpi_intel_get_codec_name(enum snd_soc_acpi_intel_codec codec_type) in snd_soc_acpi_intel_get_codec_name() argument
118 if (codecs[i].codec_type != codec_type) in snd_soc_acpi_intel_get_codec_name()
124 if (amps[i].codec_type != codec_type) in snd_soc_acpi_intel_get_codec_name()
135 snd_soc_acpi_intel_get_codec_tplg_suffix(enum snd_soc_acpi_intel_codec codec_type) in snd_soc_acpi_intel_get_codec_tplg_suffix() argument
140 if (codecs[i].codec_type != codec_type) in snd_soc_acpi_intel_get_codec_tplg_suffix()
151 snd_soc_acpi_intel_get_amp_tplg_suffix(enum snd_soc_acpi_intel_codec codec_type) in snd_soc_acpi_intel_get_amp_tplg_suffix() argument
[all …]
/linux/sound/hda/codecs/
H A Dvia.c76 ((spec)->codec_type == VT2002P ||\
77 (spec)->codec_type == VT1812 ||\
78 (spec)->codec_type == VT1802)
85 enum VIA_HDA_CODEC codec_type; member
111 spec->codec_type = get_codec_type(codec); in via_new_spec()
113 if (spec->codec_type == VT1708BCE) in via_new_spec()
114 spec->codec_type = VT1708S; in via_new_spec()
130 enum VIA_HDA_CODEC codec_type; in get_codec_type() local
134 codec_type = UNKNOWN; in get_codec_type()
136 codec_type = VT1708; in get_codec_type()
[all …]
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_ipi_msg.h49 u32 codec_type; member
73 u32 codec_type; member
95 u32 codec_type; member
132 u32 codec_type; member
H A Dvdec_vpu_if.c195 msg.codec_type = vpu->codec_type; in vcodec_send_ap_ipi()
231 msg.codec_type = vpu->codec_type; in vpu_dec_init()
266 msg.codec_type = vpu->codec_type; in vpu_dec_start()
289 msg.codec_type = vpu->codec_type; in vpu_dec_get_param()
H A Dvdec_vpu_if.h43 unsigned int codec_type; member
/linux/sound/soc/intel/boards/
H A Dsof_rt5682.c160 switch (ctx->codec_type) { in sof_rt5682_codec_init()
185 ctx->codec_type); in sof_rt5682_codec_init()
233 if (ctx->codec_type == CODEC_RT5650) { in sof_rt5682_codec_init()
272 switch (ctx->codec_type) { in sof_rt5682_hw_params()
284 ctx->codec_type); in sof_rt5682_hw_params()
295 switch (ctx->codec_type) { in sof_rt5682_hw_params()
307 ctx->codec_type); in sof_rt5682_hw_params()
323 switch (ctx->codec_type) { in sof_rt5682_hw_params()
335 ctx->codec_type); in sof_rt5682_hw_params()
339 switch (ctx->codec_type) { in sof_rt5682_hw_params()
[all …]
H A Dsof_board_helpers.c179 int be_id, enum snd_soc_acpi_intel_codec codec_type, in set_ssp_codec_link() argument
185 snd_soc_acpi_intel_get_codec_name(codec_type), ssp_codec); in set_ssp_codec_link()
503 if (ctx->codec_type != CODEC_NONE) in calculate_num_links()
581 if (ctx->codec_type == CODEC_NONE) in sof_intel_board_set_dai_link()
585 ctx->codec_type, ctx->ssp_codec); in sof_intel_board_set_dai_link()
747 ctx->codec_type = snd_soc_acpi_intel_detect_codec_type(dev); in sof_intel_board_get_ctx()
758 if (ctx->codec_type != CODEC_NONE) in sof_intel_board_get_ctx()
H A Dsof_board_helpers.h137 enum snd_soc_acpi_intel_codec codec_type; member
H A Dcht_bsw_rt5645.c36 int codec_type; member
297 if (ctx->acpi_card->codec_type == CODEC_TYPE_RT5650) in cht_codec_init()
/linux/include/sound/
H A Dsoc-acpi-intel-ssp-common.h74 snd_soc_acpi_intel_get_codec_name(enum snd_soc_acpi_intel_codec codec_type);
77 snd_soc_acpi_intel_get_codec_tplg_suffix(enum snd_soc_acpi_intel_codec codec_type);
79 snd_soc_acpi_intel_get_amp_tplg_suffix(enum snd_soc_acpi_intel_codec codec_type);
/linux/sound/pci/
H A Dazt3328.c1314 enum snd_azf3328_codec_type codec_type, in snd_azf3328_ctrl_codec_activity() argument
1318 struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type]; in snd_azf3328_ctrl_codec_activity()
1345 ((!chip->codecs[peer_codecs[codec_type].other1] in snd_azf3328_ctrl_codec_activity()
1347 && (!chip->codecs[peer_codecs[codec_type].other2] in snd_azf3328_ctrl_codec_activity()
1855 enum snd_azf3328_codec_type codec_type; in snd_azf3328_pcm_interrupt() local
1858 for (codec_type = AZF_CODEC_PLAYBACK; in snd_azf3328_pcm_interrupt()
1859 codec_type <= AZF_CODEC_I2S_OUT; in snd_azf3328_pcm_interrupt()
1860 ++codec_type, ++codec) { in snd_azf3328_pcm_interrupt()
1863 if (!(status & (1 << codec_type))) in snd_azf3328_pcm_interrupt()
2005 enum snd_azf3328_codec_type codec_type in snd_azf3328_pcm_open() argument
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvi.c119 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4_AVC,
137 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4_AVC,
144 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_HEVC,
169 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG2,
176 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4,
183 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4_AVC,
190 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_VC1,
208 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG2,
215 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4,
222 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4_AVC,
[all …]
H A Damdgpu.h634 u32 codec_type; member
642 .codec_type = type,\
H A Damdgpu_kms.c1290 int idx = codecs->codec_array[i].codec_type; in amdgpu_info_ioctl()
/linux/sound/soc/codecs/
H A Drt5645.c459 int codec_type; member
1685 if (rt5645->codec_type == CODEC_TYPE_RT5650) { in hp_amp_power()
1748 if (rt5645->codec_type == CODEC_TYPE_RT5650) { in hp_amp_power()
1789 if (rt5645->codec_type == CODEC_TYPE_RT5645) { in rt5645_hp_event()
1816 if (rt5645->codec_type == CODEC_TYPE_RT5645) { in rt5645_hp_event()
2772 switch (rt5645->codec_type) { in rt5645_hw_params()
2835 switch (rt5645->codec_type) { in rt5645_set_dai_fmt()
3012 switch (rt5645->codec_type) { in rt5645_set_tdm_slot()
3030 if (rt5645->codec_type == CODEC_TYPE_RT5645) in rt5645_set_tdm_slot()
3283 if (rt5645->btn_jack && rt5645->codec_type == CODEC_TYPE_RT5650) { in rt5645_set_jack_detect()
[all …]
H A Dtlv320aic31xx.h37 enum aic31xx_type codec_type; member
/linux/sound/soc/sof/intel/
H A Dhda.c1285 enum snd_soc_acpi_intel_codec codec_type, amp_type; in hda_machine_select() local
1448 codec_type = snd_soc_acpi_intel_detect_codec_type(sdev->dev); in hda_machine_select()
1449 amp_name_valid = amp_type != CODEC_NONE && amp_type != codec_type; in hda_machine_select()
1473 codec_type != CODEC_NONE) { in hda_machine_select()
1474 tplg_suffix = snd_soc_acpi_intel_get_codec_tplg_suffix(codec_type); in hda_machine_select()
1477 codec_type); in hda_machine_select()
/linux/sound/soc/intel/atom/
H A Dsst-mfld-dsp.h261 u8 codec_type; /* Codec type */ member
400 u16 codec_type; member
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp8_req_if.c287 inst->vpu.codec_type = ctx->current_codec; in vdec_vp8_slice_init()
305 inst, inst->vpu.codec_type, inst->vpu.vsi); in vdec_vp8_slice_init()
H A Dvdec_av1_req_lat_if.c1892 instance->vpu.codec_type = ctx->current_codec; in vdec_av1_slice_init()
/linux/sound/isa/
H A Dsscape.c830 int codec_type = WSS_HW_DETECT; in create_ad1845() local
842 codec_type = WSS_HW_AD1848; in create_ad1845()
853 codec_type, WSS_HWSHARE_DMA1, &chip); in create_ad1845()
/linux/sound/soc/fsl/
H A Dimx-card.c22 enum codec_type { enum
86 enum codec_type type;
/linux/sound/soc/intel/atom/sst/
H A Dsst_stream.c44 str_info->alloc_param.codec_type = str_params->codec; in sst_alloc_stream_mrfld()

12