Home
last modified time | relevance | path

Searched refs:hw_config (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/src/topology/
Dpcm.c260 memcpy(&link->hw_config[num_hw_configs], in build_link()
1892 set_link_hw_config(&link->hw_config[i], &link_tpl->hw_config[i]); in tplg_add_link_object()
2194 if (link->hw_config[i].size != sizeof(link->hw_config[0])) { in tplg_decode_link()
2196 link->hw_config[i].size); in tplg_decode_link()
2199 hw->id = link->hw_config[i].id; in tplg_decode_link()
2200 hw->fmt = link->hw_config[i].fmt; in tplg_decode_link()
2201 hw->clock_gated = link->hw_config[i].clock_gated; in tplg_decode_link()
2202 hw->invert_bclk = link->hw_config[i].invert_bclk; in tplg_decode_link()
2203 hw->invert_fsync = link->hw_config[i].invert_fsync; in tplg_decode_link()
2204 hw->bclk_provider = link->hw_config[i].bclk_provider; in tplg_decode_link()
[all …]
/third_party/ffmpeg/libavcodec/
Ddecode.c1234 const AVCodecHWConfigInternal *hw_config; in avcodec_get_hw_frames_parameters() local
1239 hw_config = avctx->codec->hw_configs[i]; in avcodec_get_hw_frames_parameters()
1240 if (!hw_config) in avcodec_get_hw_frames_parameters()
1242 if (hw_config->public.pix_fmt == hw_pix_fmt) in avcodec_get_hw_frames_parameters()
1246 hwa = hw_config->hwaccel; in avcodec_get_hw_frames_parameters()
1278 const AVCodecHWConfigInternal *hw_config) in hwaccel_init() argument
1283 hwaccel = hw_config->hwaccel; in hwaccel_init()
1304 av_get_pix_fmt_name(hw_config->public.pix_fmt)); in hwaccel_init()
1331 const AVCodecHWConfigInternal *hw_config; in ff_get_format() local
1387 hw_config = avctx->codec->hw_configs[i]; in ff_get_format()
[all …]
/third_party/alsa-lib/include/
Dtopology.h1075 struct snd_tplg_hw_config_template *hw_config; /*!< supported HW configs */ member
/third_party/alsa-lib/include/sound/uapi/
Dasoc.h551 struct snd_soc_tplg_hw_config hw_config[SND_SOC_TPLG_HW_CONFIG_MAX]; /* hw configs */ member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h17421 int (*hw_config)(struct perf_event *); member
20021 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member