| /foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/ |
| H A D | video_ffmpeg_decoder_plugin.cpp | 48 const AVCodec* codec = nullptr; in RegisterVideoDecoderPlugins() local 81 UpdateInCaps(const AVCodec* codec, CodecPluginDef& definition) UpdateInCaps() argument 97 UpdateOutCaps(const AVCodec* codec, CodecPluginDef& definition) UpdateOutCaps() argument 117 UpdatePluginDefinition(const AVCodec* codec, CodecPluginDef& definition) UpdatePluginDefinition() argument [all...] |
| /foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
| H A D | media_audio_encoder.cpp | 351 const AVCodec *codec = nullptr; in InitAudioEncode() local
|
| /foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/ |
| H A D | AudioEncoderDemoCommon.cpp | 32 void OnError(OH_AVCodec* codec, int32_t errorCode, void* userData) in OnError() argument 40 void OnOutputFormatChanged(OH_AVCodec* codec, OH_AVFormat* format, void* userData) in OnOutputFormatChanged() argument 48 void OnInputBufferAvailable(OH_AVCodec* codec, uint32_t index, OH_AVMemory* data, void* userData) in OnInputBufferAvailable() argument 59 void OnOutputBufferAvailable(OH_AVCodec* codec, uint32_t index, in OnOutputBufferAvailable() argument 104 OH_AVErrCode AudioEncoderDemo::NativeDestroy(OH_AVCodec *codec) in NativeDestroy() argument 110 NativeSetCallback(OH_AVCodec* codec, OH_AVCodecAsyncCallback callback) NativeSetCallback() argument 115 NativeConfigure(OH_AVCodec* codec, OH_AVFormat* format) NativeConfigure() argument 120 NativePrepare(OH_AVCodec* codec) NativePrepare() argument 125 NativeStart(OH_AVCodec* codec) NativeStart() argument 138 NativeStop(OH_AVCodec* codec) NativeStop() argument 144 NativeFlush(OH_AVCodec* codec) NativeFlush() argument 150 NativeReset(OH_AVCodec* codec) NativeReset() argument 156 NativeGetOutputDescription(OH_AVCodec* codec) NativeGetOutputDescription() argument 161 NativeSetParameter(OH_AVCodec* codec, OH_AVFormat* format) NativeSetParameter() argument 166 NativePushInputData(OH_AVCodec* codec, uint32_t index, OH_AVCodecBufferAttr attr) NativePushInputData() argument 172 NativeFreeOutputData(OH_AVCodec* codec, uint32_t index) NativeFreeOutputData() argument 177 NativeIsValid(OH_AVCodec* codec, bool* isVaild) NativeIsValid() argument [all...] |
| /foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapisetparameter_fuzzer/ |
| H A D | audioencoderdemo.cpp | 58 void OnError(OH_AVCodec* codec, int32_t errorCode, void* userData) in OnError() argument 65 void OnOutputFormatChanged(OH_AVCodec* codec, OH_AVFormat* format, void* userData) in OnOutputFormatChanged() argument 73 void OnInputBufferAvailable(OH_AVCodec* codec, uint32_t index, OH_AVMemory* data, void* userData) in OnInputBufferAvailable() argument 83 void OnOutputBufferAvailable(OH_AVCodec* codec, uint32_t index, OH_AVMemory* data, OH_AVCodecBufferAttr* attr, in OnOutputBufferAvailable() argument 148 OH_AVErrCode AEncDemoAuto::Destroy(OH_AVCodec* codec) in Destroy() argument 159 SetCallback(OH_AVCodec* codec) SetCallback() argument 165 Prepare(OH_AVCodec* codec) Prepare() argument 170 Start(OH_AVCodec* codec) Start() argument 175 Stop(OH_AVCodec* codec) Stop() argument 182 Flush(OH_AVCodec* codec) Flush() argument 190 Reset(OH_AVCodec* codec) Reset() argument 195 PushInputData(OH_AVCodec* codec, uint32_t index, int32_t size, int32_t offset) PushInputData() argument 205 PushInputDataEOS(OH_AVCodec* codec, uint32_t index) PushInputDataEOS() argument 216 FreeOutputData(OH_AVCodec* codec, uint32_t index) FreeOutputData() argument 221 IsValid(OH_AVCodec* codec, bool* isValid) IsValid() argument 511 GetOutputDescription(OH_AVCodec* codec) GetOutputDescription() argument [all...] |
| /foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapidescription_fuzzer/ |
| H A D | audioencoderdemo.cpp | 58 void OnError(OH_AVCodec* codec, int32_t errorCode, void* userData) in OnError() argument 65 void OnOutputFormatChanged(OH_AVCodec* codec, OH_AVFormat* format, void* userData) in OnOutputFormatChanged() argument 73 void OnInputBufferAvailable(OH_AVCodec* codec, uint32_t index, OH_AVMemory* data, void* userData) in OnInputBufferAvailable() argument 83 void OnOutputBufferAvailable(OH_AVCodec* codec, uint32_t index, OH_AVMemory* data, OH_AVCodecBufferAttr* attr, in OnOutputBufferAvailable() argument 148 OH_AVErrCode AEncDemoAuto::Destroy(OH_AVCodec* codec) in Destroy() argument 159 SetCallback(OH_AVCodec* codec) SetCallback() argument 165 Prepare(OH_AVCodec* codec) Prepare() argument 170 Start(OH_AVCodec* codec) Start() argument 175 Stop(OH_AVCodec* codec) Stop() argument 182 Flush(OH_AVCodec* codec) Flush() argument 190 Reset(OH_AVCodec* codec) Reset() argument 195 PushInputData(OH_AVCodec* codec, uint32_t index, int32_t size, int32_t offset) PushInputData() argument 205 PushInputDataEOS(OH_AVCodec* codec, uint32_t index) PushInputDataEOS() argument 216 FreeOutputData(OH_AVCodec* codec, uint32_t index) FreeOutputData() argument 221 IsValid(OH_AVCodec* codec, bool* isValid) IsValid() argument 511 GetOutputDescription(OH_AVCodec* codec) GetOutputDescription() argument [all...] |
| /foundation/multimedia/av_codec/test/unittest/audio_test/ |
| H A D | audio_decoder_capi_unit_test.cpp | 106 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() argument 114 static void OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged() argument 122 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in OnInputBufferAvailable() argument 132 static void OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, in OnOutputBufferAvailable() argument
|
| H A D | audio_encoder_avbuffer_capi_unit_test.cpp | 119 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() argument 127 static void OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged() argument 135 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in OnInputBufferAvailable() argument 145 static void OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in OnOutputBufferAvailable() argument
|
| H A D | audio_encoder_capi_unit_test.cpp | 103 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() argument 111 static void OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged() argument 119 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in OnInputBufferAvailable() argument 129 static void OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, in OnOutputBufferAvailable() argument
|
| H A D | audio_decoder_ability_unit_test.cpp | 151 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() argument 159 static void OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged() argument 167 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in OnInputBufferAvailable() argument 177 static void OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, in OnOutputBufferAvailable() argument
|
| /foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
| H A D | videodec_ndk_sample.cpp | 94 void VdecError(OH_AVCodec *codec, int32_t errorCode, void *userData) in VdecError() argument 105 void VdecFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in VdecFormatChanged() argument 116 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in VdecInputDataReady() argument 128 void VdecOutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, in VdecOutputDataReady() argument
|
| /foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/ |
| H A D | dscreen.cpp | 571 std::string codec = CODECS_MAP.at(comb); in ChooseCodecType() local
|
| /kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
| H A D | hfi_cmds.c | 152 pkt_session_init(struct hfi_session_init_pkt *pkt, void *cookie, u32 session_type, u32 codec) pkt_session_init() argument
|
| /kernel/linux/linux-5.10/sound/pci/hda/ |
| H A D | hda_eld.c | 122 static unsigned int hdmi_get_eld_data(struct hda_codec *codec, hda_nid_t nid, in hdmi_get_eld_data() argument 144 static void hdmi_update_short_audio_desc(struct hda_codec *codec, in hdmi_update_short_audio_desc() argument 224 int snd_hdmi_parse_eld(struct hda_codec *codec, struct parsed_hdmi_eld *e, in snd_hdmi_parse_eld() argument 288 snd_hdmi_get_eld_size(struct hda_codec *codec, hda_nid_t nid) snd_hdmi_get_eld_size() argument 294 snd_hdmi_get_eld(struct hda_codec *codec, hda_nid_t nid, unsigned char *buf, int *eld_size) snd_hdmi_get_eld() argument 371 hdmi_show_short_audio_desc(struct hda_codec *codec, struct cea_sad *a) hdmi_show_short_audio_desc() argument 396 snd_hdmi_show_eld(struct hda_codec *codec, struct parsed_hdmi_eld *e) snd_hdmi_show_eld() argument 632 snd_hdmi_get_eld_ati(struct hda_codec *codec, hda_nid_t nid, unsigned char *buf, int *eld_size, bool rev3_or_later) snd_hdmi_get_eld_ati() argument [all...] |
| H A D | hda_controller.h | 92 struct hda_codec *codec; member
|
| H A D | patch_analog.c | 50 static int create_beep_ctls(struct hda_codec *codec) in create_beep_ctls() argument 76 static void ad198x_power_eapd_write(struct hda_codec *codec, hda_nid_t front, in ad198x_power_eapd_write() argument 87 ad198x_power_eapd(struct hda_codec *codec) ad198x_power_eapd() argument 115 ad198x_shutup(struct hda_codec *codec) ad198x_shutup() argument 122 ad198x_suspend(struct hda_codec *codec) ad198x_suspend() argument 132 struct hda_codec *codec = private_data; ad_vmaster_eapd_hook() local 148 ad198x_auto_build_controls(struct hda_codec *codec) ad198x_auto_build_controls() argument 175 ad198x_parse_auto_config(struct hda_codec *codec, bool indep_hp) ad198x_parse_auto_config() argument 203 alloc_ad_spec(struct hda_codec *codec) alloc_ad_spec() argument 221 ad_fixup_inv_jack_detect(struct hda_codec *codec, const struct hda_fixup *fix, int action) ad_fixup_inv_jack_detect() argument 235 ad1986a_fixup_eapd(struct hda_codec *codec, const struct hda_fixup *fix, int action) ad1986a_fixup_eapd() argument 248 ad1986a_fixup_eapd_mix_in(struct hda_codec *codec, const struct hda_fixup *fix, int action) ad1986a_fixup_eapd_mix_in() argument 389 patch_ad1986a(struct hda_codec *codec) patch_ad1986a() argument 453 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); ad1983_auto_smux_enum_info() local 470 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); ad1983_auto_smux_enum_get() local 480 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); ad1983_auto_smux_enum_put() local 504 ad1983_add_spdif_mux_ctl(struct hda_codec *codec) ad1983_add_spdif_mux_ctl() argument 521 patch_ad1983(struct hda_codec *codec) patch_ad1983() argument 559 ad1981_fixup_hp_eapd(struct hda_codec *codec, const struct hda_fixup *fix, int action) ad1981_fixup_hp_eapd() argument 573 ad1981_fixup_amp_override(struct hda_codec *codec, const struct hda_fixup *fix, int action) ad1981_fixup_amp_override() argument 611 patch_ad1981(struct hda_codec *codec) patch_ad1981() argument 733 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); ad1988_auto_smux_enum_info() local 748 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); ad1988_auto_smux_enum_get() local 758 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); ad1988_auto_smux_enum_put() local 790 ad1988_auto_init(struct hda_codec *codec) ad1988_auto_init() argument 811 ad1988_add_spdif_mux_ctl(struct hda_codec *codec) ad1988_add_spdif_mux_ctl() argument 903 patch_ad1988(struct hda_codec *codec) patch_ad1988() argument 967 ad1884_fixup_amp_override(struct hda_codec *codec, const struct hda_fixup *fix, int action) ad1884_fixup_amp_override() argument 981 struct hda_codec *codec = private_data; ad1884_vmaster_hp_gpio_hook() local 991 ad1884_fixup_hp_eapd(struct hda_codec *codec, const struct hda_fixup *fix, int action) ad1884_fixup_hp_eapd() argument 1016 ad1884_fixup_thinkpad(struct hda_codec *codec, const struct hda_fixup *fix, int action) ad1884_fixup_thinkpad() argument 1083 patch_ad1884(struct hda_codec *codec) patch_ad1884() argument 1129 patch_ad1882(struct hda_codec *codec) patch_ad1882() argument [all...] |
| H A D | hda_proc.c | 112 static bool is_stereo_amps(struct hda_codec *codec, hda_nid_t nid, in is_stereo_amps() argument 47 print_nid_array(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid, struct snd_array *array) print_nid_array() argument 74 print_nid_pcms(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid) print_nid_pcms() argument 93 print_amp_caps(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid, int dir) print_amp_caps() argument 133 print_amp_vals(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid, int dir, unsigned int wcaps, int indices) print_amp_vals() argument 199 print_pcm_caps(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid) print_pcm_caps() argument 304 print_pin_caps(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid, int *supports_vref) print_pin_caps() argument 400 print_pin_ctls(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid, int supports_vref) print_pin_ctls() argument 438 print_vol_knob(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid) print_vol_knob() argument 450 print_audio_io(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid, unsigned int wid_type) print_audio_io() argument 468 print_digital_conv(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid) print_digital_conv() argument 512 print_power_state(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid) print_power_state() argument 553 print_unsol_cap(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid) print_unsol_cap() argument 564 can_dump_coef(struct hda_codec *codec) can_dump_coef() argument 573 print_proc_caps(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid) print_proc_caps() argument 598 print_conn_list(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid, unsigned int wid_type, hda_nid_t *conn, int conn_len) print_conn_list() argument 638 print_gpio(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid) print_gpio() argument 682 print_device_list(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid) print_device_list() argument 712 print_codec_core_info(struct hdac_device *codec, struct snd_info_buffer *buffer) print_codec_core_info() argument 741 struct hda_codec *codec = entry->private_data; print_codec_info() local 905 snd_hda_codec_proc_new(struct hda_codec *codec) snd_hda_codec_proc_new() argument [all...] |
| H A D | hda_loongson.c | 401 struct hda_codec *codec; in azx_runtime_resume() local
|
| H A D | hda_sysfs.c | 34 struct hda_codec *codec = dev_get_drvdata(dev); in power_on_acct_show() local 43 struct hda_codec *codec = dev_get_drvdata(dev); in power_off_acct_show() local 80 pin_configs_show(struct hda_codec *codec, struct snd_array *list, char *buf) pin_configs_show() argument 99 struct hda_codec *codec = dev_get_drvdata(dev); init_pin_configs_show() local 107 struct hda_codec *codec = dev_get_drvdata(dev); driver_pin_configs_show() local 117 clear_codec(struct hda_codec *codec) clear_codec() argument 130 reconfig_codec(struct hda_codec *codec) reconfig_codec() argument 220 struct hda_codec *codec = dev_get_drvdata(dev); init_verbs_show() local 233 parse_init_verbs(struct hda_codec *codec, const char *buf) parse_init_verbs() argument 259 struct hda_codec *codec = dev_get_drvdata(dev); init_verbs_store() local 270 struct hda_codec *codec = dev_get_drvdata(dev); hints_show() local 282 get_hint(struct hda_codec *codec, const char *key) get_hint() argument 309 parse_hints(struct hda_codec *codec, const char *buf) parse_hints() argument 364 struct hda_codec *codec = dev_get_drvdata(dev); hints_store() local 375 struct hda_codec *codec = dev_get_drvdata(dev); user_pin_configs_show() local 381 parse_user_pin_configs(struct hda_codec *codec, const char *buf) parse_user_pin_configs() argument 399 struct hda_codec *codec = dev_get_drvdata(dev); user_pin_configs_store() local 421 snd_hda_get_hint(struct hda_codec *codec, const char *key) snd_hda_get_hint() argument 437 snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) snd_hda_get_bool_hint() argument 473 snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) snd_hda_get_int_hint() argument 544 struct hda_codec *codec; parse_codec_mode() local 718 struct hda_codec *codec; snd_hda_load_patch() local 774 snd_hda_sysfs_init(struct hda_codec *codec) snd_hda_sysfs_init() argument 784 snd_hda_sysfs_clear(struct hda_codec *codec) snd_hda_sysfs_clear() argument [all...] |
| H A D | hda_auto_parser.c | 56 static void add_auto_cfg_input_pin(struct hda_codec *codec, struct auto_pin_cfg *cfg, in add_auto_cfg_input_pin() argument 108 static bool check_pincap_validity(struct hda_codec *codec, hda_nid_t pin, in check_pincap_validity() argument 129 static bool can_be_headset_mic(struct hda_codec *codec, in can_be_headset_mic() argument 172 int snd_hda_parse_pin_defcfg(struct hda_codec *codec, in snd_hda_parse_pin_defcfg() argument 484 hda_get_input_pin_label(struct hda_codec *codec, const struct auto_pin_cfg_item *item, hda_nid_t pin, bool check_location) hda_get_input_pin_label() argument 536 check_mic_location_need(struct hda_codec *codec, const struct auto_pin_cfg *cfg, int input) check_mic_location_need() argument 573 hda_get_autocfg_input_label(struct hda_codec *codec, const struct auto_pin_cfg *cfg, int input) hda_get_autocfg_input_label() argument 624 check_output_pfx(struct hda_codec *codec, hda_nid_t nid) check_output_pfx() argument 639 get_hp_label_index(struct hda_codec *codec, hda_nid_t nid, const hda_nid_t *pins, int num_pins) get_hp_label_index() argument 656 fill_audio_out_name(struct hda_codec *codec, hda_nid_t nid, const struct auto_pin_cfg *cfg, const char *name, char *label, int maxlen, int *indexp) fill_audio_out_name() argument 712 snd_hda_get_pin_label(struct hda_codec *codec, hda_nid_t nid, const struct auto_pin_cfg *cfg, char *label, int maxlen, int *indexp) snd_hda_get_pin_label() argument 780 snd_hda_add_verbs(struct hda_codec *codec, const struct hda_verb *list) snd_hda_add_verbs() argument 796 snd_hda_apply_verbs(struct hda_codec *codec) snd_hda_apply_verbs() argument 811 snd_hda_apply_pincfgs(struct hda_codec *codec, const struct hda_pintbl *cfg) snd_hda_apply_pincfgs() argument 819 set_pin_targets(struct hda_codec *codec, const struct hda_pintbl *cfg) set_pin_targets() argument 826 __snd_hda_apply_fixup(struct hda_codec *codec, int id, int action, int depth) __snd_hda_apply_fixup() argument 884 snd_hda_apply_fixup(struct hda_codec *codec, int action) snd_hda_apply_fixup() argument 893 pin_config_match(struct hda_codec *codec, const struct hda_pintbl *pins, bool match_all_pins) pin_config_match() argument 934 snd_hda_pick_pin_fixup(struct hda_codec *codec, const struct snd_hda_pin_quirk *pin_quirk, const struct hda_fixup *fixlist, bool match_all_pins) snd_hda_pick_pin_fixup() argument 978 snd_hda_pick_fixup(struct hda_codec *codec, const struct hda_model_fixup *models, const struct snd_pci_quirk *quirk, const struct hda_fixup *fixlist) snd_hda_pick_fixup() argument [all...] |
| /kernel/linux/linux-5.10/sound/hda/ |
| H A D | hdac_device.c | 40 int snd_hdac_device_init(struct hdac_device *codec, struct hdac_bus *bus, in snd_hdac_device_init() argument 127 snd_hdac_device_exit(struct hdac_device *codec) snd_hdac_device_exit() argument 142 snd_hdac_device_register(struct hdac_device *codec) snd_hdac_device_register() argument 165 snd_hdac_device_unregister(struct hdac_device *codec) snd_hdac_device_unregister() argument 184 snd_hdac_device_set_chip_name(struct hdac_device *codec, const char *name) snd_hdac_device_set_chip_name() argument 207 snd_hdac_codec_modalias(struct hdac_device *codec, char *buf, size_t size) snd_hdac_codec_modalias() argument 224 snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, unsigned int verb, unsigned int parm) snd_hdac_make_cmd() argument 256 snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd, unsigned int flags, unsigned int *res) snd_hdac_exec_verb() argument 275 snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, unsigned int verb, unsigned int parm, unsigned int *res) snd_hdac_read() argument 293 _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm, unsigned int *res) _snd_hdac_read_parm() argument 312 snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid, int parm) snd_hdac_read_parm_uncached() argument 331 snd_hdac_override_parm(struct hdac_device *codec, hda_nid_t nid, unsigned int parm, unsigned int val) snd_hdac_override_parm() argument 356 snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid, hda_nid_t *start_id) snd_hdac_get_sub_nodes() argument 374 setup_fg_nodes(struct hdac_device *codec) setup_fg_nodes() argument 404 snd_hdac_refresh_widgets(struct hdac_device *codec) snd_hdac_refresh_widgets() argument 436 get_num_conns(struct hdac_device *codec, hda_nid_t nid) get_num_conns() argument 464 snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid, hda_nid_t *conn_list, int max_conns) snd_hdac_get_connections() argument 567 snd_hdac_power_up(struct hdac_device *codec) snd_hdac_power_up() argument 579 snd_hdac_power_down(struct hdac_device *codec) snd_hdac_power_down() argument 599 snd_hdac_power_up_pm(struct hdac_device *codec) snd_hdac_power_up_pm() argument 611 snd_hdac_keep_power_up(struct hdac_device *codec) snd_hdac_keep_power_up() argument 632 snd_hdac_power_down_pm(struct hdac_device *codec) snd_hdac_power_down_pm() argument 674 get_codec_vendor_name(struct hdac_device *codec) get_codec_vendor_name() argument 789 query_pcm_param(struct hdac_device *codec, hda_nid_t nid) query_pcm_param() argument 803 query_stream_param(struct hdac_device *codec, hda_nid_t nid) query_stream_param() argument 827 snd_hdac_query_supported_pcm(struct hdac_device *codec, hda_nid_t nid, u32 *ratesp, u64 *formatsp, unsigned int *bpsp) snd_hdac_query_supported_pcm() argument 932 snd_hdac_is_supported_format(struct hdac_device *codec, hda_nid_t nid, unsigned int format) snd_hdac_is_supported_format() argument 1079 snd_hdac_sync_power_state(struct hdac_device *codec, hda_nid_t nid, unsigned int power_state) snd_hdac_sync_power_state() argument [all...] |
| H A D | hdmi_chmap.c | 182 static int hdmi_pin_set_slot_channel(struct hdac_device *codec, in hdmi_pin_set_slot_channel() argument 190 static int hdmi_pin_get_slot_channel(struct hdac_device *codec, in hdmi_pin_get_slot_channel() argument 198 static int hdmi_get_channel_count(struct hdac_device *codec, hda_nid_t cvt_nid) in hdmi_get_channel_count() argument 204 static void hdmi_set_channel_count(struct hdac_device *codec, in hdmi_set_channel_count() argument 268 static int hdmi_channel_allocation_spk_alloc_blk(struct hdac_device *codec, in hdmi_channel_allocation_spk_alloc_blk() argument [all...] |
| /kernel/linux/linux-5.10/sound/pci/au88x0/ |
| H A D | au88x0.h | 136 struct snd_ac97 *codec; member
|
| /kernel/linux/linux-5.10/sound/pci/oxygen/ |
| H A D | oxygen_mixer.c | 508 unsigned int codec = (ctl->private_value >> 24) & 1; in ac97_switch_get() local 546 unsigned int codec = (ctl->private_value >> 24) & 1; in ac97_switch_put() local 602 unsigned int codec = (ctl->private_value >> 24) & 1; in ac97_volume_get() local 623 unsigned int codec = (ctl->private_value >> 24) & 1; in ac97_volume_put() local [all...] |
| /kernel/linux/linux-5.10/sound/pci/vx222/ |
| H A D | vx222_ops.c | 700 static void vx2_old_write_codec_bit(struct vx_core *chip, int codec, unsigned int data) in vx2_old_write_codec_bit() argument
|
| /kernel/linux/linux-5.10/sound/drivers/vx/ |
| H A D | vx_mixer.c | 20 static void vx_write_codec_reg(struct vx_core *chip, int codec, unsigned int data) in vx_write_codec_reg() argument 74 static void vx_set_codec_reg(struct vx_core *chip, int codec, int reg, int val) in vx_set_codec_reg() argument 91 vx_set_analog_output_level(struct vx_core *chip, int codec, int left, int right) vx_set_analog_output_level() argument 413 int codec = kcontrol->id.index; vx_output_level_get() local 424 int codec = kcontrol->id.index; vx_output_level_put() local [all...] |