/external/libvpx/libvpx/test/ |
D | codec_factory.h | 72 VP8Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) in VP8Decoder() 87 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP8Encoder() 105 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() 114 virtual Encoder* CreateEncoder(vpx_codec_enc_cfg_t cfg, in CreateEncoder() 125 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig() 154 VP9Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) in VP9Decoder() 169 VP9Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP9Encoder() 187 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() 196 virtual Encoder* CreateEncoder(vpx_codec_enc_cfg_t cfg, in CreateEncoder() 207 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
|
/external/libvpx/libvpx/examples/ |
D | set_maps.c | 64 static void set_roi_map(const vpx_codec_enc_cfg_t *cfg, in set_roi_map() 98 static void set_active_map(const vpx_codec_enc_cfg_t *cfg, in set_active_map() 116 static void unset_active_map(const vpx_codec_enc_cfg_t *cfg, in unset_active_map() 158 vpx_codec_enc_cfg_t cfg; in main() local
|
D | vpx_temporal_svc_encoder.c | 72 vpx_codec_enc_cfg_t *cfg) { in set_rate_control_metrics() 97 vpx_codec_enc_cfg_t *cfg, in printout_rate_control_summary() 137 vpx_codec_enc_cfg_t *cfg, in set_temporal_layer_pattern() 442 vpx_codec_enc_cfg_t cfg; in main() local
|
/external/llvm/include/llvm/ |
D | PassSupport.h | 56 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument 67 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument 75 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument 184 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument 201 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument 205 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
|
/external/clang/lib/Analysis/ |
D | PostOrderCFGView.cpp | 20 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) { in PostOrderCFGView() 32 const CFG *cfg = ctx.getCFG(); in create() local
|
D | CFGReachabilityAnalysis.cpp | 22 CFGReverseBlockReachabilityAnalysis::CFGReverseBlockReachabilityAnalysis(const CFG &cfg) in CFGReverseBlockReachabilityAnalysis()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_encoder.c | 25 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_ver() 66 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_multi_ver() 157 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_config_default() 362 const vpx_codec_enc_cfg_t *cfg) { in vpx_codec_enc_config_set()
|
/external/libvpx/libvpx/ |
D | webmenc.cc | 24 const vpx_codec_enc_cfg_t *cfg, in write_webm_file_header() 60 const vpx_codec_enc_cfg_t *cfg, in write_webm_block()
|
D | rate_hist.c | 37 struct rate_hist *init_rate_histogram(const vpx_codec_enc_cfg_t *cfg, in init_rate_histogram() 74 const vpx_codec_enc_cfg_t *cfg, in update_rate_histogram() 269 const vpx_codec_enc_cfg_t *cfg, int max_buckets) { in show_rate_histogram()
|
D | ivfenc.c | 17 const struct vpx_codec_enc_cfg *cfg, in ivf_write_file_header()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
D | FindMachineTask.java | 40 private String cfg; field in FindMachineTask 70 public void setCfg(String cfg) { in setCfg()
|
D | BuildMachineManager.java | 51 private String cfg; field in BuildMachineManager 57 String cfg, in BuildMachineManager()
|
/external/libvpx/mips-dspr2/ |
D | vpx_config.c | 8 static const char* const cfg = "--force-target=mips32-android-gcc --disable-runtime-cpu-detect --sd… variable
|
/external/libvpx/generic/ |
D | vpx_config.c | 8 static const char* const cfg = "--force-target=generic-gnu --disable-examples --disable-docs --enab… variable
|
/external/libvpx/armv7a-neon/ |
D | vpx_config.c | 8 static const char* const cfg = "--target=armv7-android-gcc --disable-runtime-cpu-detect --sdk-path=… variable
|
/external/libvpx/mips/ |
D | vpx_config.c | 8 static const char* const cfg = "--force-target=mips32-android-gcc --disable-runtime-cpu-detect --sd… variable
|
/external/libvpx/armv7a/ |
D | vpx_config.c | 8 static const char* const cfg = "--target=armv7-android-gcc --disable-runtime-cpu-detect --sdk-path=… variable
|
/external/libvpx/x86/ |
D | vpx_config.c | 8 static const char* const cfg = "--force-target=x86-android-gcc --disable-runtime-cpu-detect --sdk-p… variable
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 68 const CFG &cfg; member in __anon2d72c4130111::ReachableCode 71 ReachableCode(const CFG &cfg) in ReachableCode() 124 const CFG &cfg; member in __anon2d72c4130211::DeadStoreObs 138 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter &br, in DeadStoreObs() 438 CFG &cfg = *mgr.getCFG(D); in checkASTCodeBody() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_live_variables.cpp | 135 fs_live_variables::fs_live_variables(fs_visitor *v, fs_cfg *cfg) in fs_live_variables() 206 fs_cfg cfg(this); in calculate_live_intervals() local
|
/external/wpa_supplicant_8/src/drivers/ |
D | netlink.c | 18 struct netlink_config *cfg; member 91 struct netlink_data * netlink_init(struct netlink_config *cfg) in netlink_init()
|
D | rfkill.c | 47 struct rfkill_config *cfg; member 100 struct rfkill_data * rfkill_init(struct rfkill_config *cfg) in rfkill_init()
|
/external/selinux/policycoreutils/restorecond/ |
D | watch.c | 213 static void process_config(int fd, FILE * cfg) in process_config() 255 FILE *cfg = NULL; in read_config() local
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 45 struct vp8_extracfg cfg; member 81 vpx_codec_enc_cfg_t cfg; member 137 const vpx_codec_enc_cfg_t *cfg, in validate_config() 287 vpx_codec_enc_cfg_t cfg, in set_vp8e_config() 448 const vpx_codec_enc_cfg_t *cfg) in vp8e_set_config() 600 static vpx_codec_err_t vp8e_mr_alloc_mem(const vpx_codec_enc_cfg_t *cfg, in vp8e_mr_alloc_mem() 635 vpx_codec_enc_cfg_t *cfg; in vp8e_init() local
|
/external/mesa3d/src/glx/ |
D | create_context.c | 42 struct glx_config *const cfg = (struct glx_config *) config; in glXCreateContextAttribsARB() local
|