Home
last modified time | relevance | path

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

12345678910>>...27

/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/perfetto/src/profiling/perf/
Devent_config_unittest.cc45 protos::gen::PerfEventConfig cfg; in TEST() local
55 protos::gen::PerfEventConfig cfg; in TEST() local
65 protos::gen::PerfEventConfig cfg; in TEST() local
74 protos::gen::PerfEventConfig cfg; in TEST() local
85 protos::gen::PerfEventConfig cfg; in TEST() local
94 protos::gen::PerfEventConfig cfg; in TEST() local
106 protos::gen::PerfEventConfig cfg; in TEST() local
115 protos::gen::PerfEventConfig cfg; in TEST() local
/external/libaom/libaom/test/
Dcodec_factory.h87 explicit AV1Decoder(aom_codec_dec_cfg_t cfg) : Decoder(cfg) {} in AV1Decoder()
89 AV1Decoder(aom_codec_dec_cfg_t cfg, const aom_codec_flags_t flag) in AV1Decoder()
104 AV1Encoder(aom_codec_enc_cfg_t cfg, const aom_codec_flags_t init_flags, in AV1Encoder()
122 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg) const { in CreateDecoder()
126 virtual Decoder *CreateDecoder(aom_codec_dec_cfg_t cfg, in CreateDecoder()
137 virtual Encoder *CreateEncoder(aom_codec_enc_cfg_t cfg, in CreateEncoder()
150 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.c35 u8 cfg, current; in axp_set_dcdc2() local
65 u8 cfg = axp209_mvolt_to_cfg(mvolt, 700, 3500, 25); in axp_set_dcdc3() local
82 u8 cfg, reg; in axp_set_aldo2() local
104 u8 cfg; in axp_set_aldo3() local
169 u8 cfg, reg; in axp_set_aldo4() local
/external/u-boot/prebuilt-intermediates/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/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/angle/third_party/spirv-tools/src/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/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/perfetto/src/profiling/memory/
Dclient_unittest.cc55 ClientConfiguration cfg = {}; in TEST() local
62 ClientConfiguration cfg = {}; in TEST() local
69 ClientConfiguration cfg = {}; in TEST() local
76 ClientConfiguration cfg = {}; in TEST() local
83 ClientConfiguration cfg = {}; in TEST() local
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
Dfsl_lsch3_serdes.c52 __weak int serdes_get_number(int serdes, int cfg) in serdes_get_number()
86 u32 cfg = 0; in serdes_get_first_lane() local
134 u32 cfg; in serdes_init() local
281 static void do_enabled_lanes_reset(u32 serdes_id, u32 cfg, in do_enabled_lanes_reset()
307 static void do_pll_reset(u32 cfg, in do_pll_reset()
329 static void do_rx_tx_cal_reset_comp(u32 cfg, int i, in do_rx_tx_cal_reset_comp()
340 static void do_pll_reset_done(u32 cfg, in do_pll_reset_done()
355 static void do_serdes_enable(u32 cfg, in do_serdes_enable()
371 static void do_pll_lock(u32 cfg, in do_pll_lock()
/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()
195 update_urb_size(struct brw_context *brw, const struct gen_l3_config *cfg) in update_urb_size()
238 const struct gen_l3_config *const cfg = in brw_emit_l3_state() local
304 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/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source_unittest.cc52 void CreateInstance(const DataSourceConfig& cfg) { in CreateInstance()
209 DataSourceConfig cfg; in TEST_F() local
256 DataSourceConfig cfg; in TEST_F() local
281 DataSourceConfig cfg; in TEST_F() local
302 DataSourceConfig cfg; in TEST_F() local
382 DataSourceConfig cfg; in TEST_F() local
/external/mesa3d/src/intel/common/
Dgen_l3_config.c213 gen_get_l3_config_weights(const struct gen_l3_config *cfg) in gen_get_l3_config_weights()
290 const struct gen_l3_config *const cfg = &list->configs[0]; in gen_get_default_l3_config() local
313 const struct gen_l3_config *cfg = &cfgs[i]; in gen_get_l3_config() local
352 const struct gen_l3_config *cfg) in gen_get_l3_config_urb_size()
375 gen_dump_l3_config(const struct gen_l3_config *cfg, FILE *fp) in gen_dump_l3_config()
/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/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 …]

12345678910>>...27