Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daacenc.h101 uint8_t config_map[16]; ///< configs the encoder's channel specific settings member
134 * - config_map: total number of elements and their types. Beware, the way the
146 .config_map = { 1, TYPE_SCE, },
154 .config_map = { 1, TYPE_CPE, },
162 .config_map = { 2, TYPE_CPE, TYPE_LFE },
170 .config_map = { 2, TYPE_CPE, TYPE_SCE },
178 .config_map = { 2, TYPE_CPE, TYPE_SCE, },
186 .config_map = { 3, TYPE_CPE, TYPE_SCE, TYPE_LFE },
194 .config_map = { 3, TYPE_CPE, TYPE_SCE, TYPE_SCE },
202 .config_map
[all...]
H A Daacenc.c989 s->chan_map = s->pce.config_map; in aac_encode_init()
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_rxq_info_kern.c13 * User-side setup ifindex in config_map, to verify that
32 } config_map SEC(".maps");
95 config = bpf_map_lookup_elem(&config_map, &key); in xdp_prognum0()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android_ext.c2460 config_map_t config_map [] = { in wl_ext_parse_config() local
2477 for (i = 0; i < sizeof(config_map)/sizeof(config_map[0]); i++) { in wl_ext_parse_config()
2478 row = &config_map[i]; in wl_ext_parse_config()
2484 for (i = 0; i < sizeof(config_map)/sizeof(config_map[0]); i++) { in wl_ext_parse_config()
2485 row = &config_map[i]; in wl_ext_parse_config()
2493 for (i = 0; i < sizeof(config_map)/sizeof(config_map[0]) - 1; i++) { in wl_ext_parse_config()
2494 row_prev = &config_map[ in wl_ext_parse_config()
[all...]

Completed in 10 milliseconds