Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 551) sorted by relevance

12345678910>>...23

/external/libvpx/libvpx/test/
Dcodec_factory.h81 explicit VP8Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP8Decoder()
83 VP8Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP8Decoder()
98 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP8Encoder()
116 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder()
120 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder()
131 virtual Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg, in CreateEncoder()
146 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
177 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP9Decoder()
179 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP9Decoder()
194 VP9Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP9Encoder()
[all …]
/external/libaom/libaom/test/
Dcodec_factory.h84 explicit AV1Decoder(aom_codec_dec_cfg_t cfg) : Decoder(cfg) {} in AV1Decoder()
86 AV1Decoder(aom_codec_dec_cfg_t cfg, const aom_codec_flags_t flag) in AV1Decoder()
101 AV1Encoder(aom_codec_enc_cfg_t cfg, const uint32_t init_flags, in AV1Encoder()
119 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg) const { in CreateDecoder()
123 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg, in CreateDecoder()
134 virtual Encoder *CreateEncoder(aom_codec_enc_cfg_t cfg, in CreateEncoder()
147 virtual aom_codec_err_t DefaultEncoderConfig(aom_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
/external/u-boot/drivers/power/
Daxp221.c31 u8 cfg = axp221_mvolt_to_cfg(mvolt, 1600, 3400, 100); in axp_set_dcdc1() local
53 u8 cfg = axp221_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc2() local
70 u8 cfg = axp221_mvolt_to_cfg(mvolt, 600, 1860, 20); in axp_set_dcdc3() local
87 u8 cfg = axp221_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc4() local
104 u8 cfg = axp221_mvolt_to_cfg(mvolt, 1000, 2550, 50); in axp_set_dcdc5() local
121 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_aldo1() local
138 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_aldo2() local
155 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_aldo3() local
171 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_dldo() local
192 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_eldo() local
Daxp809.c32 u8 cfg = axp809_mvolt_to_cfg(mvolt, 1600, 3400, 100); in axp_set_dcdc1() local
54 u8 cfg = axp809_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc2() local
71 u8 cfg = axp809_mvolt_to_cfg(mvolt, 600, 1860, 20); in axp_set_dcdc3() local
88 u8 cfg = axp809_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc4() local
108 u8 cfg = axp809_mvolt_to_cfg(mvolt, 1000, 2550, 50); in axp_set_dcdc5() local
125 u8 cfg; in axp_set_aldo() local
167 u8 cfg = axp809_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_dldo() local
190 u8 cfg = axp809_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_eldo() local
Daxp818.c32 u8 cfg = axp818_mvolt_to_cfg(mvolt, 1600, 3400, 100); in axp_set_dcdc1() local
49 u8 cfg; in axp_set_dcdc2() local
71 u8 cfg; in axp_set_dcdc3() local
93 u8 cfg; in axp_set_dcdc5() local
115 u8 cfg; in axp_set_aldo() local
152 u8 cfg; in axp_set_dldo() local
175 u8 cfg; in axp_set_eldo() local
196 u8 cfg; in axp_set_fldo() local
Daxp209.c25 u8 cfg, current; in axp_set_dcdc2() local
55 u8 cfg = axp209_mvolt_to_cfg(mvolt, 700, 3500, 25); in axp_set_dcdc3() local
72 u8 cfg, reg; in axp_set_aldo2() local
95 u8 cfg; in axp_set_aldo3() local
121 u8 cfg, reg; in axp_set_aldo4() local
/external/u-boot/include/linux/
Dkconfig.h20 #define config_enabled(cfg) _config_enabled(cfg) argument
59 #define config_val(cfg) _config_val(_IS_TPL, cfg) argument
60 #define _config_val(x, cfg) __config_val(x, cfg) argument
61 #define __config_val(x, cfg) ___config_val(__ARG_PLACEHOLDER_##x, cfg) argument
62 #define ___config_val(arg1_or_junk, cfg) \ argument
66 #define config_val(cfg) _config_val(_IS_SPL, cfg) argument
67 #define _config_val(x, cfg) __config_val(x, cfg) argument
68 #define __config_val(x, cfg) ___config_val(__ARG_PLACEHOLDER_##x, cfg) argument
69 #define ___config_val(arg1_or_junk, cfg) \ argument
/external/libaom/libaom/av1/encoder/
Dav1_fwd_txfm2d.c42 const TXFM_2D_FLIP_CFG *cfg, int bd) { in av1_gen_fwd_stage_range()
57 const int stride, const TXFM_2D_FLIP_CFG *cfg, in fwd_txfm2d_c()
127 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_4x8_c() local
135 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_8x4_c() local
143 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_8x16_c() local
151 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_16x8_c() local
159 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_16x32_c() local
167 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_32x16_c() local
175 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_4x16_c() local
183 TXFM_2D_FLIP_CFG cfg; in av1_fwd_txfm2d_16x4_c() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp124 const CFG& cfg = *context->cfg(); in TEST_F() local
189 const CFG& cfg = *context->cfg(); in TEST_F() local
291 const CFG& cfg = *context->cfg(); in TEST_F() local
333 const CFG& cfg = *context->cfg(); in TEST_F() local
412 const CFG& cfg = *context->cfg(); in TEST_F() local
488 const CFG& cfg = *context->cfg(); in TEST_F() local
609 const CFG& cfg = *context->cfg(); in TEST_F() local
660 const CFG& cfg = *context->cfg(); in TEST_F() local
739 const CFG& cfg = *context->cfg(); in TEST_F() local
774 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp124 const CFG& cfg = *context->cfg(); in TEST_F() local
189 const CFG& cfg = *context->cfg(); in TEST_F() local
291 const CFG& cfg = *context->cfg(); in TEST_F() local
333 const CFG& cfg = *context->cfg(); in TEST_F() local
412 const CFG& cfg = *context->cfg(); in TEST_F() local
488 const CFG& cfg = *context->cfg(); in TEST_F() local
609 const CFG& cfg = *context->cfg(); in TEST_F() local
660 const CFG& cfg = *context->cfg(); in TEST_F() local
739 const CFG& cfg = *context->cfg(); in TEST_F() local
774 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
Dfsl_lsch3_serdes.c39 __weak int serdes_get_number(int serdes, int cfg) in serdes_get_number()
67 u32 cfg = 0; in serdes_get_first_lane() local
108 u32 cfg; in serdes_init() local
222 static void do_enabled_lanes_reset(u32 serdes_id, u32 cfg, in do_enabled_lanes_reset()
248 static void do_pll_reset(u32 cfg, in do_pll_reset()
270 static void do_rx_tx_cal_reset_comp(u32 cfg, int i, in do_rx_tx_cal_reset_comp()
281 static void do_pll_reset_done(u32 cfg, in do_pll_reset_done()
296 static void do_serdes_enable(u32 cfg, in do_serdes_enable()
312 static void do_pll_lock(u32 cfg, in do_pll_lock()
/external/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source_unittest.cc51 void CreateInstance(const DataSourceConfig& cfg) { in CreateInstance()
208 DataSourceConfig cfg; in TEST_F() local
254 DataSourceConfig cfg; in TEST_F() local
275 DataSourceConfig cfg; in TEST_F() local
293 DataSourceConfig cfg; in TEST_F() local
371 DataSourceConfig cfg; in TEST_F() local
/external/mesa3d/src/intel/common/
Dgen_l3_config.c183 gen_get_l3_config_weights(const struct gen_l3_config *cfg) in gen_get_l3_config_weights()
257 const struct gen_l3_config *const cfg = get_l3_configs(devinfo); in gen_get_default_l3_config() local
275 for (const struct gen_l3_config *cfg = cfgs; cfg->n[GEN_L3P_URB]; cfg++) { in gen_get_l3_config() local
312 const struct gen_l3_config *cfg) in gen_get_l3_config_urb_size()
331 gen_dump_l3_config(const struct gen_l3_config *cfg, FILE *fp) in gen_dump_l3_config()
/external/libopus/celt/dump_modes/
Ddump_modes_arm_ne10.c82 NE10_FFT_CFG_TYPE_T cfg; in dump_mode_arch() local
96 NE10_FFT_CFG_TYPE_T cfg; in dump_mode_arch() local
116 NE10_FFT_CFG_TYPE_T cfg; in dump_mode_arch() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_l3_state.c71 setup_l3_config(struct brw_context *brw, const struct gen_l3_config *cfg) in setup_l3_config()
196 update_urb_size(struct brw_context *brw, const struct gen_l3_config *cfg) in update_urb_size()
239 const struct gen_l3_config *const cfg = in emit_l3_state() local
305 const struct gen_l3_config *const cfg = gen_get_default_l3_config(devinfo); in gen7_restore_default_l3_config() local
/external/libvpx/libvpx/examples/
Dset_maps.c63 static void set_roi_map(const vpx_codec_enc_cfg_t *cfg, in set_roi_map()
96 static void set_active_map(const vpx_codec_enc_cfg_t *cfg, in set_active_map()
113 static void unset_active_map(const vpx_codec_enc_cfg_t *cfg, in unset_active_map()
156 vpx_codec_enc_cfg_t cfg; in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
DPassSupport.h34 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
48 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
55 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
150 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
170 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
175 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
/external/u-boot/include/dt-bindings/dma/
Dat91.h35 #define AT91_XDMAC_DT_GET_MEM_IF(cfg) (((cfg) >> AT91_XDMAC_DT_MEM_IF_OFFSET) \ argument
42 #define AT91_XDMAC_DT_GET_PER_IF(cfg) (((cfg) >> AT91_XDMAC_DT_PER_IF_OFFSET) \ argument
49 #define AT91_XDMAC_DT_GET_PERID(cfg) (((cfg) >> AT91_XDMAC_DT_PERID_OFFSET) \ argument
/external/llvm/include/llvm/
DPassSupport.h36 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
50 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
57 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
162 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
182 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
187 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Ddefault_temporal_layers_unittest.cc55 vpx_codec_enc_cfg_t cfg; variable
96 vpx_codec_enc_cfg_t cfg; variable
137 vpx_codec_enc_cfg_t cfg; variable
177 vpx_codec_enc_cfg_t cfg; in TEST() local
/external/u-boot/drivers/ddr/altera/
Dsdram_gen5.c40 static int get_errata_rows(const struct socfpga_sdram_config *cfg) in get_errata_rows()
266 static u32 sdr_get_ctrlcfg(const struct socfpga_sdram_config *cfg) in sdr_get_ctrlcfg()
304 static u32 sdr_get_addr_rw(const struct socfpga_sdram_config *cfg) in sdr_get_addr_rw()
325 static void sdr_load_regs(const struct socfpga_sdram_config *cfg) in sdr_load_regs()
431 const struct socfpga_sdram_config *cfg = socfpga_get_sdram_config(); in sdram_mmr_init_full() local
479 const struct socfpga_sdram_config *cfg = socfpga_get_sdram_config(); in sdram_calculate_size() local
/external/u-boot/drivers/adc/
Dexynos-adc.c40 unsigned int cfg; in exynos_adc_start_channel() local
61 unsigned int cfg; in exynos_adc_stop() local
78 unsigned int cfg; in exynos_adc_probe() local
/external/u-boot/drivers/video/exynos/
Dexynos_fb.c105 unsigned int cfg = 0; in exynos_fimd_set_dualrgb() local
123 unsigned int cfg = 0; in exynos_fimd_set_dp_clkcon() local
135 unsigned int cfg = 0; in exynos_fimd_set_par() local
205 unsigned int cfg = 0, div = 0, remainder, remainder_div; in exynos_fimd_set_clock() local
259 unsigned int cfg = 0; in exynos_set_trigger() local
271 unsigned int cfg = 0; in exynos_is_i80_frame_done() local
286 unsigned int cfg = 0; in exynos_fimd_lcd_on() local
298 unsigned int cfg = 0; in exynos_fimd_window_on() local
315 unsigned int cfg = 0; in exynos_fimd_lcd_off() local
325 unsigned int cfg = 0; in exynos_fimd_window_off() local
[all …]
/external/perfetto/src/traced/service/
Dlazy_producer_unittest.cc47 DataSourceConfig cfg; in TEST() local
65 DataSourceConfig cfg; in TEST() local
87 DataSourceConfig cfg; in TEST() local
/external/u-boot/arch/arm/mach-exynos/
Dsystem.c36 unsigned int cfg = 0; in exynos4_set_system_display() local
52 unsigned int cfg = 0; in exynos5_set_system_display() local

12345678910>>...23