Home
last modified time | relevance | path

Searched defs:codec (Results 276 - 300 of 713) sorted by relevance

1...<<11121314151617181920>>...29

/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideodec_capi_mock.cpp28 void VideoDecCapiMock::OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() argument
37 void VideoDecCapiMock::OnStreamChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnStreamChanged() argument
47 void VideoDecCapiMock::OnNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in OnNeedInputData() argument
57 void VideoDecCapiMock::OnNewOutputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, in OnNewOutputData() argument
68 void VideoDecCapiMock::OnErrorExt(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnErrorExt() argument
77 OnStreamChangedExt(OH_AVCodec *codec, OH_AVFormat *format, void *userData) OnStreamChangedExt() argument
87 OnNeedInputDataExt(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) OnNeedInputDataExt() argument
97 OnNewOutputDataExt(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) OnNewOutputDataExt() argument
107 GetCallback(OH_AVCodec *codec) GetCallback() argument
116 GetCallbackExt(OH_AVCodec *codec) GetCallbackExt() argument
125 SetCallback(OH_AVCodec *codec, std::shared_ptr<AVCodecCallbackMock> cb) SetCallback() argument
131 SetCallback(OH_AVCodec *codec, std::shared_ptr<MediaCodecCallbackMock> cb) SetCallback() argument
137 DelCallback(OH_AVCodec *codec) DelCallback() argument
[all...]
/foundation/multimedia/av_codec/test/fuzztest/audioencoderdescription_fuzzer/
H A Daudio_encoder_description_demo.cpp86 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() argument
93 static void OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged() argument
101 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in OnInputBufferAvailable() argument
111 static void OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in OnOutputBufferAvailable() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp348 void HfpHfSdpClient::SelectProfileFeatures(uint16_t &features, int &codec) in SelectProfileFeatures() argument
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dl1oip.h60 int codec; /* codec to use for transmis. */ member
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dcore.c137 static u32 to_v4l2_codec_type(u32 codec) in to_v4l2_codec_type() argument
168 u32 codec, codecs; in venus_enumerate_codecs() local
/kernel/linux/linux-5.10/sound/pci/ac97/
H A Dac97_pcm.c443 struct snd_ac97 *codec; in snd_ac97_pcm_assign() local
[all...]
/kernel/linux/linux-5.10/sound/pcmcia/vx/
H A Dvxp_ops.c432 static void vxp_write_codec_reg(struct vx_core *chip, int codec, unsigned int data) in vxp_write_codec_reg() argument
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dhdac_hda.c514 struct hda_codec *codec = &hda_pvt->codec; hdac_hda_codec_remove() local
[all...]
/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_regmap.c26 static int codec_pm_lock(struct hdac_device *codec) in codec_pm_lock() argument
31 static void codec_pm_unlock(struct hdac_device *codec, int lock) in codec_pm_unlock() argument
41 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_volatile_reg() local
68 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_writeable_reg() local
117 struct hdac_device *codec = dev_to_hdac_dev(dev); hda_readable_reg() local
157 hda_reg_read_stereo_amp(struct hdac_device *codec, unsigned int reg, unsigned int *val) hda_reg_read_stereo_amp() argument
175 hda_reg_write_stereo_amp(struct hdac_device *codec, unsigned int reg, unsigned int val) hda_reg_write_stereo_amp() argument
205 hda_reg_read_coef(struct hdac_device *codec, unsigned int reg, unsigned int *val) hda_reg_read_coef() argument
223 hda_reg_write_coef(struct hdac_device *codec, unsigned int reg, unsigned int val) hda_reg_write_coef() argument
243 struct hdac_device *codec = context; hda_reg_read() local
282 struct hdac_device *codec = context; hda_reg_write() local
375 snd_hdac_regmap_init(struct hdac_device *codec) snd_hdac_regmap_init() argument
392 snd_hdac_regmap_exit(struct hdac_device *codec) snd_hdac_regmap_exit() argument
409 snd_hdac_regmap_add_vendor_verb(struct hdac_device *codec, unsigned int verb) snd_hdac_regmap_add_vendor_verb() argument
426 reg_raw_write(struct hdac_device *codec, unsigned int reg, unsigned int val) reg_raw_write() argument
460 snd_hdac_regmap_write_raw(struct hdac_device *codec, unsigned int reg, unsigned int val) snd_hdac_regmap_write_raw() argument
467 reg_raw_read(struct hdac_device *codec, unsigned int reg, unsigned int *val, bool uncached) reg_raw_read() argument
481 __snd_hdac_regmap_read_raw(struct hdac_device *codec, unsigned int reg, unsigned int *val, bool uncached) __snd_hdac_regmap_read_raw() argument
496 snd_hdac_regmap_read_raw(struct hdac_device *codec, unsigned int reg, unsigned int *val) snd_hdac_regmap_read_raw() argument
506 snd_hdac_regmap_read_raw_uncached(struct hdac_device *codec, unsigned int reg, unsigned int *val) snd_hdac_regmap_read_raw_uncached() argument
512 reg_raw_update(struct hdac_device *codec, unsigned int reg, unsigned int mask, unsigned int val) reg_raw_update() argument
550 snd_hdac_regmap_update_raw(struct hdac_device *codec, unsigned int reg, unsigned int mask, unsigned int val) snd_hdac_regmap_update_raw() argument
557 reg_raw_update_once(struct hdac_device *codec, unsigned int reg, unsigned int mask, unsigned int val) reg_raw_update_once() argument
587 snd_hdac_regmap_update_raw_once(struct hdac_device *codec, unsigned int reg, unsigned int mask, unsigned int val) snd_hdac_regmap_update_raw_once() argument
598 snd_hdac_regmap_sync(struct hdac_device *codec) snd_hdac_regmap_sync() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_jack.c29 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid) in is_jack_detectable() argument
46 static u32 read_pin_sense(struct hda_codec *codec, hda_nid_ argument
71 snd_hda_jack_tbl_get_mst(struct hda_codec *codec, hda_nid_t nid, int dev_id) snd_hda_jack_tbl_get_mst() argument
92 snd_hda_jack_tbl_get_from_tag(struct hda_codec *codec, unsigned char tag, int dev_id) snd_hda_jack_tbl_get_from_tag() argument
108 any_jack_tbl_get_from_nid(struct hda_codec *codec, hda_nid_t nid) any_jack_tbl_get_from_nid() argument
128 snd_hda_jack_tbl_new(struct hda_codec *codec, hda_nid_t nid, int dev_id) snd_hda_jack_tbl_new() argument
161 snd_hda_jack_tbl_clear(struct hda_codec *codec) snd_hda_jack_tbl_clear() argument
184 jack_detect_update(struct hda_codec *codec, struct hda_jack_tbl *jack) jack_detect_update() argument
222 snd_hda_jack_set_dirty_all(struct hda_codec *codec) snd_hda_jack_set_dirty_all() argument
242 snd_hda_jack_pin_sense(struct hda_codec *codec, hda_nid_t nid, int dev_id) snd_hda_jack_pin_sense() argument
263 snd_hda_jack_detect_state_mst(struct hda_codec *codec, hda_nid_t nid, int dev_id) snd_hda_jack_detect_state_mst() argument
307 snd_hda_jack_detect_enable_callback_mst(struct hda_codec *codec, hda_nid_t nid, int dev_id, hda_jack_callback_fn func) snd_hda_jack_detect_enable_callback_mst() argument
354 snd_hda_jack_detect_enable(struct hda_codec *codec, hda_nid_t nid, int dev_id) snd_hda_jack_detect_enable() argument
372 snd_hda_jack_set_gating_jack(struct hda_codec *codec, hda_nid_t gated_nid, hda_nid_t gating_nid) snd_hda_jack_set_gating_jack() argument
395 snd_hda_jack_report_sync(struct hda_codec *codec) snd_hda_jack_report_sync() argument
428 get_input_jack_type(struct hda_codec *codec, hda_nid_t nid) get_input_jack_type() argument
467 snd_hda_jack_add_kctl_mst(struct hda_codec *codec, hda_nid_t nid, int dev_id, const char *name, bool phantom_jack, int type, const struct hda_jack_keymap *keymap) snd_hda_jack_add_kctl_mst() argument
512 add_jack_kctl(struct hda_codec *codec, hda_nid_t nid, const struct auto_pin_cfg *cfg, const char *base_name) add_jack_kctl() argument
553 snd_hda_jack_add_kctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg) snd_hda_jack_add_kctls() argument
610 call_jack_callback(struct hda_codec *codec, unsigned int res, struct hda_jack_tbl *jack) call_jack_callback() argument
639 snd_hda_jack_unsol_event(struct hda_codec *codec, unsigned int res) snd_hda_jack_unsol_event() argument
668 snd_hda_jack_poll_all(struct hda_codec *codec) snd_hda_jack_poll_all() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/oxygen/
H A Doxygen_lib.c767 static void oxygen_restore_ac97(struct oxygen *chip, unsigned int codec) in oxygen_restore_ac97() argument
/kernel/linux/linux-5.10/sound/aoa/soundbus/
H A Dsoundbus.h46 struct codec_info *codec; member
[all...]
/kernel/linux/linux-5.10/sound/soc/generic/
H A Dsimple-card.c95 simple_parse_mclk_fs(struct device_node *top, struct device_node *cpu, struct device_node *codec, struct simple_dai_props *props, char *prefix) simple_parse_mclk_fs() argument
115 simple_dai_link_of_dpcm(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top) simple_dai_link_of_dpcm() argument
244 simple_dai_link_of(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top) simple_dai_link_of() argument
345 simple_for_each_link(struct asoc_simple_priv *priv, struct link_info *li, int (*func_noml)(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top), int (*func_dpcm)(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top)) simple_for_each_link() argument
373 struct device_node *codec; simple_for_each_link() local
482 simple_count_noml(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top) simple_count_noml() argument
494 simple_count_dpcm(struct asoc_simple_priv *priv, struct device_node *np, struct device_node *codec, struct link_info *li, bool is_top) simple_count_dpcm() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/samsung/
H A Dmidas_wm1811.c143 struct snd_soc_component *codec = snd_soc_dapm_to_component(w->dapm); in midas_ext_spkmode() local
419 struct device_node *cpu = NULL, *codec = NULL; in midas_probe() local
[all...]
/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A Dsof_pcm512x.c92 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in sof_pcm512x_codec_init() local
105 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in aif1_startup() local
116 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in aif1_shutdown() local
[all...]
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-compress.c559 soc_compr_get_codec_caps(struct snd_compr_stream *cstream, struct snd_compr_codec_caps *codec) soc_compr_get_codec_caps() argument
/kernel/linux/linux-5.10/sound/soc/tegra/
H A Dtegra186_dspk.c32 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in tegra186_dspk_get_fifo_th() local
43 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in tegra186_dspk_put_fifo_th() local
58 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in tegra186_dspk_get_osr_val() local
69 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in tegra186_dspk_put_osr_val() local
84 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in tegra186_dspk_get_pol_sel() local
95 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_put_pol_sel() local
110 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_get_ch_sel() local
121 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_put_ch_sel() local
136 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_get_mono_to_stereo() local
147 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_put_mono_to_stereo() local
162 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_get_stereo_to_mono() local
173 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); tegra186_dspk_put_stereo_to_mono() local
[all...]
/kernel/linux/linux-5.10/sound/soc/uniphier/
H A Daio-compress.c416 uniphier_aio_compr_get_codec_caps(struct snd_soc_component *component, struct snd_compr_stream *stream, struct snd_compr_codec_caps *codec) uniphier_aio_compr_get_codec_caps() argument
/kernel/linux/linux-5.10/sound/soc/meson/
H A Dmeson-card-utils.c146 struct snd_soc_dai_link_component *codec; in meson_card_set_be_link() local
188 struct snd_soc_dai_link_component *codec; in meson_card_set_fe_link() local
261 struct snd_soc_dai_link_component *codec; meson_card_clean_references() local
[all...]
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dcompress_offload.h53 struct snd_codec codec; member
120 __u32 codec; member
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A Dzr36060.c464 zr36060_set_mode(struct videocodec *codec, int mode) zr36060_set_mode() argument
480 zr36060_set_video(struct videocodec *codec, const struct tvnorm *norm, struct vfe_settings *cap, struct vfe_polarity *pol) zr36060_set_video() argument
640 zr36060_control(struct videocodec *codec, int type, int size, void *data) zr36060_control() argument
756 zr36060_unset(struct videocodec *codec) zr36060_unset() argument
781 zr36060_setup(struct videocodec *codec) zr36060_setup() argument
[all...]
H A Dzr36050.c541 zr36050_set_mode(struct videocodec *codec, int mode) zr36050_set_mode() argument
557 zr36050_set_video(struct videocodec *codec, const struct tvnorm *norm, struct vfe_settings *cap, struct vfe_polarity *pol) zr36050_set_video() argument
596 zr36050_control(struct videocodec *codec, int type, int size, void *data) zr36050_control() argument
715 zr36050_unset(struct videocodec *codec) zr36050_unset() argument
743 zr36050_setup(struct videocodec *codec) zr36050_setup() argument
[all...]
H A Dzr36016.h16 struct videocodec *codec; member
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A DMakefile
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A DMakefile

Completed in 17 milliseconds

1...<<11121314151617181920>>...29