| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/ |
| H A D | s5p_mfc_cmd_v6.c | 71 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 …]
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | patch_via.c | 73 ((spec)->codec_type == VT2002P ||\ 74 (spec)->codec_type == VT1812 ||\ 75 (spec)->codec_type == VT1802) 82 enum VIA_HDA_CODEC codec_type; member 110 spec->codec_type = get_codec_type(codec); in via_new_spec() 112 if (spec->codec_type == VT1708BCE) in via_new_spec() 113 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 …]
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_dec_hdr_meta.c | 31 void fill_hdr_meta_to_frame(MppFrame frame, HdrCodecType codec_type) in fill_hdr_meta_to_frame() argument 76 hdr_static_meta_header->video_format = codec_type; in fill_hdr_meta_to_frame() 103 if ((codec_type == HDR_HEVC && static_meta->color_trc == MPP_FRAME_TRC_ARIB_STD_B67) || in fill_hdr_meta_to_frame() 104 (codec_type == HDR_AVS2 && static_meta->color_trc == MPP_FRAME_TRC_BT2020_10)) in fill_hdr_meta_to_frame() 106 if ((codec_type == HDR_HEVC && static_meta->color_trc == MPP_FRAME_TRC_SMPTEST2084) || in fill_hdr_meta_to_frame() 107 (codec_type == HDR_AVS2 && static_meta->color_trc == MPP_FRAME_TRC_BT1361_ECG)) in fill_hdr_meta_to_frame() 123 hdr_dynamic_meta_header->video_format = codec_type; in fill_hdr_meta_to_frame()
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/etc/rkadk/8M/ |
| H A D | rkadk_setting_sensor_0.ini | 75 codec_type = 0 key 97 codec_type = 0 key 124 codec_type = 0 key 143 codec_type = 0 key
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/etc/rkadk/5M/ |
| H A D | rkadk_setting_sensor_0.ini | 75 codec_type = 0 key 97 codec_type = 0 key 124 codec_type = 0 key 143 codec_type = 0 key
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | vpu_api_test.c | 52 CODEC_TYPE codec_type; member 188 cmdCxt->codec_type = atoi(argv[optindex]); in parse_options() 280 cmd->codec_type == CODEC_DECODER ? "decode" : "encode", in vpu_encode_demo() 341 ctx->codecType = cmd->codec_type; in vpu_encode_demo() 536 cmd->codec_type == CODEC_DECODER ? "decode" : "encode", in vpu_decode_demo() 602 ctx->codecType = cmd->codec_type; in vpu_decode_demo() 783 cmd->codec_type = CODEC_DECODER; in main() 794 switch (cmd->codec_type) { in main()
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | azt3328.c | 1325 enum snd_azf3328_codec_type codec_type, in snd_azf3328_ctrl_codec_activity() argument 1329 struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type]; in snd_azf3328_ctrl_codec_activity() 1356 ((!chip->codecs[peer_codecs[codec_type].other1] in snd_azf3328_ctrl_codec_activity() 1358 && (!chip->codecs[peer_codecs[codec_type].other2] in snd_azf3328_ctrl_codec_activity() 1866 enum snd_azf3328_codec_type codec_type; in snd_azf3328_pcm_interrupt() local 1869 for (codec_type = AZF_CODEC_PLAYBACK; in snd_azf3328_pcm_interrupt() 1870 codec_type <= AZF_CODEC_I2S_OUT; in snd_azf3328_pcm_interrupt() 1871 ++codec_type, ++codec) { in snd_azf3328_pcm_interrupt() 1874 if (!(status & (1 << codec_type))) in snd_azf3328_pcm_interrupt() 2016 enum snd_azf3328_codec_type codec_type in snd_azf3328_pcm_open() argument [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | tlv320aic31xx.c | 165 enum aic31xx_type codec_type; member 757 if (!(aic31xx->codec_type & DAC31XX_BIT)) in aic31xx_add_controls() 764 if (aic31xx->codec_type & AIC31XX_STEREO_CLASS_D_BIT) in aic31xx_add_controls() 782 if (aic31xx->codec_type & DAC31XX_BIT) { in aic31xx_add_widgets() 806 if (aic31xx->codec_type & AIC31XX_STEREO_CLASS_D_BIT) { in aic31xx_add_widgets() 1011 if (!ret && !(aic31xx->codec_type & DAC31XX_BIT)) in aic31xx_clock_master_routes() 1028 if (!ret && !(aic31xx->codec_type & DAC31XX_BIT)) in aic31xx_clock_master_routes() 1620 aic31xx->codec_type = id->driver_data; in aic31xx_i2c_probe() 1640 aic31xx->codec_type = aic31xx->pdata.codec_type; in aic31xx_i2c_probe() 1689 if (aic31xx->codec_type & DAC31XX_BIT) in aic31xx_i2c_probe()
|
| H A D | rt5645.c | 425 int codec_type; member 1651 if (rt5645->codec_type == CODEC_TYPE_RT5650) { in hp_amp_power() 1706 if (rt5645->codec_type == CODEC_TYPE_RT5650) { in hp_amp_power() 1746 if (rt5645->codec_type == CODEC_TYPE_RT5645) { in rt5645_hp_event() 1773 if (rt5645->codec_type == CODEC_TYPE_RT5645) { in rt5645_hp_event() 2751 switch (rt5645->codec_type) { in rt5645_hw_params() 2814 switch (rt5645->codec_type) { in rt5645_set_dai_fmt() 2991 switch (rt5645->codec_type) { in rt5645_set_tdm_slot() 3009 if (rt5645->codec_type == CODEC_TYPE_RT5645) in rt5645_set_tdm_slot() 3238 if (rt5645->btn_jack && rt5645->codec_type == CODEC_TYPE_RT5650) { in rt5645_set_jack_detect() [all …]
|
| H A D | tlv320aic31xx.h | 37 enum aic31xx_type codec_type; member
|
| /OK3568_Linux_fs/external/mpp/osal/driver/ |
| H A D | mpp_device.c | 50 RK_U32 codec_type = mpp_get_vcodec_type(); in mpp_dev_init() local 51 if (!(codec_type & (1 << type))) { in mpp_dev_init() 53 type, codec_type); in mpp_dev_init()
|
| H A D | mpp_service.c | 110 void check_mpp_service_cap(RK_U32 *codec_type, RK_U32 *hw_ids, MppServiceCmdCap *cap) in check_mpp_service_cap() argument 123 *codec_type = 0; in check_mpp_service_cap() 136 *codec_type = hw_support; in check_mpp_service_cap()
|
| /OK3568_Linux_fs/u-boot/drivers/sound/ |
| H A D | max98095.c | 487 if (pcodec_info->codec_type == CODEC_MAX_98095) { in max98095_do_init() 491 pcodec_info->codec_type); in max98095_do_init() 564 pcodec_info->codec_type = CODEC_MAX_98095; in get_max98095_codec_values()
|
| H A D | wm8994.c | 857 pcodec_info->codec_type = CODEC_WM_8994; in get_codec_values() 885 if (pcodec_info->codec_type == CODEC_WM_8994) { in wm8994_init() 889 pcodec_info->codec_type); in wm8994_init()
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/etc/rkadk/ |
| H A D | rkadk_setting.ini | 28 codec_type = 8 key
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sound.h | 29 enum en_sound_codec codec_type; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_base.h | 42 RK_U32 codec_type; member
|
| H A D | hal_jpegd_common.c | 437 ctx->codec_type = mpp_get_vcodec_type(); in jpegd_check_have_pp() 439 (ctx->codec_type & (1 << VPU_CLIENT_VDPU1_PP))) || in jpegd_check_have_pp() 441 (ctx->codec_type & (1 << VPU_CLIENT_VDPU2_PP))); in jpegd_check_have_pp()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_hdr_meta_com.h | 116 void fill_hdr_meta_to_frame(MppFrame frame, HdrCodecType codec_type);
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_hdr_meta_com.h | 116 void fill_hdr_meta_to_frame(MppFrame frame, HdrCodecType codec_type);
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/atom/ |
| H A D | sst-mfld-dsp.h | 261 u8 codec_type; /* Codec type */ member 400 u16 codec_type; member
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_service.h | 124 void check_mpp_service_cap(RK_U32 *codec_type, RK_U32 *hw_ids, MppServiceCmdCap *cap);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc_model_v2_smt.c | 79 RK_S32 codec_type; // 264: 0 ; 265: 1 member 612 p->codec_type = 1; in rc_model_v2_smt_h265_init() 626 p->codec_type = 0; in rc_model_v2_smt_h264_init() 895 if (p->codec_type == 1) { in rc_model_v2_smt_start() 1036 if (p->codec_type == 1) in rc_model_v2_smt_end()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/boards/ |
| H A D | cht_bsw_rt5645.c | 36 int codec_type; member 298 if (ctx->acpi_card->codec_type == CODEC_TYPE_RT5650) in cht_codec_init()
|
| /OK3568_Linux_fs/kernel/sound/isa/ |
| H A D | sscape.c | 842 int codec_type = WSS_HW_DETECT; in create_ad1845() local 854 codec_type = WSS_HW_AD1848; in create_ad1845() 865 codec_type, WSS_HWSHARE_DMA1, &chip); in create_ad1845()
|