Home
last modified time | relevance | path

Searched refs:hw_config (Results 1 - 4 of 4) sorted by relevance

/third_party/alsa-lib/src/topology/
H A Dpcm.c259 memcpy(&link->hw_config[num_hw_configs], in build_link()
1922 set_link_hw_config(&link->hw_config[i], &link_tpl->hw_config[i]); in tplg_add_link_object()
2224 if (link->hw_config[i].size != sizeof(link->hw_config[0])) { in tplg_decode_link()
2225 SNDERR("link: unknown hw_config structure size %d", in tplg_decode_link()
2226 link->hw_config[i].size); in tplg_decode_link()
2229 hw->id = link->hw_config[i].id; in tplg_decode_link()
2230 hw->fmt = link->hw_config[i].fmt; in tplg_decode_link()
2231 hw->clock_gated = link->hw_config[ in tplg_decode_link()
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddecode.c1008 const AVCodecHWConfigInternal *hw_config; in avcodec_get_hw_frames_parameters() local
1013 hw_config = ffcodec(avctx->codec)->hw_configs[i]; in avcodec_get_hw_frames_parameters()
1014 if (!hw_config) in avcodec_get_hw_frames_parameters()
1016 if (hw_config->public.pix_fmt == hw_pix_fmt) in avcodec_get_hw_frames_parameters()
1020 hwa = hw_config->hwaccel; in avcodec_get_hw_frames_parameters()
1052 const AVCodecHWConfigInternal *hw_config) in hwaccel_init()
1057 hwaccel = hw_config->hwaccel; in hwaccel_init()
1078 av_get_pix_fmt_name(hw_config->public.pix_fmt)); in hwaccel_init()
1105 const AVCodecHWConfigInternal *hw_config; in ff_get_format() local
1159 hw_config in ff_get_format()
1051 hwaccel_init(AVCodecContext *avctx, const AVCodecHWConfigInternal *hw_config) hwaccel_init() argument
[all...]
/third_party/alsa-lib/include/
H A Dtopology.h1073 struct snd_tplg_hw_config_template *hw_config; /*!< supported HW configs */ member
/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h553 struct snd_soc_tplg_hw_config hw_config[SND_SOC_TPLG_HW_CONFIG_MAX]; /* hw configs */ member

Completed in 8 milliseconds