/external/libvpx/libvpx/test/ |
D | codec_factory.h | 81 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/ |
D | codec_factory.h | 84 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/ |
D | axp221.c | 31 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
|
D | axp809.c | 32 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
|
D | axp818.c | 32 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
|
D | axp209.c | 25 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/ |
D | kconfig.h | 20 #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/ |
D | av1_fwd_txfm2d.c | 42 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/ |
D | generated.cpp | 124 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/ |
D | generated.cpp | 124 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/ |
D | fsl_lsch3_serdes.c | 39 __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/ |
D | android_log_data_source_unittest.cc | 51 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/ |
D | gen_l3_config.c | 183 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/ |
D | dump_modes_arm_ne10.c | 82 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/ |
D | gen7_l3_state.c | 71 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/ |
D | set_maps.c | 63 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/ |
D | PassSupport.h | 34 #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/ |
D | at91.h | 35 #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/ |
D | PassSupport.h | 36 #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/ |
D | default_temporal_layers_unittest.cc | 55 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/ |
D | sdram_gen5.c | 40 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/ |
D | exynos-adc.c | 40 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/ |
D | exynos_fb.c | 105 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/ |
D | lazy_producer_unittest.cc | 47 DataSourceConfig cfg; in TEST() local 65 DataSourceConfig cfg; in TEST() local 87 DataSourceConfig cfg; in TEST() local
|
/external/u-boot/arch/arm/mach-exynos/ |
D | system.c | 36 unsigned int cfg = 0; in exynos4_set_system_display() local 52 unsigned int cfg = 0; in exynos5_set_system_display() local
|